[asterisk-commits] oej: branch oej/teapot-1.8 r388921 - /team/oej/teapot-1.8/channels/chan_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 16 03:44:43 CDT 2013


Author: oej
Date: Thu May 16 03:44:38 2013
New Revision: 388921

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388921
Log:
Fix bug found by norwegian friends

Modified:
    team/oej/teapot-1.8/channels/chan_sip.c

Modified: team/oej/teapot-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/teapot-1.8/channels/chan_sip.c?view=diff&rev=388921&r1=388920&r2=388921
==============================================================================
--- team/oej/teapot-1.8/channels/chan_sip.c (original)
+++ team/oej/teapot-1.8/channels/chan_sip.c Thu May 16 03:44:38 2013
@@ -27826,6 +27826,7 @@
 		ast_set_flag(&mask[2], SIP_PAGE3_PRACK);
 		ast_set2_flag(&flags[2], ast_true(v->value), SIP_PAGE3_PRACK);
 	} else if (!strcasecmp(v->name, "comfort-noise")) {
+		ast_set_flag(&mask[1], SIP_PAGE2_ALLOW_CN);
 		ast_set2_flag(&flags[1], ast_true(v->value), SIP_PAGE2_ALLOW_CN);
 	} else
 		res = 0;




More information about the asterisk-commits mailing list