mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
move callstate changes down to take place after the core states have run
This commit is contained in:
@@ -684,6 +684,7 @@ SWITCH_DECLARE(void) switch_core_session_hangup_state(switch_core_session_t *ses
|
||||
api_hook(session, hook_var, use_session);
|
||||
}
|
||||
|
||||
switch_channel_set_callstate(session->channel, CCS_HANGUP);
|
||||
switch_set_flag(session, SSF_HANGUP);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user