Added new parameters: echocancel and dtmfdetect.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1513 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2007-11-30 16:32:37 +00:00
parent f240d0d516
commit 439447c0d5
1 changed files with 10 additions and 0 deletions

View File

@ -58,6 +58,9 @@
;voicechans=1-15.17-31
; samples: integer: Specify the number of data samples expected to be received
; It is used to create the buffer to read data from span. The total buffer will have the
; number of bytes given by the number of samples multiplied by the number of voice
; channels configured for this span
; If missing or 0, it will be computed from type (E1: 50, T1: 64)
;samples=50
@ -67,3 +70,10 @@
; Defaults to 255 if missing or invalid
;errormask=255
; echocancel: boolean: Enable or disable echo canceller on voice circuits
; Defaults to no
;echocancel=no
; dtmfdetect: boolean: Enable or disable tone detector on voice circuits
; Defaults to no
;dtmfdetect=no