mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 05:08:26 +00:00
Merge e4af12f5aeba50ef349c4ccfd8ed143f06edae3e into 675bd8f27d7ef201673f21c4ae6dd6fef73383b4
This commit is contained in:
commit
1edc659bb4
@ -72,6 +72,12 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_phrase_macro_event(switch_core_sessio
|
|||||||
chan_lang = lang;
|
chan_lang = lang;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (event) {
|
||||||
|
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "phrases_language", chan_lang);
|
||||||
|
} else {
|
||||||
|
switch_channel_set_variable(channel, "phrases_language", chan_lang);
|
||||||
|
}
|
||||||
|
|
||||||
switch_event_create(&hint_data, SWITCH_EVENT_REQUEST_PARAMS);
|
switch_event_create(&hint_data, SWITCH_EVENT_REQUEST_PARAMS);
|
||||||
switch_assert(hint_data);
|
switch_assert(hint_data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user