Home
last modified time | relevance | path

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

123

/dports/net/h323plus/h323plus-1_27_2/src/
H A Dq931.cxx167 callReference = 0; in Q931()
179 callReference = other.callReference; in operator =()
195 callReference = callRef; in BuildFacility()
206 callReference = callRef; in BuildInformation()
219 callReference = callRef; in BuildProgress()
229 callReference = callRef; in BuildNotify()
238 callReference = callRef; in BuildSetupAcknowledge()
247 callReference = callRef; in BuildCallProceeding()
256 callReference = callRef; in BuildAlerting()
278 callReference = callRef; in BuildConnect()
[all …]
H A Dgnugknat.cxx238 unsigned callReference = pdu.GetQ931().GetCallReference(); in HandleGNUGKSignallingChannelPDU() local
239 PString token = endpoint.BuildConnectionToken(*this, callReference, TRUE); in HandleGNUGKSignallingChannelPDU()
241 H323Connection * connection = endpoint.CreateConnection(callReference, NULL, this, &pdu); in HandleGNUGKSignallingChannelPDU()
244 "sending release complete PDU: callRef=" << callReference); in HandleGNUGKSignallingChannelPDU()
246 pdu.BuildReleaseComplete(callReference, TRUE); in HandleGNUGKSignallingChannelPDU()
H A Dh323ep.cxx2977 unsigned callReference, argument
2987 token.sprintf("/%u", callReference);
2996 unsigned callReference = setupPDU.GetQ931().GetCallReference(); local
2997 PString token = BuildConnectionToken(*transport, callReference, TRUE);
3004 connection = CreateConnection(callReference, NULL, transport, &setupPDU);
3023 H323Connection * H323EndPoint::CreateConnection(unsigned callReference, argument
3028 return CreateConnection(callReference, userData);
3032 H323Connection * H323EndPoint::CreateConnection(unsigned callReference, void * /*userData*/) argument
3034 return CreateConnection(callReference);
3037 H323Connection * H323EndPoint::CreateConnection(unsigned callReference) argument
[all …]
/dports/net/opal/opal-3.10.10/src/h323/
H A Dq931.cxx138 callReference = 0; in Q931()
151 callReference = other.callReference; in operator =()
165 callReference = callRef; in BuildFacility()
176 callReference = callRef; in BuildInformation()
189 callReference = callRef; in BuildProgress()
199 callReference = callRef; in BuildNotify()
208 callReference = callRef; in BuildSetupAcknowledge()
217 callReference = callRef; in BuildCallProceeding()
226 callReference = callRef; in BuildAlerting()
248 callReference = callRef; in BuildConnect()
[all …]
H A Dh323ep.cxx523 unsigned callReference = pdu.GetQ931().GetCallReference(); in NewIncomingConnection() local
524 PTRACE(3, "H225\tIncoming call, first PDU: callReference=" << callReference); in NewIncomingConnection()
528 token.sprintf("/%u", callReference); in NewIncomingConnection()
540 "sending release complete PDU: callRef=" << callReference); in NewIncomingConnection()
544 q931PDU.BuildReleaseComplete(callReference, PTrue); in NewIncomingConnection()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_actions.c3299 (callReference && channel->callid != callReference) || in __get_channel_from_callReference_or_passThruParty()
3311 channel = sccp_channel_find_byid(callReference ? callReference : callReference1); in __get_channel_from_callReference_or_passThruParty()
3331 uint32_t callReference = 0; in handle_port_response() local
3384 uint32_t callReference = 0; in handle_openReceiveChannelAck() local
3422 callReference = callReference ? callReference : passThruPartyId ^ 0xFFFFFFFF; in handle_openReceiveChannelAck()
3443 uint32_t callReference = 0; in handle_startMediaTransmissionAck() local
3482callReference = callReference ? callReference : (callReference1 ? callReference1 : passThruPartyId… in handle_startMediaTransmissionAck()
3509 uint32_t callReference = 0; in handle_OpenMultiMediaReceiveAck() local
3550 callReference = callReference ? callReference : passThruPartyId ^ 0xFFFFFFFF; in handle_OpenMultiMediaReceiveAck()
3574 uint32_t callReference = 0; in handle_startMultiMediaTransmissionAck() local
[all …]
H A Dsccp_conference.c127 uint32_t callReference; /* used to push/update conflist */ member
1229 if (!participant->callReference) { in sccp_conference_show_list()
1230 participant->callReference = channel->callid; in sccp_conference_show_list()
1285 …%d:%d:%d:%d:%d</URL>", appID, participant->lineInstance, participant->callReference, participant->… in sccp_conference_show_list()
1360 …eference %d, transactionID %d\n", conference->id, appID, participant->callReference, participant->… in sccp_conference_show_list()
1363 …erToDeviceDataVersionMessage(participant->device, appID, participant->callReference, participant->… in sccp_conference_show_list()
1382 …erToDeviceDataVersionMessage(participant->device, appID, participant->callReference, participant->… in __sccp_conference_hide_list()
1427 void sccp_conference_handle_device_to_user(devicePtr d, uint32_t callReference, uint32_t transactio… in sccp_conference_handle_device_to_user() argument
1430 …, Transaction %d, Conference %d, Participant:%d, Action %s\n", d->id, callReference, transactionID… in sccp_conference_handle_device_to_user()
1732 …lReference %d, transactionID %d\n", conference->id, appID, moderator->callReference, moderator->li… in sccp_conference_invite_participant()
[all …]
H A Dsccp_conference.h31 SCCP_API void SCCP_CALL sccp_conference_handle_device_to_user(devicePtr d, uint32_t callReference, …
H A Dsccp_protocol.c1201 msg->data.UserToDeviceDataVersion1Message.lel_callReference = htolel(callReference); in sccp_protocol_sendUserToDeviceDataVersion1Message()
1206 msg->data.UserToDeviceDataVersion1Message.lel_conferenceID = htolel(callReference); in sccp_protocol_sendUserToDeviceDataVersion1Message()
1231 msg->data.UserToDeviceDataVersion1Message.lel_callReference = htolel(callReference); in sccp_protocol_sendUserToDeviceDataVersion1Message()
1400 …t * mediastatus, struct sockaddr_storage *ss, uint32_t * passthrupartyid, uint32_t * callReference) in sccp_protocol_parseOpenReceiveChannelAckV3() argument
1403 *callReference = letohl(msg->data.OpenReceiveChannelAck.v3.lel_callReference); in sccp_protocol_parseOpenReceiveChannelAckV3()
1413 …t * mediastatus, struct sockaddr_storage *ss, uint32_t * passthrupartyid, uint32_t * callReference) in sccp_protocol_parseOpenReceiveChannelAckV17() argument
1416 *callReference = letohl(msg->data.OpenReceiveChannelAck.v17.lel_callReference); in sccp_protocol_parseOpenReceiveChannelAckV17()
1439 *callReference = letohl(msg->data.OpenMultiMediaReceiveChannelAckMessage.v3.lel_callReference); in sccp_protocol_parseOpenMultiMediaReceiveChannelAckV3()
1452 *callReference = letohl(msg->data.OpenMultiMediaReceiveChannelAckMessage.v17.lel_callReference); in sccp_protocol_parseOpenMultiMediaReceiveChannelAckV17()
1595 *callReference = letohl(msg->data.PortResponseMessage.v3.lel_callReference); in sccp_protocol_parsePortResponseV3()
[all …]
/dports/net/h323plus/h323plus-1_27_2/src/h460/
H A Dh460_std17.cxx491 unsigned callReference = pdu.GetQ931().GetCallReference(); in HandleH46017SetupPDU() local
492 PString callToken = endpoint.BuildConnectionToken(*this, callReference, TRUE); in HandleH46017SetupPDU()
494 H323Connection * connection = endpoint.CreateConnection(callReference, NULL, this, &pdu); in HandleH46017SetupPDU()
497 "sending release complete PDU: callRef=" << callReference); in HandleH46017SetupPDU()
499 pdu.BuildReleaseComplete(callReference, TRUE); in HandleH46017SetupPDU()
H A Dh46018_h225.cxx232 unsigned callReference = pdu.GetQ931().GetCallReference(); in HandleH46018SignallingChannelPDU() local
233 PString token = endpoint.BuildConnectionToken(*this, callReference, true); in HandleH46018SignallingChannelPDU()
235 H323Connection * connection = endpoint.CreateConnection(callReference, NULL, this, &pdu); in HandleH46018SignallingChannelPDU()
238 "sending release complete PDU: callRef=" << callReference); in HandleH46018SignallingChannelPDU()
240 pdu.BuildReleaseComplete(callReference, true); in HandleH46018SignallingChannelPDU()
/dports/net/wireshark/wireshark-3.6.1/idl/parlay/
H A Dgcc_interfaces.idl153 in TpSessionID callReference
157 in TpCallIdentifier callReference,
H A Dmpcc_interfaces.idl378 in TpMultiPartyCallIdentifier callReference,
385 in TpSessionID callReference
/dports/net/wireshark-lite/wireshark-3.6.1/idl/parlay/
H A Dgcc_interfaces.idl153 in TpSessionID callReference
157 in TpCallIdentifier callReference,
H A Dmpcc_interfaces.idl378 in TpMultiPartyCallIdentifier callReference,
385 in TpSessionID callReference
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/idl/
H A Dgcc_interfaces.idl170 in TpSessionID callReference
175 in TpCallIdentifier callReference,
H A Dhosa_mpcc_interfaces.idl25 Returns callReference: Specifies the interface reference and sessionID of the call created.
H A Dmpcc_interfaces.idl421 in TpMultiPartyCallIdentifier callReference,
429 in TpSessionID callReference
/dports/net/tshark-lite/wireshark-3.6.1/idl/parlay/
H A Dgcc_interfaces.idl153 in TpSessionID callReference
157 in TpCallIdentifier callReference,
H A Dmpcc_interfaces.idl378 in TpMultiPartyCallIdentifier callReference,
385 in TpSessionID callReference
/dports/net/tshark/wireshark-3.6.1/idl/parlay/
H A Dgcc_interfaces.idl153 in TpSessionID callReference
157 in TpCallIdentifier callReference,
H A Dmpcc_interfaces.idl378 in TpMultiPartyCallIdentifier callReference,
385 in TpSessionID callReference
/dports/net/opal/opal-3.10.10/include/h323/
H A Dq931.h108 unsigned GetCallReference() const { return callReference; } in GetCallReference()
409 unsigned callReference;
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dq931.h107 unsigned GetCallReference() const { return callReference; } in GetCallReference()
464 unsigned callReference;
/dports/net/h323plus/h323plus-1_27_2/samples/simple/
H A Dmain.h49 virtual H323Connection * CreateConnection(unsigned callReference);

123