FreeSWITCH.Native.freeswitch.switch_ivr_schedule_transfer C# (CSharp) Method

switch_ivr_schedule_transfer() public static method

public static switch_ivr_schedule_transfer ( SWIGTYPE_p_time_t runtime, string uuid, string extension, string dialplan, string context ) : uint
runtime SWIGTYPE_p_time_t
uuid string
extension string
dialplan string
context string
return uint
        public static uint switch_ivr_schedule_transfer(SWIGTYPE_p_time_t runtime, string uuid, string extension, string dialplan, string context)
        {
            uint ret = freeswitchPINVOKE.switch_ivr_schedule_transfer(SWIGTYPE_p_time_t.getCPtr(runtime), uuid, extension, dialplan, context);
            if (freeswitchPINVOKE.SWIGPendingException.Pending) throw freeswitchPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
freeswitch