From 97b4e9cf2a3ab4e4fee3cc9a531c4cd8b50a87fa Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Thu, 29 Jan 2009 20:38:34 +0000 Subject: channels/chan_dahdi.c * Added doxygen comments to the major dahdi structures. * Fixed PRI and SS7 using an incorrect string value if the extension delimiter is not present in the Dial() function. * Fixed SS7 not checking if the dialed extension is at least as long as the stripmsd option. * Fixed PRI not handling unknown TON/NPI prefix letters correctly. * Fixed some uninitialized string variables on FXS ports. configs/chan_dahdi.conf.sample * Updated some documentation. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172400 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/chan_dahdi.conf.sample | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/chan_dahdi.conf.sample b/configs/chan_dahdi.conf.sample index fb9d69546..ba5393357 100644 --- a/configs/chan_dahdi.conf.sample +++ b/configs/chan_dahdi.conf.sample @@ -415,12 +415,14 @@ callwaiting=yes ; Whether or not restrict outgoing caller ID (will be sent as ANI only, not ; available for the user) ; Mostly use with FXS ports +; Does nothing. Use hidecallerid instead. ; ;restrictcid=no ; -; Whether or not use the caller ID presentation for the outgoing call that the -; calling switch is sending. -; See README.callingpres. FIXME: file no longer exists. +; Whether or not to use the caller ID presentation from the Asterisk channel +; for outgoing calls. +; See dialplan function CALLERID(pres) for more information. +; Only applies to PRI and SS7 channels. ; usecallingpres=yes ; -- cgit v1.2.3