|
static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_LOAD_ORDER , .description = "Raw G.726 (16/24/32/40kbps) data" , .key = "This paragraph is copyright (c) 2006 by Digium, Inc. \In order for your module to load, it must return this \key via a function called \"key\". Any code which \includes this paragraph must be licensed under the GNU \General Public License version 2 or later (at your \option). In addition to Digium's general reservations \of rights, Digium expressly reserves the right to \allow other parties to license this paragraph under \different terms. Any use of Digium, Inc. trademarks or \logos (including \"Asterisk\" or \"Digium\") without \express written permission of Digium, Inc. is prohibited.\n" , .buildopt_sum = "ac1f6a56484a8820659555499174e588" , .load = load_module, .unload = unload_module, .load_pri = AST_MODPRI_APP_DEPEND } |
|
static struct ast_module_info * | ast_module_info = &__mod_info |
|
static struct ast_format | f [] |
|
static int | frame_size [4] |
|
Headerless G.726 (16/24/32/40kbps) data format for Asterisk.
File name extensions:
- 40 kbps: g726-40
- 32 kbps: g726-32
- 24 kbps: g726-24
- 16 kbps: g726-16
Definition in file format_g726.c.
Definition at line 181 of file format_g726.c.
Referenced by __adsi_transmit_messages(), __analog_handle_event(), __analog_ss_thread(), __ast_format_register(), __ast_play_and_record(), __ast_queue_frame(), __ast_read(), __ast_request_and_dial(), __ast_smoother_feed(), __attempt_transmit(), __dahdi_exception(), adpcm_sample(), adsi_message(), agent_ack_sleep(), agent_read(), alaw_sample(), alloc_profile(), alsa_read(), analog_exception(), analog_handle_dtmf(), analog_ss_thread(), app_exec(), ast_autoservice_stop(), ast_bridge_call(), ast_channel_destructor(), ast_config_text_file_save(), ast_el_read_history(), ast_filehelper(), ast_format_str_reduce(), ast_frame_header_new(), ast_generic_bridge(), ast_jb_destroy(), ast_read_image(), ast_readfile(), ast_recvtext(), ast_rtcp_read(), ast_rtp_read(), ast_rtp_write(), ast_safe_sleep_conditional(), ast_send_image(), ast_slinfactory_destroy(), ast_slinfactory_feed(), ast_trans_frameout(), ast_translate(), ast_udptl_bridge(), ast_ulaw_init(), ast_writefile(), async_agi_read_frame(), async_wait(), auth_exec(), autoservice_run(), cache_cmp(), calc_cost(), channel_spy(), check_bridge(), close_logger(), compile_script(), conf_flush(), conf_run(), config_text_file_load(), create_video_frame(), dahdi_accept_r2_call_exec(), dahdi_bridge(), dahdi_exception(), dahdi_handle_dtmf(), dahdi_handle_event(), dahdi_read(), dictate_exec(), disa_exec(), do_idle_thread(), do_waiting(), echo_exec(), eivr_comm(), execif_exec(), fakesrc_sample(), feature_request_and_dial(), filestream_destructor(), find_cache(), fn_wrapper(), frame_cache_cleanup(), function_realtime_store(), g722_sample(), g726_sample(), gen_generate(), gen_readframe(), generic_fax_exec(), get_bit_raw(), gsm_sample(), gtalk_rtp_read(), h261_encap(), h263_encap(), h263p_encap(), h264_encap(), handle_cli_core_show_file_formats(), handle_cli_file_convert(), handle_recordfile(), handle_request_info(), http_post_callback(), iax2_bridge(), iax2_trunk_queue(), ices_exec(), ilbc_sample(), isAnsweringMachine(), jack_exec(), jb_empty_and_reset_adaptive(), jb_get_and_deliver(), jingle_rtp_read(), key_history(), lintoadpcm_frameout(), load_pktccops_config(), lpc10_sample(), lua_read_extensions_file(), main(), manage_parked_call(), measurenoise(), mgcp_read(), mgcp_rtp_read(), misdn_bridge(), misdn_lib_nt_debug_init(), moh_files_generator(), moh_files_readframe(), mp3_exec(), mpeg4_encap(), multicast_rtp_write(), my_handle_dtmf(), NBScat_exec(), oh323_rtp_read(), op_func(), oss_read(), parse(), process_ast_dsp(), process_dtmf_cisco(), process_dtmf_rfc2833(), queue_signalling(), readdirqueue(), receive_dtmf_digits(), receive_message(), record_exec(), recordthread(), reload_followme(), reload_logger(), remove_from_queue(), run_agi(), safe_append(), scan_service(), send_string(), send_tone_burst(), send_waveform_to_channel(), sendurl_exec(), session_destroy(), show_history(), sip_rtp_read(), skinny_rtp_read(), slin16_sample(), slin8_sample(), sms_handleincoming_proto2(), sms_hexdump(), spandsp_fax_read(), speech_background(), speex16_sample(), speex_sample(), spy_generate(), strip_quotes(), t38_tx_packet_handler(), testclient_exec(), testserver_exec(), try_load_key(), udptlread(), ulaw_sample(), unistim_rtp_read(), unload_module(), vnak_retransmit(), wait_for_answer(), wait_for_hangup(), wait_for_winner(), waitforring_exec(), write_history(), and writefile().