Home
last modified time | relevance | path

Searched refs:SWITCH_CAUSE_USER_BUSY (Results 1 – 15 of 15) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt_kxe1.cpp1213 int switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
1248 int switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
1260 switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
1282 switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
1325 switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
1335 switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
1412 case SWITCH_CAUSE_USER_BUSY: in callFailFromCause()
1465 case SWITCH_CAUSE_USER_BUSY: in callFailFromCause()
1517 case SWITCH_CAUSE_USER_BUSY: in callFailFromCause()
1576 case SWITCH_CAUSE_USER_BUSY: in callFailFromCause()
[all …]
H A Dkhomp_pvt_gsm.cpp501 int switch_cause = SWITCH_CAUSE_USER_BUSY; in causeFromCallFail()
H A Dkhomp_pvt.cpp2399 indicateBusyUnlocked(SWITCH_CAUSE_USER_BUSY, disconnected); in doChannelHangup()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dkhomp_pvt.h469 virtual int causeFromCallFail(int fail) { return SWITCH_CAUSE_USER_BUSY; }; in causeFromCallFail()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dmod_portaudio.c1203 retcause = SWITCH_CAUSE_USER_BUSY; in channel_outgoing_channel()
1245 retcause = SWITCH_CAUSE_USER_BUSY; in channel_outgoing_channel()
1250 retcause = SWITCH_CAUSE_USER_BUSY; in channel_outgoing_channel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c1048 case SWITCH_CAUSE_USER_BUSY: in channel_on_hangup_callback()
1074 if ( call_state == SKINNY_RING_OUT && helper->cause == SWITCH_CAUSE_USER_BUSY ) in channel_on_hangup_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2165 SWITCH_CAUSE_USER_BUSY = 17, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_modem.c861 cause = SWITCH_CAUSE_USER_BUSY; goto fail;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c44 #define RAYO_CAUSE_BUSY SWITCH_CAUSE_USER_BUSY
387 case SWITCH_CAUSE_USER_BUSY: in switch_cause_to_rayo_cause()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr_originate.c376 switch_channel_hangup(channel, data ? switch_channel_str2cause(data) : SWITCH_CAUSE_USER_BUSY); in monitor_callback()
4008 case SWITCH_CAUSE_USER_BUSY: in switch_ivr_originate()
H A Dswitch_channel.c64 {"USER_BUSY", SWITCH_CAUSE_USER_BUSY},
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_glue.c1808 return SWITCH_CAUSE_USER_BUSY; in sofia_glue_sip_cause_to_freeswitch()
H A Dmod_sofia.c295 case SWITCH_CAUSE_USER_BUSY: in hangup_cause_to_sip()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_callcenter/
H A Dmod_callcenter.c2135 case SWITCH_CAUSE_USER_BUSY: in outbound_agent_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs30583 SWITCH_CAUSE_USER_BUSY = 17, enumerator