Home
last modified time | relevance | path

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

12

/dports/net/opal/opal-3.10.10/src/opal/
H A Dpcss.cxx168 PINDEX prefixLength = remoteParty.Find(':'); in SetDeviceNames()
175 PINDEX separator = remoteParty.Find('|', prefixLength); in SetDeviceNames()
177 separator = remoteParty.Find('\\', prefixLength); in SetDeviceNames()
179 playDevice = recordDevice = remoteParty.Mid(prefixLength); in SetDeviceNames()
181 playDevice = remoteParty(prefixLength, separator-1); in SetDeviceNames()
182 recordDevice = remoteParty.Mid(separator+1); in SetDeviceNames()
211 PString deviceNames = remoteParty; in MakeConnection()
214 PINDEX semicolon = remoteParty.Find(';'); in MakeConnection()
220 PURL::SplitVars(remoteParty.Mid(semicolon), params, ';', '='); in MakeConnection()
388 bool OpalPCSSConnection::TransferConnection(const PString & remoteParty) in TransferConnection() argument
[all …]
H A Divr.cxx82 const PString & remoteParty, in MakeConnection() argument
87 PString ivrString = remoteParty; in MakeConnection()
208 bool OpalIVRConnection::TransferConnection(const PString & remoteParty) in TransferConnection() argument
212 if (remoteParty.Find(GetPrefixName()+":") == 0) in TransferConnection()
215 return StartVXML(remoteParty.Mid(prefixLength)); in TransferConnection()
H A Dmanager.cxx588 const PString & remoteParty, in MakeConnection() argument
593 PTRACE(3, "OpalMan\tSet up connection to \"" << remoteParty << '"'); in MakeConnection()
595 if (remoteParty.IsEmpty()) in MakeConnection()
598 PCaselessString epname = remoteParty.Left(remoteParty.Find(':')); in MakeConnection()
611 return ep->MakeConnection(call, remoteParty, userData, options, stringOptions); in MakeConnection()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx2095 PString remoteParty = _remoteParty; local
2127 remoteParty = str;
2148 PString number = remoteParty;
2209 PString remoteParty = _remoteParty; local
2212 PString number = remoteParty;
2246 remoteParty = remoteParty.Left(at+1) + "[" + remoteParty.Mid(at+1) + "]";
2248 remoteParty = "[" + remoteParty + "]";
2252 PURL url(remoteParty, proto);
2262 …if ((remoteParty.Find('@') == P_MAX_INDEX) && (remoteParty.NumCompare(url.GetScheme()) != EqualTo)…
2275 alias = remoteParty.Left(remoteParty.Find('@'));
[all …]
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323ep.cxx501 PTRACE(3, "H323\tMaking call to: " << remoteParty); in MakeConnection()
506 remoteParty, in MakeConnection()
599 const PString & remoteParty, in SetupTransfer() argument
613 PTRACE(3, "H323\tTransferring call to: " << remoteParty); in SetupTransfer()
642 if (!ParsePartyName(remoteParty, alias, address, stringOptions)) { in InternalMakeCall()
643 PTRACE(2, "H323\tCould not parse \"" << remoteParty << '"'); in InternalMakeCall()
706 const PString & remoteParty, in TransferCall() argument
711 connection->TransferCall(remoteParty, callIdentity); in TransferCall()
724 PBoolean H323EndPoint::IntrudeCall(const PString & remoteParty, in IntrudeCall() argument
761 PBoolean H323EndPoint::ParsePartyName(const PString & remoteParty, in ParsePartyName() argument
[all …]
H A Dh450pdu.cxx346 PString& remoteParty) in ParseEndpointAddress() argument
363 remoteParty = transportAddress; in ParseEndpointAddress()
366 remoteParty = alias; in ParseEndpointAddress()
369 remoteParty = alias + '@' + transportAddress; in ParseEndpointAddress()
1011 PString remoteParty; in OnReceivedCallTransferInitiate() local
1012 H450ServiceAPDU::ParseEndpointAddress(ctInitiateArg.m_reroutingNumber, remoteParty); in OnReceivedCallTransferInitiate()
1014 if (!endpoint.OnCallTransferInitiate(connection, remoteParty) || in OnReceivedCallTransferInitiate()
1017 remoteParty)) in OnReceivedCallTransferInitiate()
1177 PString remoteParty; in OnReceivedIdentifyReturnResult() local
1296 bool H4502Handler::TransferCall(const PString & remoteParty, in TransferCall() argument
[all …]
/dports/net/opal/opal-3.10.10/src/lids/
H A Dlidep.cxx86 const PString & remoteParty, in MakeConnection() argument
91 PTRACE(3, "LID EP\tMakeConnection to " << remoteParty); in MakeConnection()
95 bool terminating = (remoteParty.Left(prefixLength) *= PrefixPOTS); in MakeConnection()
98 PINDEX at = remoteParty.Find('@'); in MakeConnection()
100 number = remoteParty(prefixLength+1, at-1); in MakeConnection()
101 lineName = remoteParty.Mid(at + 1); in MakeConnection()
105 lineName = remoteParty.Mid(prefixLength + 1); in MakeConnection()
107 number = remoteParty.Mid(prefixLength + 1); in MakeConnection()
/dports/net/opal/opal-3.10.10/include/iax2/
H A Diax2con.h78 const PString & remoteParty, ///Url we are calling or getting called by
111 const PString & remoteParty ///< Remote party to transfer the existing call to
H A Diax2ep.h175 const PString & remoteParty, /// Url to call or is calling.
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323ep.h591 const PString & remoteParty, ///* Remote party to call
603 const PString & remoteParty, ///* Remote party to call
627 const PString & remoteParty, ///< Remote party to call
654 const PString & remoteParty, ///< Remote party to call
672 const PString & remoteParty, ///< Remote party to call
706 const PString & remoteParty, ///< Remote party to transfer the existing call to
718 const PString & remoteParty, ///< Remote party to transfer the existing call to
746 const PString & remoteParty, ///< Remote party to intrude call
753 const PString & remoteParty, ///< Remote party to intrude call
927 const PString & remoteParty ///< Party transferring to.
[all …]
/dports/net/opal/opal-3.10.10/include/h323/
H A Dh323ep.h470 const PString & remoteParty, ///< Remote party to transfer the existing call to
481 const PString & remoteParty, ///< Remote party to transfer the existing call to
501 const PString & remoteParty, ///< Remote party to intrude call
610 const PString & remoteParty ///< Party transferring to.
1338 const PString & remoteParty, ///< Remote party to call
H A Dh323con.h585 const PString & remoteParty ///< Remote party to transfer the existing call to
615 const PString & remoteParty, ///< Remote party to transfer the existing call to
/dports/net/h323plus/h323plus-1_27_2/src/h450/
H A Dh450pdu.cxx354 PString& remoteParty) in ParseEndpointAddress() argument
371 remoteParty = transportAddress; in ParseEndpointAddress()
374 remoteParty = alias; in ParseEndpointAddress()
377 remoteParty = alias + '@' + transportAddress; in ParseEndpointAddress()
1020 PString remoteParty; in OnReceivedCallTransferInitiate() local
1024 if (!endpoint.OnCallTransferInitiate(connection, remoteParty) || in OnReceivedCallTransferInitiate()
1027 remoteParty, newToken) == NULL) in OnReceivedCallTransferInitiate()
1187 PString remoteParty; in OnReceivedIdentifyReturnResult() local
1323 void H4502Handler::TransferCall(const PString & remoteParty, in TransferCall() argument
1337 PTRACE(1, "H4502\tCould not resolve call party " << remoteParty); in TransferCall()
[all …]
/dports/net/opal/opal-3.10.10/src/sip/
H A Dsipep.cxx347 static PString TranslateENUM(const PString & remoteParty) in TranslateENUM() argument
351 if (remoteParty.Find('@') == P_MAX_INDEX) { in TranslateENUM()
354 PINDEX pos = remoteParty.Find(':'); in TranslateENUM()
355 PString e164 = pos != P_MAX_INDEX ? remoteParty.Mid(pos+1) : remoteParty; in TranslateENUM()
359 PTRACE(4, "SIP\tENUM converted remote party " << remoteParty << " to " << str); in TranslateENUM()
366 return remoteParty; in TranslateENUM()
371 const PString & remoteParty, in MakeConnection() argument
452 const PString & remoteParty, in SetupTransfer() argument
462 …PTRACE(3, "SIP\tTransferring " << *otherConnection << " to " << remoteParty << " in call " << call… in SetupTransfer()
470 … CreateConnection(call, SIPURL::GenerateTag(), userData, TranslateENUM(remoteParty), NULL, NULL, 0… in SetupTransfer()
[all …]
/dports/net/opal/opal-3.10.10/src/iax2/
H A Diax2con.cxx434 bool IAX2Connection::TransferConnection(const PString & remoteParty) in TransferConnection() argument
437 PTRACE(3, "IAX2\tTransfer call to \"" + remoteParty << '"'); in TransferConnection()
439 PStringArray rpList = IAX2EndPoint::DissectRemoteParty(remoteParty); in TransferConnection()
H A Diax2ep.cxx424 const PString & remoteParty, in CreateConnection() argument
427 return new IAX2Connection(call, *this, token, userData, remoteParty, remotePartyName); in CreateConnection()
/dports/net/opal/opal-3.10.10/src/t38/
H A Dt38proto.cxx497 const PString & remoteParty, in MakeConnection() argument
507 PINDEX prefixLength = remoteParty.Find(':'); in MakeConnection()
508 PStringArray tokens = remoteParty.Mid(prefixLength+1).Tokenise(";", true); in MakeConnection()
543 remoteParty.Left(prefixLength) *= GetPrefixName())); in MakeConnection()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dpcss.h336 const PString & remoteParty ///< Remote party to transfer the existing call to
H A Divr.h259 const PString & remoteParty ///< Remote party to transfer the existing call to
H A Dendpoint.h418 const PString & remoteParty ///< The new remote party
/dports/net/opal/opal-3.10.10/include/im/
H A Dmsrp.h292 bool Open(const PURL & remoteParty);
/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp461 H323Connection* yateMakeCall(const PString& remoteParty, PString& token, void* userData);
682 YateCallThread(YateH323EndPoint* ep, const char* remoteParty, void* userData, int& status) in YateCallThread() argument
684 m_ep(ep), m_userData(userData), m_remoteParty(remoteParty), m_status(status) in YateCallThread()
687 …static bool makeCall(YateH323EndPoint* ep, const char* remoteParty, void* userData, bool newThread…
1032 H323Connection* YateH323EndPoint::yateMakeCall(const PString& remoteParty, in yateMakeCall() argument
1042 UINT_MAX,remoteParty,NULL,token,userData); in yateMakeCall()
1711 bool YateCallThread::makeCall(YateH323EndPoint* ep, const char* remoteParty, void* userData, bool n… in makeCall() argument
1720 return ep->yateMakeCall(remoteParty,token,userData) != 0; in makeCall()
1723 YateCallThread* call = new YateCallThread(ep,remoteParty,userData,status); in makeCall()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DH323EndPoint.sip368 remoteParty description. The general form for this parameter is
381 const PString & remoteParty, ///< Remote party to transfer the existing call to
392 const PString & remoteParty, ///< Remote party to transfer the existing call to
420 const PString & remoteParty, ///< Remote party to intrude call
426 An appropriate transport is determined from the remoteParty parameter.
459 const PString & remoteParty ///< Party transferring to.
H A DOpalPCSSConnection.sip288 If remoteParty is a valid call token, then the remote party is transferred
292 const PString & remoteParty ///< Remote party to transfer the existing call to
/dports/net/opal/opal-3.10.10/include/sip/
H A Dsipcon.h258 const PString & remoteParty ///< Remote party to transfer the existing call to

12