[Asterisk-cvs] asterisk/channels chan_sip.c,1.481,1.482

markster at lists.digium.com markster at lists.digium.com
Sun Aug 29 14:54:53 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv19244/channels

Modified Files:
	chan_sip.c 
Log Message:
Set DTMF modes by peer/user properly (bug #2303)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -d -r1.481 -r1.482
--- chan_sip.c	27 Aug 2004 20:19:14 -0000	1.481
+++ chan_sip.c	29 Aug 2004 18:58:30 -0000	1.482
@@ -7933,6 +7933,7 @@
 		user->capability = global_capability;
 		user->canreinvite = global_canreinvite;
 		user->trustrpid = global_trustrpid;
+		user->dtmfmode = global_dtmfmode;
 		user->progressinband = global_progressinband;
 #ifdef OSP_SUPPORT
 		user->ospauth = global_ospauth;
@@ -8136,7 +8137,7 @@
 		peer->canreinvite = global_canreinvite;
 		peer->rtptimeout = global_rtptimeout;
 		peer->rtpholdtimeout = global_rtpholdtimeout;
-		peer->dtmfmode = 0;
+		peer->dtmfmode = global_dtmfmode;
 		peer->promiscredir = global_promiscredir;
 		peer->trustrpid = global_trustrpid;
 		peer->progressinband = global_progressinband;




More information about the svn-commits mailing list