Home
last modified time | relevance | path

Searched refs:sccp_channel_getCallInfo (Results 1 – 22 of 22) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_channel.c578 sccp_callinfo_t * const __PURE__ sccp_channel_getCallInfo(constChannelPtr channel) in sccp_channel_getCallInfo() function
2682 iCallInfo.Getter(sccp_channel_getCallInfo(sccp_destination_local_channel), in sccp_channel_transfer_complete()
2690 iCallInfo.Getter(sccp_channel_getCallInfo(sccp_source_local_channel), in sccp_channel_transfer_complete()
2695 iCallInfo.Getter(sccp_channel_getCallInfo(sccp_source_local_channel), in sccp_channel_transfer_complete()
2702 iCallInfo.Setter(sccp_channel_getCallInfo(sccp_source_local_channel), in sccp_channel_transfer_complete()
2709 iCallInfo.Setter(sccp_channel_getCallInfo(sccp_destination_local_channel), in sccp_channel_transfer_complete()
2831 iCallInfo.Getter(sccp_channel_getCallInfo(sccp_channel_parent), in sccp_channel_forward()
2862 iCallInfo.Getter(sccp_channel_getCallInfo(sccp_forwarding_channel), in sccp_channel_forward()
2867 iCallInfo.Setter(sccp_channel_getCallInfo(sccp_forwarding_channel), in sccp_channel_forward()
H A Dsccp_indicate.c69 sccp_callinfo_t * const ci = sccp_channel_getCallInfo(c); in __sccp_indicate()
484 sccp_callinfo_t * ci = iCallInfo.CopyConstructor(sccp_channel_getCallInfo(c)); in __sccp_indicate_remote_device()
H A Dsccp_channel.h138 SCCP_API sccp_callinfo_t * const SCCP_CALL sccp_channel_getCallInfo(constChannelPtr channel);
H A Dsccp_hint.c827 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_hint_updateLineStateForMultipleChannels()
947 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_hint_updateLineStateForSingleChannel()
H A Dsccp_pbx.c217 sccp_callinfo_t *ci = sccp_channel_getCallInfo(c); in sccp_pbx_call()
830 sccp_callinfo_t *ci = sccp_channel_getCallInfo(c); in sccp_pbx_channel_allocate()
H A Dsccp_feature.c164 callinfo_orig = sccp_channel_getCallInfo(c); in sccp_feat_perform_pickup()
201 callinfo_orig = sccp_channel_getCallInfo(c); in sccp_feat_perform_pickup()
H A Dsccp_protocol.c1257 …iCallInfo.Getter(sccp_channel_getCallInfo(channel), SCCP_CALLINFO_CALLEDPARTY_NUMBER, &msg->data.C… in sccp_protocol_sendConnectionStatisticsReqV3()
1259 …iCallInfo.Getter(sccp_channel_getCallInfo(channel), SCCP_CALLINFO_CALLINGPARTY_NUMBER, &msg->data.… in sccp_protocol_sendConnectionStatisticsReqV3()
1274 …iCallInfo.Getter(sccp_channel_getCallInfo(channel), SCCP_CALLINFO_CALLEDPARTY_NUMBER, &msg->data.… in sccp_protocol_sendConnectionStatisticsReqV19()
1276 …iCallInfo.Getter(sccp_channel_getCallInfo(channel), SCCP_CALLINFO_CALLINGPARTY_NUMBER, &msg->data.… in sccp_protocol_sendConnectionStatisticsReqV19()
H A Dsccp_appfunctions.c917 sccp_callinfo_t * ci = sccp_channel_getCallInfo(c); in sccp_func_sccpchannel()
H A Dsccp_cli.c1382 iCallInfo.Getter(sccp_channel_getCallInfo(channel), in sccp_show_lines()
1386 iCallInfo.Getter(sccp_channel_getCallInfo(channel), in sccp_show_lines()
H A Dsccp_conference.c528 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_conference_update_callInfo()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Dast.c797 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_redirectedUpdate()
846 sccp_callinfo_t *const callInfo = sccp_channel_getCallInfo(channel); in sccp_astwrap_connectedline()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast106/
H A Dast106.c1458 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1693 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast110/
H A Dast110.c1318 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1418 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.c1480 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1600 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast108/
H A Dast108.c1518 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1634 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.c1633 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1748 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.c1909 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
2034 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.c1961 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
2082 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.c1882 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1991 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.c1882 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1991 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.c1882 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
1991 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.c1949 sccp_callinfo_t *ci = sccp_channel_getCallInfo(channel); in sccp_astwrap_request()
2070 iCallInfo.Setter(sccp_channel_getCallInfo(c), in sccp_astwrap_fixup()