FreeSWITCH.Native.CoreSession.originate C# (CSharp) Метод

originate() защищенный Метод

protected originate ( CoreSession a_leg_session, string dest, int timeout, switch_state_handler_table handlers ) : int
a_leg_session CoreSession
dest string
timeout int
handlers switch_state_handler_table
Результат int
        protected int originate(CoreSession a_leg_session, string dest, int timeout, switch_state_handler_table handlers)
        {
            int ret = freeswitchPINVOKE.CoreSession_originate(swigCPtr, CoreSession.getCPtr(a_leg_session), dest, timeout, switch_state_handler_table.getCPtr(handlers));
            return ret;
        }