Home
last modified time | relevance | path

Searched refs:sccp_feat_handle_callforward (Results 1 – 4 of 4) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_feature.h24 SCCP_API void SCCP_CALL sccp_feat_handle_callforward(constLinePtr l, constDevicePtr d, sccp_cfwd_t …
H A Dsccp_softkeys.c601 sccp_feat_handle_callforward(line, d, SCCP_CFWD_ALL, c, lineInstance); in sccp_sk_cfwdall()
623 sccp_feat_handle_callforward(line, d, SCCP_CFWD_BUSY, c, lineInstance); in sccp_sk_cfwdbusy()
644 sccp_feat_handle_callforward(line, d, SCCP_CFWD_NOANSWER, c, lineInstance); in sccp_sk_cfwdnoanswer()
H A Dsccp_feature.c66 void sccp_feat_handle_callforward(constLinePtr l, constDevicePtr d, sccp_cfwd_t type, channelPtr ma… in sccp_feat_handle_callforward() function
H A Dsccp_actions.c1957 sccp_feat_handle_callforward(l, d, SCCP_CFWD_ALL, maybe_c, instance); in handle_stimulus_forwardAll()
1978 sccp_feat_handle_callforward(l, d, SCCP_CFWD_BUSY, maybe_c, instance); in handle_stimulus_forwardBusy()
1999 sccp_feat_handle_callforward(l, d, SCCP_CFWD_NOANSWER, maybe_c, instance); in handle_stimulus_forwardNoAnswer()