FS-5550 --resolve

This commit is contained in:
Anthony Minessale 2013-06-26 10:51:44 -05:00
parent f536634c04
commit 594d9f8172
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* Contributor(s): * Contributor(s):
* *
* Anthony Minessale II <anthm@freeswitch.org> * Anthony Minessale II <anthm@freeswitch.org>
* Emmanuel Schmidbauer <e.schmidbauer@gmail.com>
* *
* *
* mod_loopback.c -- Loopback Endpoint Module * mod_loopback.c -- Loopback Endpoint Module
@ -534,6 +535,7 @@ static switch_status_t channel_on_hangup(switch_core_session_t *session)
channel = switch_core_session_get_channel(session); channel = switch_core_session_get_channel(session);
switch_assert(channel != NULL); switch_assert(channel != NULL);
switch_channel_set_variable(channel, "is_loopback", "1");
tech_pvt = switch_core_session_get_private(session); tech_pvt = switch_core_session_get_private(session);
switch_assert(tech_pvt != NULL); switch_assert(tech_pvt != NULL);