1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-11 15:07:07 +00:00
This commit is contained in:
Anthony Minessale 2013-05-21 10:21:45 -05:00
parent e2da2e19c3
commit e4f7fda044

@ -1380,7 +1380,7 @@ static void *SWITCH_THREAD_FUNC enterprise_originate_thread(switch_thread_t *thr
switch_mutex_unlock(handle->mutex);
if (handle->done != 2) {
if (handle->status == SWITCH_STATUS_SUCCESS) {
if (handle->status == SWITCH_STATUS_SUCCESS && handle->bleg) {
switch_channel_t *channel = switch_core_session_get_channel(handle->bleg);
switch_channel_set_variable(channel, "group_dial_status", "loser");