Home
last modified time | relevance | path

Searched refs:pbx_channel_nativeformats (Results 1 – 16 of 16) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.h41 #undef pbx_channel_nativeformats
77 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
H A Dast111.c1049 if (!pbxSrcChannel || ast_format_cap_is_empty(pbx_channel_nativeformats(pbxSrcChannel))) { in sccp_astwrap_allocPBXChannel()
1052 ast_best_codec(pbx_channel_nativeformats(pbxSrcChannel), &tmpfmt); in sccp_astwrap_allocPBXChannel()
1145 if (ast_format_cap_is_empty(pbx_channel_nativeformats(pbxSrcChannel))) { in sccp_astwrap_allocTempPBXChannel()
1148 ast_best_codec(pbx_channel_nativeformats(pbxSrcChannel), &tmpfmt); in sccp_astwrap_allocTempPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.h46 #undef pbx_channel_nativeformats
91 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
H A Dast117.c1353 if (ast_format_cap_count(pbx_channel_nativeformats(pbxSrcChannel)) == 0) { in sccp_astwrap_allocTempPBXChannel()
1358 …tmpfmt = ast_format_cap_get_best_by_type(pbx_channel_nativeformats(pbxSrcChannel), AST_MEDIA_TYPE_… in sccp_astwrap_allocTempPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.h46 #undef pbx_channel_nativeformats
91 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
H A Dast118.c1353 if (ast_format_cap_count(pbx_channel_nativeformats(pbxSrcChannel)) == 0) { in sccp_astwrap_allocTempPBXChannel()
1358 …tmpfmt = ast_format_cap_get_best_by_type(pbx_channel_nativeformats(pbxSrcChannel), AST_MEDIA_TYPE_… in sccp_astwrap_allocTempPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.h46 #undef pbx_channel_nativeformats
91 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.h46 #undef pbx_channel_nativeformats
91 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
H A Dast116.c1353 if (ast_format_cap_count(pbx_channel_nativeformats(pbxSrcChannel)) == 0) { in sccp_astwrap_allocTempPBXChannel()
1358 …tmpfmt = ast_format_cap_get_best_by_type(pbx_channel_nativeformats(pbxSrcChannel), AST_MEDIA_TYPE_… in sccp_astwrap_allocTempPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.h43 #undef pbx_channel_nativeformats
88 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
H A Dast112.c978 if (!pbxSrcChannel || ast_format_cap_is_empty(pbx_channel_nativeformats(pbxSrcChannel))) { in sccp_astwrap_allocPBXChannel()
981 ast_best_codec(pbx_channel_nativeformats(pbxSrcChannel), &tmpfmt); in sccp_astwrap_allocPBXChannel()
1166 if (ast_format_cap_is_empty(pbx_channel_nativeformats(pbxSrcChannel))) { in sccp_astwrap_allocTempPBXChannel()
1169 ast_best_codec(pbx_channel_nativeformats(pbxSrcChannel), &tmpfmt); in sccp_astwrap_allocTempPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.h52 #undef pbx_channel_nativeformats
97 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.h46 #undef pbx_channel_nativeformats
91 #define pbx_channel_nativeformats(_a) ast_channel_nativeformats(_a) macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast/
H A Ddefine.h424 #define pbx_channel_nativeformats(_a) (_a)->nativeformats macro
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast110/
H A Dast110.c902 if (!pbxSrcChannel || ast_format_cap_is_empty(pbx_channel_nativeformats(pbxSrcChannel))) { in sccp_astwrap_allocPBXChannel()
905 ast_best_codec(pbx_channel_nativeformats(pbxSrcChannel), &tmpfmt); in sccp_astwrap_allocPBXChannel()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_cli.c1379 … pbx_getformatname_multiple(cap_buf, sizeof(cap_buf), pbx_channel_nativeformats(channel->owner)); in sccp_show_lines()