mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8584 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
57117acdbc
commit
76a41b5730
@ -242,7 +242,6 @@ SWITCH_STANDARD_APP(intercept_function)
|
|||||||
|
|
||||||
switch_ivr_intercept_session(session, uuid, bleg);
|
switch_ivr_intercept_session(session, uuid, bleg);
|
||||||
}
|
}
|
||||||
switch_safe_free(mydata);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -960,7 +960,7 @@ SWITCH_DECLARE(void) switch_ivr_intercept_session(switch_core_session_t *session
|
|||||||
|
|
||||||
if (bleg) {
|
if (bleg) {
|
||||||
if (switch_ivr_find_bridged_uuid(uuid, brto, sizeof(brto)) == SWITCH_STATUS_SUCCESS) {
|
if (switch_ivr_find_bridged_uuid(uuid, brto, sizeof(brto)) == SWITCH_STATUS_SUCCESS) {
|
||||||
uuid = brto;
|
uuid = switch_core_session_strdup(session, brto);
|
||||||
} else {
|
} else {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no uuid bridged to %s\n", uuid);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no uuid bridged to %s\n", uuid);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user