From bfd630682ea08f32b2090cdffb54a07afec40859 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 16 Nov 2006 22:32:23 +0000 Subject: Add ability to modify range for dring matching. Issue #8369, patch by ssuehring, modified slightly by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47771 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/zapata.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs') diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample index 14ad2af5f..7549e6152 100644 --- a/configs/zapata.conf.sample +++ b/configs/zapata.conf.sample @@ -649,10 +649,17 @@ immediate=no ; You can see the dringX patterns is to set any one of the dringXcontext fields ; and they will be printed on the console when an inbound call comes in. ; +; dringXrange is used to change the acceptable ranges for "tone offsets". Defaults to 10. +; Note: a range of 0 is NOT what you might expect - it instead forces it to the default. +; A range of -1 will force it to always match. +; Anything lower than -1 would presumably cause it to never match. +; ;dring1=95,0,0 ;dring1context=internal1 +;dring1range=10 ;dring2=325,95,0 ;dring2context=internal2 +;dring2range=10 ; If no pattern is matched here is where we go. ;context=default ;channel => 1 -- cgit v1.2.3