mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -106,7 +106,7 @@ typedef struct call_details {
|
|||||||
} call_details_t;
|
} call_details_t;
|
||||||
|
|
||||||
typedef struct rtp_info {
|
typedef struct rtp_info {
|
||||||
const char *addr;
|
char addr[32];
|
||||||
unsigned int port;
|
unsigned int port;
|
||||||
} rtp_info_t;
|
} rtp_info_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user