FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes

This commit is contained in:
Anthony Minessale
2013-05-22 11:01:39 -05:00
parent 790e9b4d33
commit 6cdb46889c
4 changed files with 165 additions and 135 deletions
+1 -1
View File
@@ -658,7 +658,7 @@ SWITCH_DECLARE(switch_hold_record_t *) switch_channel_get_hold_record(switch_cha
SWITCH_DECLARE(void) switch_channel_state_thread_lock(switch_channel_t *channel);
SWITCH_DECLARE(void) switch_channel_state_thread_unlock(switch_channel_t *channel);
SWITCH_DECLARE(switch_status_t) switch_channel_state_thread_trylock(switch_channel_t *channel);
SWITCH_DECLARE(void) switch_channel_handle_cause(switch_channel_t *channel, switch_call_cause_t cause);
SWITCH_END_EXTERN_C
#endif