Added IAX configuration sample.

git-svn-id: http://voip.null.ro/svn/yate@5 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2004-06-03 23:19:46 +00:00
parent 549bc5a61e
commit 6bf3b74027
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
[general]
; This section sets global variables of the implementation
; debug: bool: Enable IAX debugging (libiax must be compiled for debugging)
;debug=false
; port: int: UDP port for incoming connections
;port=4569
[formats]
; This section allows to individually enable or disable the codecs
; default: bool: Default enabling state for codecs
;default=enable
; slin: bool: Uncompressed 16-bit signed linear
;slin=enable
; mulaw: bool: Companded-only G711 mu-law
;mulaw=enable
; alaw: bool: Companded-only G711 a-law
;alaw=enable
; gsm: bool: European GSM 06.10
;gsm=enable
; lpc10: bool: LPC 10
;lpc10=enable