mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
testing a media bug change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5391 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -605,7 +605,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_tone_detect_session(switch_core_sessi
|
||||
}
|
||||
|
||||
for(i = 0; i < cont->index; i++) {
|
||||
if (!strcasecmp(key, cont->list[cont->index].key )) {
|
||||
if (!switch_strlen_zero(cont->list[cont->index].key) && !strcasecmp(key, cont->list[cont->index].key)) {
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Renabling %s\n", key);
|
||||
cont->list[cont->index].up = 1;
|
||||
teletone_multi_tone_init(&cont->list[i].mt, &cont->list[i].map);
|
||||
|
Reference in New Issue
Block a user