mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 10:51:40 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@65900 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3220,6 +3220,7 @@ static struct sip_pvt *sip_alloc(char *callid, struct sockaddr_in *sin, int useg
|
|||||||
p->capability = global_capability;
|
p->capability = global_capability;
|
||||||
if ((ast_test_flag(p, SIP_DTMF) == SIP_DTMF_RFC2833) || (ast_test_flag(p, SIP_DTMF) == SIP_DTMF_AUTO))
|
if ((ast_test_flag(p, SIP_DTMF) == SIP_DTMF_RFC2833) || (ast_test_flag(p, SIP_DTMF) == SIP_DTMF_AUTO))
|
||||||
p->noncodeccapability |= AST_RTP_DTMF;
|
p->noncodeccapability |= AST_RTP_DTMF;
|
||||||
|
p->jointnoncodeccapability = p->noncodeccapability;
|
||||||
strcpy(p->context, default_context);
|
strcpy(p->context, default_context);
|
||||||
|
|
||||||
/* Add to active dialog list */
|
/* Add to active dialog list */
|
||||||
|
Reference in New Issue
Block a user