Example #1
0
 public void processRedirect(pjsip_redirect_op cmd)
 {
     pjsua2PINVOKE.Call_processRedirect(swigCPtr, (int)cmd);
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public virtual pjsip_redirect_op onCallRedirected(OnCallRedirectedParam prm)
        {
            pjsip_redirect_op ret = (pjsip_redirect_op)(SwigDerivedClassHasMethod("onCallRedirected", swigMethodTypes17) ? pjsua2PINVOKE.Call_onCallRedirectedSwigExplicitCall(swigCPtr, OnCallRedirectedParam.getCPtr(prm)) : pjsua2PINVOKE.Call_onCallRedirected(swigCPtr, OnCallRedirectedParam.getCPtr(prm)));

            if (pjsua2PINVOKE.SWIGPendingException.Pending)
            {
                throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
 public static extern int pjsua_call_process_redirect(int call_id, pjsip_redirect_op cmd);
Example #4
0
 public void processRedirect(pjsip_redirect_op cmd)
 {
     pjsua2PINVOKE.Call_processRedirect(swigCPtr, (int)cmd);
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }