[asterisk-commits] oej: branch oej/roibos-cng-support-1.8 r388922 - /team/oej/roibos-cng-support...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 16 03:45:54 CDT 2013
Author: oej
Date: Thu May 16 03:45:52 2013
New Revision: 388922
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388922
Log:
Add missing config
Modified:
team/oej/roibos-cng-support-1.8/channels/chan_sip.c
Modified: team/oej/roibos-cng-support-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/roibos-cng-support-1.8/channels/chan_sip.c?view=diff&rev=388922&r1=388921&r2=388922
==============================================================================
--- team/oej/roibos-cng-support-1.8/channels/chan_sip.c (original)
+++ team/oej/roibos-cng-support-1.8/channels/chan_sip.c Thu May 16 03:45:52 2013
@@ -27690,6 +27690,7 @@
ast_set_flag(&mask[1], SIP_PAGE2_BUGGY_MWI);
ast_set2_flag(&flags[1], ast_true(v->value), SIP_PAGE2_BUGGY_MWI);
} 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