Author: mmichelson Date: Thu Feb 5 09:50:16 2015 New Revision: 431573 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=431573 Log: Add Asterisk 13 revision 431420 that fixes disabling 100rel option on PJSIP endpoints.
Modified: certified/branches/13.1/ (props changed) certified/branches/13.1/res/res_pjsip/pjsip_configuration.c Propchange: certified/branches/13.1/ ------------------------------------------------------------------------------ Binary property 'branch-13-merged' - no diff available. Modified: certified/branches/13.1/res/res_pjsip/pjsip_configuration.c URL: http://svnview.digium.com/svn/asterisk/certified/branches/13.1/res/res_pjsip/pjsip_configuration.c?view=diff&rev=431573&r1=431572&r2=431573 ============================================================================== --- certified/branches/13.1/res/res_pjsip/pjsip_configuration.c (original) +++ certified/branches/13.1/res/res_pjsip/pjsip_configuration.c Thu Feb 5 09:50:16 2015 @@ -144,7 +144,7 @@ if (ast_true(var->value)) { endpoint->extensions.flags |= PJSIP_INV_SUPPORT_100REL; } else if (ast_false(var->value)) { - endpoint->extensions.flags &= PJSIP_INV_SUPPORT_100REL; + endpoint->extensions.flags &= ~PJSIP_INV_SUPPORT_100REL; } else if (!strcasecmp(var->value, "required")) { endpoint->extensions.flags |= PJSIP_INV_REQUIRE_100REL; } else { -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits