From b30b257613bc09f4be24810fdeab0022bf117826 Mon Sep 17 00:00:00 2001 From: jpeeler Date: Fri, 17 Jul 2009 19:13:27 +0000 Subject: Enhance configuration option for overlapdial allowing direction choice Previously overlap dialing could only be turned on or off for both incoming and outgoing calls. New parameters incoming, outgoing, and both have been added to allow further control. There is no change in default behavior with these new options and allows in band DTMF to be accepted in one direction if required. (closes issue #14471) Reported by: eboscani git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@207092 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/chan_dahdi.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/chan_dahdi.conf.sample') diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample index fb5d68061..3eaf4e33b 100644 --- a/configs/chan_dahdi.conf.sample +++ b/configs/chan_dahdi.conf.sample @@ -114,6 +114,11 @@ switchtype=national ; ; Overlap dialing mode (sending overlap digits) ; +; incoming: incoming direction only +; outgoing: outgoing direction only +; no: neither direction +; yes or both: both directions +; ;overlapdial=yes ; ; Allow inband audio (progress) when a call is RELEASEd by the far end of a PRI -- cgit v1.2.3