Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_pbx.c435 while (c->owner && !pbx_check_hangup(c->owner) && l && v) { in sccp_pbx_call()
1157 if (pbx_check_hangup(pbx_channel)) { in sccp_pbx_softswitch()
1263 if (c->owner && !pbx_check_hangup(c->owner)) { in sccp_pbx_softswitch()
1284 if (c->owner && !pbx_check_hangup(c->owner)) { in sccp_pbx_softswitch()
1345 if (pbx_channel && !pbx_check_hangup(pbx_channel)) { in sccp_pbx_softswitch()
1365 while (pbx_channel && !pbx_check_hangup(pbx_channel) && d && v) { in sccp_pbx_softswitch()
1372 while (pbx_channel && !pbx_check_hangup(pbx_channel) && l && v) { in sccp_pbx_softswitch()
1384 if (pbx_channel && !pbx_check_hangup(pbx_channel)) { in sccp_pbx_softswitch()
1428 …heck_hangup(chan): %d on line %s\n", DEV_ID_LOG(d), (pbx_channel && pbx_check_hangup(pbx_channel))… in sccp_pbx_softswitch()
1434 if (pbx_channel && !pbx_check_hangup(pbx_channel)) { in sccp_pbx_softswitch()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Dast.c643 if(pbx_check_hangup(pbx_channel)) { in sccp_astgenwrap_handleHangup()
1561 } while (!pbx_channel_pbx(pbx_channel) && !pbx_check_hangup(pbx_channel)); in pbx_pbx_start()
1563 if (pbx_channel_pbx(pbx_channel) && !pbx_check_hangup(pbx_channel)) { in pbx_pbx_start()
H A Ddefine.h88 #define pbx_check_hangup ast_check_hangup macro