Home
last modified time | relevance | path

Searched refs:passthrupartyid (Results 1 – 9 of 9) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_protocol.c567 msg->data.OpenReceiveChannel.v3.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendOpenReceiveChannelV3()
603 msg->data.OpenReceiveChannel.v17.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendOpenReceiveChannelV17()
646 msg->data.OpenReceiveChannel.v22.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendOpenReceiveChannelv22()
965 msg->data.StartMediaTransmission.v3.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendStartMediaTransmissionV3()
999 msg->data.StartMediaTransmission.v17.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendStartMediaTransmissionV17()
1035 msg->data.StartMediaTransmission.v22.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendStartMediaTransmissionv22()
1158 msg->data.MiscellaneousCommandMessage.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendMultiMediaCommand()
1297 msg->data.PortRequestMessage.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendPortRequest()
1315 msg->data.PortCloseMessage.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_protocol_sendPortClose()
1404 *passthrupartyid = letohl(msg->data.OpenReceiveChannelAck.v3.lel_passThruPartyId); in sccp_protocol_parseOpenReceiveChannelAckV3()
[all …]
H A Dsccp_channel.h28 const uint32_t passthrupartyid; /*!< Pass Through ID */ member
211 SCCP_API channelPtr SCCP_CALL sccp_channel_find_bypassthrupartyid(uint32_t passthrupartyid);
216 …CCP_CALL sccp_channel_find_on_device_bypassthrupartyid(constDevicePtr d, uint32_t passthrupartyid);
H A Dsccp_channel.c242 *(uint32_t *)&channel->passthrupartyid = callid ^ 0xFFFFFFFF; in sccp_channel_allocate()
847 channel->passthrupartyid, iPbx.getChannelName(channel) in sccp_channel_openReceiveChannel()
925 msg->data.CloseReceiveChannel.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_channel_closeReceiveChannel()
1065 msg->data.StopMediaTransmission.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_channel_stopMediaTransmission()
1217 msg->data.CloseMultiMediaReceiveChannel.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_channel_closeMultiMediaReceiveChannel()
1362 msg->data.StopMultiMediaTransmission.lel_passThruPartyId = htolel(channel->passthrupartyid); in sccp_channel_stopMultiMediaTransmission()
3197 channelPtr sccp_channel_find_bypassthrupartyid(uint32_t passthrupartyid) in sccp_channel_find_bypassthrupartyid() argument
3202 …UGCAT_CHANNEL)) (VERBOSE_PREFIX_3 "SCCP: Looking for channel by PassThruId %u\n", passthrupartyid); in sccp_channel_find_bypassthrupartyid()
3207 …LIST_FIND(&l->channels, sccp_channel_t, tmpc, list, (tmpc->passthrupartyid == passthrupartyid && t… in sccp_channel_find_bypassthrupartyid()
3236 channelPtr sccp_channel_find_on_device_bypassthrupartyid(constDevicePtr d, uint32_t passthrupartyid) in sccp_channel_find_on_device_bypassthrupartyid() argument
[all …]
H A Dsccp_protocol.h3429 …ediastatus_t * mediastatus, struct sockaddr_storage * ss, uint32_t * passthrupartyid, uint32_t * c…
3430 …ediastatus_t * mediastatus, struct sockaddr_storage * ss, uint32_t * passthrupartyid, uint32_t * c…
H A Dsccp_appfunctions.c970 snprintf(buf, buf_len, "%d", c->passthrupartyid); in sccp_func_sccpchannel()
H A Dsccp_cli.c1955 msg1->data.OpenReceiveChannel.v17.lel_passThruPartyId = htolel(tmpChannel->passthrupartyid); in sccp_test()
1966 msg2->data.OpenReceiveChannel.v17.lel_passThruPartyId = htolel(tmpChannel->passthrupartyid); in sccp_test()
H A Dsccp_actions.c3298 (passThruPartyId && channel->passthrupartyid != passThruPartyId) || in __get_channel_from_callReference_or_passThruParty()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/debian/
H A Dchangelog243 - passthrupartyid without a valid channel
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/
H A DNEWS247 - passthrupartyid without a valid channel