Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_ivr.h641 SWITCH_DECLARE(switch_status_t) switch_ivr_hold_toggle_uuid(const char *uuid, const char *message, …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_ivr.c1553 SWITCH_DECLARE(switch_status_t) switch_ivr_hold_toggle_uuid(const char *uuid, const char *message, … in switch_ivr_hold_toggle_uuid() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c3969 status = switch_ivr_hold_toggle_uuid(argv[1], argv[2], 1); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13158 …public static switch_status_t switch_ivr_hold_toggle_uuid(string uuid, string message, switch_bool… in switch_ivr_hold_toggle_uuid() method in FreeSWITCH.Native.freeswitch
13159 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_hold_toggle_uuid(uuid, message… in switch_ivr_hold_toggle_uuid()
25410 public static extern int switch_ivr_hold_toggle_uuid(string jarg1, string jarg2, int jarg3); in switch_ivr_hold_toggle_uuid() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx42180 result = (switch_status_t)switch_ivr_hold_toggle_uuid((char const *)arg1,(char const *)arg2,arg3); in CSharp_FreeSWITCHfNative_switch_ivr_hold_toggle_uuid___()