dont clear token on SIGEVENT_STOP for ISDN legs, save it for the hangup handler

This commit is contained in:
Anthony Minessale 2011-09-16 16:44:08 -05:00
parent 91b73d1ff8
commit 995d7dcb02
1 changed files with 0 additions and 1 deletions

View File

@ -2440,7 +2440,6 @@ static FIO_SIGNAL_CB_FUNCTION(on_clear_channel_signal)
switch_set_flag_locked(tech_pvt, TFLAG_DEAD);
channel = switch_core_session_get_channel(session);
switch_channel_hangup(channel, caller_data->hangup_cause);
ftdm_channel_clear_token(sigmsg->channel, switch_core_session_get_uuid(session));
switch_core_session_rwunlock(session);
}
}