From: Brian West Date: Thu, 5 Jan 2017 22:34:11 +0000 (-0600) Subject: FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a... X-Git-Tag: v1.8.0~929 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0423c587703d080a4c4fd6840724e5a93de039f;p=thirdparty%2Ffreeswitch.git FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a-leg when using T38 gateway mode #resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 827a305cc9..6100766b41 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3465,8 +3465,6 @@ static int broadsoft_sla_gather_state_callback(void *pArg, int argc, char **argv callee_name = "unknown"; } - //callee_number = "666"; - if (data) { tmp = switch_core_sprintf(sh->pool, "%s,;%s;appearance-state=%s;appearance-uri=\"\\\"%s\\\" \"", diff --git a/src/switch_core.c b/src/switch_core.c index d38f3d1a92..606ccb59be 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -2795,7 +2795,6 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, void * switch_set_flag((&runtime), SCF_RESTART); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Restarting\n"); } else { - assert(0); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Shutting down\n"); #ifdef _MSC_VER fclose(stdin);