mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 04:48:51 +00:00
channels/chan_dahdi.c
* Added doxygen comments to the major dahdi structures. * Fixed PRI using an incorrect string value if the extension delimiter is not present in the Dial() function. * Fixed some uninitialized string variables on FXS ports. configs/chan_dahdi.conf.sample * Updated some documentation. These changes are already in trunk -r172400 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@172962 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -275,12 +275,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.
|
||||
; Whether or not to use the caller ID presentation from the Asterisk channel
|
||||
; for outgoing calls.
|
||||
; See doc/callingpres.txt
|
||||
; Only applies to PRI channels.
|
||||
;
|
||||
usecallingpres=yes
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user