From 3e83151375e5c2716d69df2ed8b44f50718aa49d Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Fri, 17 Oct 2008 17:25:58 +0000 Subject: Merge in patch for #13454. Includes CallRereouting dialplan application, option for discard of remote hold messages, and using the alternate logical channel mapping in Q.SIG instead of the default physical channel mapping. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150640 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/chan_dahdi.conf.sample | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'configs') diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample index 9b32a0440..a7fe9d352 100644 --- a/configs/chan_dahdi.conf.sample +++ b/configs/chan_dahdi.conf.sample @@ -185,6 +185,20 @@ ; ;priexclusive = yes ; +; +; If you need to use the logical channel mapping with your Q.SIG PRI instead +; of the physical mapping you must use the qsigchannelmapping option. +; +; logical: Use the logical channel mapping +; physical: Use physical channel mapping (default) +; +;qsigchannelmapping=logical +; +; If you wish to ignore remote hold indications (and use MOH that is supplied over +; the B channel) enable this option. +; +;discardremoteholdretrieval=yes +; ; ISDN Timers ; All of the ISDN timers and counters that are used are configurable. Specify ; the timer name, and its value (in ms for timers). -- cgit v1.2.3