mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
FS-7927 typo in variable name: eavesdrop_annnounce_macro
This commit is contained in:
parent
59cf3a8134
commit
0cf60f6c24
@ -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);
|
switch_core_session_get_read_impl(session, &read_impl);
|
||||||
|
|
||||||
if ((id_name = switch_channel_get_variable(tchannel, "eavesdrop_announce_id"))) {
|
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) {
|
if (tmp) {
|
||||||
macro_name = tmp;
|
macro_name = tmp;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user