woomera.conf

Overview


This page describes the configuration file for the chan_woomera Asterisk module. The configuration file is located at /etc/asterisk/woomera.conf.

Contents

Example of woomera.conf


;===========================================
; Global Configuration Section
;===========================================

[settings]

;Debug flags is used to enable/disable
;woomera channel debugging level.
;Production: set to 2
;Debugging: set to 3
;------------------------------
debug=2


;--- JITTER BUFFER CONFIGURATION --------------------------
;Enables the use of a jitterbuffer on the receiving side of a
;WOOMERA channel. Defaults to "no". An enabled jitterbuffer will
;be used only if the sending side can create and the receiving
;side can not accept jitter. The WOOMERA channel can accept jitter,
;thus a jitterbuffer on the receive WOOMERA side will be used only
; if it is forced and enabled.
;-------------------------------------
;jb-enable = yes


;Forces the use of a jitterbuffer on the receive side of a WOOMERA
;channel. Defaults to "no".
;-------------------------------------
;jb-force = yes


; Max length of the jitterbuffer in milliseconds.
;-------------------------------------
;jb-max-size = 200


; Jump in the frame timestamps over which the jitterbuffer is
; resynchronized. Useful to improve the quality of the voice, with
; big jumps in/broken timestamps, usualy sent from exotic devices
; and programs. Defaults to 1000.
;-------------------------------------
;jb-resynch-threshold = 1000


;Jitterbuffer implementation, used on the receiving side of a WOOMERA
;channel. Two implementation are currenlty available - "fixed"
;(with size always equals to jb-max-size) and "adaptive" (with
;variable size, actually the new jb of IAX2). Defaults to fixed.
;-------------------------------------
;jb-impl = fixed


; Enables jitterbuffer frame logging. Defaults to "no".
;-------------------------------------
;jb-log = no



;===========================================
;Default Profile Configuration Section
;===========================================

[default]

;Woomera Server IP Address
;This is the remote ip address of the
;Woomera Server (sangoma_mgd: SMG)
;By default both Asterisk and SMG
;will reside on same machine.
;------------------------------
host=localhost


;Woomera Server TCP/IP Port
;This is the remote port number of the
;Woomera Server (sangoma_mgd: SMG)
;------------------------------
port=42420


;IP address of remote SMG Audio Server
;(sangoma_mgd:SMG)
;By default both Asterisk and SMG
;will reside on same machine.
;------------------------------
audio_ip=127.0.0.1


;Incoming Context for Woomera Channels
;All incoming calls will be forwared to defined
;context in extensions.conf
;------------------------------
context=sangoma


;Debug flags is used to enable/disable woomera channel
;debugging level.
;Production: set to 2
;Debugging: set to 3
;------------------------------
debug=2


;Hard limit for woomera channels
;Woomera channel driver will only allow defined
;number of channels. Set this value based on
;number of T1/E1 channels supported.
;If unsure set this value to 0.
;Options: 1 to 600 - limited calls
;         0 - unlimited Calls
;------------------------------
;max_calls=0


;Enable Incoming DTMF detection
;This option will enable Rx DTMF detection on each
;channel. The Tx DTMF is automatically enabled on SMG.
;If you dont need DTMF do not enable it.
;Options: 1 - Enable DTMF
;         0 - Disable DTMF
;------------------------------
dtmf_enable=1


;Enable Jitter buffer for this profile
;This option is tied to the above global
;jitter buffer options.
;NOTE: a jb patch must be applied to Asterisk.
;Options: 1 - Enable JitterBuffer
;         0 - Disable JitterBuffer
;------------------------------
jb_enable=0


;Enable Asterisk Progress Messaging
;Used for Asterisk Early Audio with
;Zap and SIP.
;Options: 1 - Enable ProgresMsg
;         0 - Disable ProgresMsg
;------------------------------
progress_enable=1


;These options are used to disable rx or tx paths.
;Should not be used.
;-------------------------------
;inbound=no
;outbound=no

Created by: mike last modification: Sunday 15 of October, 2006 [22:13:42 UTC] by mike

The original document is available at http://www.ss7box.com/tiki-index.php?page=woomera.conf