Home
last modified time | relevance | path

Searched refs:sccp_find_channel_by_lineInstance_and_callid (Results 1 – 3 of 3) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_channel.h214 SCCP_API channelPtr SCCP_CALL sccp_find_channel_by_lineInstance_and_callid(constDevicePtr d, const …
H A Dsccp_actions.c1764 …LEASE(sccp_channel_t, channel, (instance && callId) ? sccp_find_channel_by_lineInstance_and_callid in handle_stimulus_line()
2046 …AUTO_RELEASE(sccp_channel_t, maybe_c , sccp_find_channel_by_lineInstance_and_callid(d, instance, c… in handle_stimulus_groupcallpickup()
3043 …if((channel = sccp_find_channel_by_lineInstance_and_callid(d, lineInstance, callid)) /*ref_replace… in handle_keypad_button()
3243 c = sccp_find_channel_by_lineInstance_and_callid(d, lineInstance, callid) /*ref_replace*/; in handle_soft_key_event()
H A Dsccp_channel.c3132 channelPtr sccp_find_channel_by_lineInstance_and_callid(const sccp_device_t * d, const uint32_t lin… in sccp_find_channel_by_lineInstance_and_callid() function