From: Stanislav Sinyagin Date: Fri, 31 Jul 2015 15:49:17 +0000 (+0200) Subject: FS-7927 typo in variable name: eavesdrop_annnounce_macro X-Git-Tag: v1.6.2~200^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cf60f6c24de01685dd6d755d6b838aec2afa0c1;p=thirdparty%2Ffreeswitch.git FS-7927 typo in variable name: eavesdrop_annnounce_macro --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 2be166bf4b..0438930299 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -1880,7 +1880,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_eavesdrop_session(switch_core_session switch_core_session_get_read_impl(session, &read_impl); if ((id_name = switch_channel_get_variable(tchannel, "eavesdrop_announce_id"))) { - const char *tmp = switch_channel_get_variable(tchannel, "eavesdrop_annnounce_macro"); + const char *tmp = switch_channel_get_variable(tchannel, "eavesdrop_announce_macro"); if (tmp) { macro_name = tmp; }