[asterisk-commits] file: branch 1.4 r117574 - /branches/1.4/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 21 14:38:29 CDT 2008


Author: file
Date: Wed May 21 14:38:28 2008
New Revision: 117574

URL: http://svn.digium.com/view/asterisk?view=rev&rev=117574
Log:
Apply the autoframing setting to dialogs that do not get matched against a user or peer.

Modified:
    branches/1.4/channels/chan_sip.c

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=117574&r1=117573&r2=117574
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Wed May 21 14:38:28 2008
@@ -4521,6 +4521,7 @@
 		if (p->udptl)
 			ast_udptl_settos(p->udptl, global_tos_audio);
 		p->maxcallbitrate = default_maxcallbitrate;
+		p->autoframing = global_autoframing;
 	}
 
 	if (useglobal_nat && sin) {




More information about the asterisk-commits mailing list