Home
last modified time | relevance | path

Searched refs:SWITCH_CAUSE_USER_CHALLENGE (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2217 SWITCH_CAUSE_USER_CHALLENGE = 603, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c459 case SWITCH_CAUSE_USER_CHALLENGE: in switch_cause_to_rayo_cause()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c116 {"USER_CHALLENGE", SWITCH_CAUSE_USER_CHALLENGE},
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail/
H A Dmod_voicemail.c2705 switch_channel_hangup(channel, SWITCH_CAUSE_USER_CHALLENGE); in voicemail_check_main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c2396 if (code == 401 || cause == 407) cause = SWITCH_CAUSE_USER_CHALLENGE; in sofia_receive_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs30635 SWITCH_CAUSE_USER_CHALLENGE = 603, enumerator