[Asterisk-cvs] asterisk/configs sip.conf.sample,1.9,1.10 zapata.conf.sample,1.4,1.5
martinp at lists.digium.com
martinp at lists.digium.com
Wed Oct 1 10:58:16 CDT 2003
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv18885/configs
Modified Files:
sip.conf.sample zapata.conf.sample
Log Message:
Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we would take the presentation mode and send it to outbound call.
Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sip.conf.sample 20 Aug 2003 14:42:06 -0000 1.9
+++ sip.conf.sample 1 Oct 2003 15:59:26 -0000 1.10
@@ -27,6 +27,7 @@
;dtmfmode=inband ; Choices are inband, rfc2833, or info
;defaultip=192.168.0.59
;mailbox=1234,2345 ; Mailbox for message waiting indicator
+;restrictcid=yes ; To have the callerid restriced -> sent as ANI
;[pingtel]
;type=friend
Index: zapata.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/zapata.conf.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- zapata.conf.sample 16 Sep 2003 19:33:21 -0000 1.4
+++ zapata.conf.sample 1 Oct 2003 15:59:26 -0000 1.5
@@ -98,6 +98,15 @@
;
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
+;
+;restrictcid=no
+;
+; Whether or not use the caller ID presentation for the outgoing call that the calling switch is sending
+;
+usecallingpres=yes
+;
; Support Caller*ID on Call Waiting
;
callwaitingcallerid=yes
More information about the svn-commits
mailing list