From 0cf60f6c24de01685dd6d755d6b838aec2afa0c1 Mon Sep 17 00:00:00 2001 From: Stanislav Sinyagin <ssinyagin@k-open.com> Date: Fri, 31 Jul 2015 17:49:17 +0200 Subject: [PATCH] FS-7927 typo in variable name: eavesdrop_annnounce_macro --- src/switch_ivr_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }