Home
last modified time | relevance | path

Searched refs:switch_ivr_set_user_xml (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h979 SWITCH_DECLARE(switch_status_t) switch_ivr_set_user_xml(switch_core_session_t *session, const char …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c3863 SWITCH_DECLARE(switch_status_t) switch_ivr_set_user_xml(switch_core_session_t *session, const char … in switch_ivr_set_user_xml() function
3952 status = switch_ivr_set_user_xml(session, prefix, user, domain, x_user); in switch_ivr_set_user_extended()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c10653 switch_ivr_set_user_xml(session, NULL, user, domain, x_user); in sofia_handle_sip_i_invite()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13394 …public static switch_status_t switch_ivr_set_user_xml(SWIGTYPE_p_switch_core_session session, stri… in switch_ivr_set_user_xml() method in FreeSWITCH.Native.freeswitch
13395 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_set_user_xml(SWIGTYPE_p_switch… in switch_ivr_set_user_xml()
25551 …public static extern int switch_ivr_set_user_xml(global::System.Runtime.InteropServices.HandleRef … in switch_ivr_set_user_xml() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx42966 …result = (switch_status_t)switch_ivr_set_user_xml(arg1,(char const *)arg2,(char const *)arg3,(char… in CSharp_FreeSWITCHfNative_switch_ivr_set_user_xml___()