mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a-leg when using T38 gateway mode #resolve
This commit is contained in:
parent
f54c7f9f34
commit
c0423c5877
@ -3465,8 +3465,6 @@ static int broadsoft_sla_gather_state_callback(void *pArg, int argc, char **argv
|
|||||||
callee_name = "unknown";
|
callee_name = "unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
//callee_number = "666";
|
|
||||||
|
|
||||||
if (data) {
|
if (data) {
|
||||||
tmp = switch_core_sprintf(sh->pool,
|
tmp = switch_core_sprintf(sh->pool,
|
||||||
"%s,<sip:%s>;%s;appearance-state=%s;appearance-uri=\"\\\"%s\\\" <sip:%s@%s>\"",
|
"%s,<sip:%s>;%s;appearance-state=%s;appearance-uri=\"\\\"%s\\\" <sip:%s@%s>\"",
|
||||||
|
@ -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_set_flag((&runtime), SCF_RESTART);
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Restarting\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Restarting\n");
|
||||||
} else {
|
} else {
|
||||||
assert(0);
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Shutting down\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Shutting down\n");
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
fclose(stdin);
|
fclose(stdin);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user