mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-24 01:08:34 -07:00
Merged revisions 65837 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r65837 | file | 2007-05-24 10:40:38 -0400 (Thu, 24 May 2007) | 2 lines Allow RFC2833 to be negotiated when an INVITE comes in without SDP and is not matched to a user or peer. (issue #9546 reported by mcrawford) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@65839 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2721,6 +2721,7 @@ static int create_addr_from_peer(struct sip_pvt *dialog, struct sip_peer *peer)
|
||||
dialog->noncodeccapability |= AST_RTP_DTMF;
|
||||
else
|
||||
dialog->noncodeccapability &= ~AST_RTP_DTMF;
|
||||
dialog->jointnoncodeccapability = dialog->noncodeccapability;
|
||||
ast_string_field_set(dialog, context, peer->context);
|
||||
dialog->rtptimeout = peer->rtptimeout;
|
||||
if (peer->call_limit)
|
||||
|
||||
Reference in New Issue
Block a user