mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-7500: refactoring
This commit is contained in:
committed by
Michael Jerris
parent
3584da00d0
commit
970064294c
@@ -361,7 +361,7 @@ void switch_core_state_machine_init(switch_memory_pool_t *pool)
|
||||
if (state < CS_HANGUP && switch_channel_get_callstate(session->channel) == CCS_UNHELD) { \
|
||||
switch_channel_set_callstate(session->channel, CCS_ACTIVE); \
|
||||
} \
|
||||
switch_core_session_refresh_video(session); \
|
||||
switch_core_session_request_video_refresh(session); \
|
||||
if (!driver_state_handler->on_##__STATE || (driver_state_handler->on_##__STATE(session) == SWITCH_STATUS_SUCCESS \
|
||||
)) { \
|
||||
while (do_extra_handlers && (application_state_handler = switch_channel_get_state_handler(session->channel, index++)) != 0) { \
|
||||
|
||||
Reference in New Issue
Block a user