我建了一个 Freeswitch 内核研究 交流群, 45211986, 欢迎加入, 另外,提供基于SIP的通信服务器及客户端解决方案。
freeswitch有大量通道变量挂载在每一路通话中,这些变量的值控制了本路通话的大多行为。
下面根据类型分类的通道变量,慢慢翻译。。。
- 1Introduction
- 2Info Application Variable Names (variable_xxxx)
- 3${variable} vs. $${variable}
- 4CDR related
- 5Hangup Causes
- 6DTMF Related
- 7Media Handling
- 8Timeout Related
- 9Music On Hold Related
- 10Locale Related
- 11Bridge Related
- 11.1api_after_bridge
- 11.2auto_hunt
- 11.3bridge_early_media
- 11.4bridge_terminate_key
- 11.5continue_on_fail
- 11.6transfer_on_fail
- 11.7enable_file_write_buffering
- 11.8failure_causes
- 11.9force_transfer_context
- 11.10force_transfer_dialplan
- 11.11hangup_after_bridge
- 11.12hold_hangup_xfer_exten
- 11.13last_bridge_to
- 11.14loopback_bowout_on_execute
- 11.15outbound_redirect_fatal
- 11.16originate_timeout
- 11.17park_after_bridge
- 11.18signal_bond
- 11.19sip_jitter_buffer_during_bridge
- 11.20uuid_bridge_continue_on_cancel
- 12Conference Related
- 12.1conference_auto_outcall_announce
- 12.2conference_auto_outcall_caller_id_name
- 12.3conference_auto_outcall_caller_id_number
- 12.4conference_auto_outcall_flags
- 12.5conference_auto_outcall_prefix
- 12.6conference_auto_outcall_timeout
- 12.7conference_auto_outcall_maxwait
- 12.8conference_controls
- 12.9conference_enter_sound
- 12.10conference_last_matching_digits
- 12.11last_transferred_conference
- 12.12conference_member_id
- 12.13conference_uuid
- 12.14hangup_after_conference
- 13Code Execution Related
- 13.1api_hangup_hook
- 13.2bridge_pre_execute_aleg_app
- 13.3bridge_pre_execute_aleg_data
- 13.4bridge_pre_execute_bleg_app
- 13.5bridge_pre_execute_bleg_data
- 13.6exec_after_bridge_app
- 13.7exec_after_bridge_arg
- 13.8The execute_on family
- 13.9failed_xml_cdr_prefix
- 13.10fail_on_single_reject
- 13.11intercept_unbridged_only
- 13.12intercept_unanswered_only
- 13.13session_in_hangup_hook
- 14Caller ID Related
- 15Callee ID Related
- 16Call Recording Related
- 17Codec Related
- 18IVR related
- 19SIP related variables
- 19.1disable_hold
- 19.2sip_acl_authed_by
- 19.3sip_acl_token
- 19.4sip_copy_multipart
- 19.5sip_invite_params
- 19.6sip_invite_domain
- 19.7sip_invite_from_params
- 19.8sip_invite_to_params
- 19.9sip_invite_contact_params
- 19.10sip_network_destination
- 19.11sip_auth_username
- 19.12sip_auth_password
- 19.13sip_auto_simplify
- 19.14sip_callee_id_name
- 19.15sip_callee_id_number
- 19.16sip_force_audio_fmtp
- 19.17sip_invite_req_uri
- 19.18sip_invite_from_uri
- 19.19sip_invite_to_uri
- 19.20sip_ignore_reinvites
- 19.21sip_has_crypto
- 19.22sip_secure_media
- 19.23timer_name
- 19.24ignore_display_updates
- 19.25deny_refer_requests
- 20SDP Manipulation
- 21FIFO related variables
- 22Playback related variables
- 23Originate related variables
- 23.1execute_on_originate
- 23.2leg_delay_start
- 23.3originate_disposition
- 23.4originate_retries
- 23.5originate_retry_sleep_ms
- 23.6originate_timeout
- 23.7originating_leg_uuid
- 23.8origination_channel_name
- 23.9origination_caller_id_name
- 23.10origination_caller_id_number
- 23.11origination_cancel_key
- 23.12origination_privacy
- 23.13origination_uuid
- 23.14originator
- 23.15originator_codec
- 24RTP/media related variables
- 25RTCP Related
- 26Camp-on related variables
- 27Answer confirmation variables
- 28Voicemail Related Variables
- 29Events
- 30System Related Variables
- 31OpenZap Related Variables