Home
last modified time | relevance | path

Searched refs:EndedByNoUser (Results 1 – 16 of 16) sorted by relevance

/dports/net/opal/opal-3.10.10/src/sip/
H A Dsipcon.cxx133 …{ OpalConnection::EndedByNoUser , SIP_PDU::Failure_NotFound }, // Unalloc… in GetStatusCodeFromReason()
136 …{ OpalConnection::EndedByNoUser , SIP_PDU::Failure_TemporarilyUnavailable }, // subscri… in GetStatusCodeFromReason()
173 …{ SIP_PDU::Failure_NotFound , OpalConnection::EndedByNoUser , 1 }, … in GetCallEndReasonFromResponse()
184 …{ SIP_PDU::Failure_BadExtension , OpalConnection::EndedByNoUser , 127 }, … in GetCallEndReasonFromResponse()
185 …{ SIP_PDU::Failure_ExtensionRequired , OpalConnection::EndedByNoUser , 127 }, … in GetCallEndReasonFromResponse()
192 …{ SIP_PDU::Failure_Ambiguous , OpalConnection::EndedByNoUser , 1 }, … in GetCallEndReasonFromResponse()
203 …{ SIP_PDU::GlobalFailure_DoesNotExistAnywhere , OpalConnection::EndedByNoUser , 1 }, … in GetCallEndReasonFromResponse()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dconnection.h372 EndedByNoUser, /// Call failed as could not find user (in GK) enumerator
/dports/net/opal/opal-3.10.10/src/opal/
H A Dcall.cxx270 connection.Release(OpalConnection::EndedByNoUser); in OnConnected()
H A Dconnection.cxx180 { OpalConnection::EndedByNoUser, "Call failed as could not find user" },
/dports/net/h323plus/h323plus-1_27_2/samples/simple/
H A Dmain.cxx827 case H323Connection::EndedByNoUser : in OnConnectionCleared()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323pdu.cxx925 return H323Connection::EndedByNoUser; in H323TranslateToCallEndReason()
965 return H323Connection::EndedByNoUser; in H323TranslateToCallEndReason()
H A Dh323.cxx1565 ClearCall(EndedByNoUser); in OnReceivedSignalSetup()
2550 return EndedByNoUser; in SendSignalSetup()
H A Dh323ep.cxx4407 IMSessionError(token, H323Connection::EndedByNoUser);
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323pdu.cxx878 return H323Connection::EndedByNoUser; in H323TranslateToCallEndReasonCode()
920 return H323Connection::EndedByNoUser; in H323TranslateToCallEndReasonCode()
H A Dh323.cxx1072 Release(EndedByNoUser); in OnReceivedSignalSetup()
1822 return EndedByNoUser; in SendSignalSetup()
/dports/net/opal/opal-3.10.10/samples/simple/
H A Dmain.cxx1488 case OpalConnection::EndedByNoUser : in OnClearedCall()
/dports/net/opal/opal-3.10.10/src/lids/
H A Dcapi_ep.cxx1197 Release(EndedByNoUser); in ProcessMessage()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323con.h369 EndedByNoUser, ///< Call failed as could not find user (in GK) enumerator
/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp180 { "noroute", H323Connection::EndedByNoUser },
226 MAKE_END_REASON(EndedByNoUser); in CallEndReasonText()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalConnection.sip352 EndedByNoUser, /// Call failed as could not find user (in GK)
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx2335 case OpalConnection::EndedByNoUser : in OnClearedCall()