mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
tweak on calle[re] id
This commit is contained in:
@@ -123,9 +123,7 @@ static void switch_core_standard_on_routing(switch_core_session_t *session)
|
||||
}
|
||||
}
|
||||
|
||||
if (count) {
|
||||
switch_channel_set_flag(session->channel, CF_DIALPLAN);
|
||||
} else {
|
||||
if (!count) {
|
||||
if (switch_channel_direction(session->channel) == SWITCH_CALL_DIRECTION_OUTBOUND) {
|
||||
if (switch_channel_test_flag(session->channel, CF_ANSWERED)) {
|
||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG,
|
||||
|
Reference in New Issue
Block a user