Home
last modified time | relevance | path

Searched refs:connectCallee (Results 1 – 25 of 25) sorted by relevance

/dports/net/sems/sems-f89581a/apps/examples/ivr_examples/
H A Db2bua.py31 self.connectCallee(CALLEE_URI, CALLEE_URI)
H A Db2b_out.py24 self.connectCallee(self.dialog.local_party,self.dialog.local_uri, \
H A Dcall_center.py71 self.connectCallee(self.callee_uri, self.callee_uri)
/dports/net/sems/sems-f89581a/doc/dsm/examples/
H A Dtest_b2b.dsm17 B2B.connectCallee("sip:conference@iptel.org", "sip:conference@iptel.org")
/dports/net/sems/sems-f89581a/apps/ann_b2b/
H A DAnnounceB2B.cpp140 connectCallee(callee_addr, callee_uri); in process()
/dports/net/sems/sems-f89581a/apps/examples/jukecall/
H A DJukecall.cpp133 connectCallee(callee, callee,
/dports/net/sems/sems-f89581a/apps/examples/py_sems_ex/
H A Djukecall.py91 self.connectCallee("<sip:"+to+">", "sip:"+to, \
/dports/net/sems/sems-f89581a/apps/ivr/
H A DIvr.h166 void connectCallee(const string& remote_party, const string& remote_uri,
H A DIvr.cpp954 void IvrDialog::connectCallee(const string& remote_party, const string& remote_uri,
958 AmB2BCallerSession::connectCallee(remote_party, remote_uri);
H A DIvrDialogBase.cpp330 self->p_dlg->connectCallee(remote_party, remote_uri, local_party, local_uri); in IvrDialogBase_b2b_connectCallee()
/dports/net/sems/sems-f89581a/apps/py_sems/sip/
H A DPySemsB2ABDialog.sip56 void connectCallee(const string& /*remote_party*/,
/dports/net/sems/sems-f89581a/apps/conf_auth/
H A Dconf_auth.py110 self.connectCallee(self.conf_to, self.conf_uri)
/dports/net/sems/sems-f89581a/apps/examples/serviceline/
H A DServiceLine.cpp165connectCallee("sip:"+ServiceLineFactory::callee_numbers[event]+"@"+ServiceLineFactory::GWDomain, in onDtmf()
/dports/net/sems/sems-f89581a/core/
H A DAmB2ABSession.h222 void connectCallee(const string& remote_party, in relayEvent()
H A DAmB2BSession.h402 void connectCallee(const string& remote_party,
H A DAmB2ABSession.cpp204 void AmB2ABCallerSession::connectCallee(const string& remote_party,
H A DAmB2BSession.cpp1188 void AmB2BCallerSession::connectCallee(const string& remote_party, in connectCallee() function in AmB2BCallerSession
/dports/net/sems/sems-f89581a/apps/examples/b2b_connect/
H A Db2b_connect.cpp126 connectCallee(remote_party, remote_uri, from, from,
/dports/net/sems/sems-f89581a/apps/examples/tutorial/mycc/
H A DMyCC.cpp150 connectCallee(number + " <sip:" + number+ MyCCFactory::ConnectSuffix + ">", in onDtmf()
/dports/net/sems/sems-f89581a/apps/sbc/
H A DSBCCallLeg.h106 void connectCallee(const string& remote_party, const string& remote_uri,
H A DSBCCallLeg.cpp1004connectCallee(to, ruri, from, req, invite_req); // connect to the B leg(s) using modified request in onInvite()
1008 void SBCCallLeg::connectCallee(const string& remote_party, in connectCallee() function in SBCCallLeg
/dports/net/sems/sems-f89581a/doc/dsm/examples/b2b_connect_extension/
H A Dconnect_extension.dsm80 B2B.connectCallee($remote, $remote);
/dports/net/sems/sems-f89581a/apps/click2dial/
H A DClick2Dial.cpp229 connectCallee(string("<") + callee_uri + ">", callee_uri); in process()
/dports/net/sems/sems-f89581a/apps/callback/
H A DCallBack.cpp306 connectCallee(callee, callee, in process()
/dports/net/sems/sems-f89581a/apps/dsm/
H A DDSMCall.cpp871 connectCallee(remote_party, remote_uri, relayed_invite); in B2BconnectCallee()