Skip to content

Commit

Permalink
FS-5453 --resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmFS committed May 21, 2013
1 parent e4f7fda commit 1b6860d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mod/endpoints/mod_loopback/mod_loopback.c
Expand Up @@ -1175,6 +1175,8 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi

if (switch_true(switch_event_get_header(var_event, "loopback_bowout_on_execute"))) {
switch_core_event_hook_add_state_change(*new_session, loopback_bowout_on_execute_state_handler);
switch_channel_set_variable(channel, "loopback_bowout", "false");
switch_set_flag(tech_pvt, TFLAG_BOWOUT);
}

switch_channel_set_state(channel, CS_INIT);
Expand Down

0 comments on commit 1b6860d

Please sign in to comment.