Home
last modified time | relevance | path

Searched refs:pbx_channel_set_bridge (Results 1 – 10 of 10) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.h54 #undef pbx_channel_set_bridge
90 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.h59 #undef pbx_channel_set_bridge
104 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.h59 #undef pbx_channel_set_bridge
104 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.h59 #undef pbx_channel_set_bridge
104 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.h59 #undef pbx_channel_set_bridge
104 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.h56 #undef pbx_channel_set_bridge
101 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.h65 #undef pbx_channel_set_bridge
110 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.h59 #undef pbx_channel_set_bridge
104 #define pbx_channel_set_bridge(_a, _b) ast_channel_internal_bridge_set(_a, _b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Ddefine.h437 #define pbx_channel_set_bridge(_a,_b) (_a)->bridge = (_b) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_conference.c1029 pbx_channel_set_bridge(conference->playback.channel, conference->bridge); in playback_to_conference()