FS-11926: rename chan var to 'execute_on_fax_close_detect' to prevent it collide with 'execute_on_fax_detect'

(switch_channel_execute_on() would have run them both)
This commit is contained in:
Dragos Oancea 2019-07-15 13:25:12 +00:00 committed by Andrey Volk
parent 216d84146e
commit 9485b1465b
1 changed files with 1 additions and 1 deletions

View File

@ -2230,7 +2230,7 @@ static switch_bool_t tone_detect_callback(switch_media_bug_t *bug, void *user_da
}
break;
case SWITCH_ABC_TYPE_CLOSE:
switch_channel_execute_on(switch_core_session_get_channel(cont->session), "execute_on_fax_detect_close");
switch_channel_execute_on(switch_core_session_get_channel(cont->session), "execute_on_fax_close_detect");
break;
case SWITCH_ABC_TYPE_READ_REPLACE:
case SWITCH_ABC_TYPE_WRITE_REPLACE: