Home
last modified time | relevance | path

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

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.h35 #undef CS_BRIDGEPEERNAME
79 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.h35 #undef CS_BRIDGEPEERNAME
79 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.h35 #undef CS_BRIDGEPEERNAME
79 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.h35 #undef CS_BRIDGEPEERNAME
79 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.h32 #undef CS_BRIDGEPEERNAME
76 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.h41 #undef CS_BRIDGEPEERNAME
85 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.h35 #undef CS_BRIDGEPEERNAME
79 #define CS_BRIDGEPEERNAME "DIALEDPEERNAME" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Ddefine.h25 #define CS_BRIDGEPEERNAME "BRIDGEPEER" macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_pbx.c661 const char * destinationChannelName = pbx_builtin_getvar_helper(tmp_channel, CS_BRIDGEPEERNAME); in sccp_pbx_remote_answer()