[svn-commits] trunk - r8336 in /trunk: configs/ doc/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Jan 20 07:32:32 MST 2006


Author: oej
Date: Fri Jan 20 08:32:30 2006
New Revision: 8336

URL: http://svn.digium.com/view/asterisk?rev=8336&view=rev
Log:
- Add DOC file about caller ID presentation values
- Add callingpres to sip.conf
- Add reference to README.callingpres from zapata.conf

Added:
    trunk/doc/README.callingpres
Modified:
    trunk/configs/sip.conf.sample
    trunk/configs/zapata.conf.sample

Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?rev=8336&r1=8335&r2=8336&view=diff
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Fri Jan 20 08:32:30 2006
@@ -267,6 +267,7 @@
 ; User config options:        Peer configuration:
 ; --------------------        -------------------
 ; context                     context
+; callingpres		      callingpres
 ; permit                      permit
 ; deny                        deny
 ; secret                      secret
@@ -365,6 +366,8 @@
 ;allow=g723.1			; Asterisk only supports g723.1 pass-thru!
 ;allow=g729			; Pass-thru only unless g729 license obtained
 ;astdb=chan2ext/SIP/grandstream1=1234	; ensures an astDB entry exists
+;callingpres=allowed_passed_screen	; Set caller ID presentation
+				; See README.callingpres for more information
 
 
 ;[xlite1]

Modified: trunk/configs/zapata.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/zapata.conf.sample?rev=8336&r1=8335&r2=8336&view=diff
==============================================================================
--- trunk/configs/zapata.conf.sample (original)
+++ trunk/configs/zapata.conf.sample Fri Jan 20 08:32:30 2006
@@ -250,6 +250,7 @@
 ;
 ; Whether or not use the caller ID presentation for the outgoing call that the
 ; calling switch is sending.
+; See README.callingpres
 ;
 usecallingpres=yes
 ;

Added: trunk/doc/README.callingpres
URL: http://svn.digium.com/view/asterisk/trunk/doc/README.callingpres?rev=8336&view=auto
==============================================================================
--- trunk/doc/README.callingpres (added)
+++ trunk/doc/README.callingpres Fri Jan 20 08:32:30 2006
@@ -1,0 +1,18 @@
+Caller ID presentation values
+-----------------------------
+
+In some channels it is possible to set Caller ID presentation for a device. It is 
+also possible to set the presentation for an active channel in the dial plan
+with the setcallerpres() application.
+
+Valid values are:
+
+      allowed_not_screened    : Presentation Allowed, Not Screened
+      allowed_passed_screen   : Presentation Allowed, Passed Screen
+      allowed_failed_screen   : Presentation Allowed, Failed Screen
+      allowed                 : Presentation Allowed, Network Number
+      prohib_not_screened     : Presentation Prohibited, Not Screened
+      prohib_passed_screen    : Presentation Prohibited, Passed Screen
+      prohib_failed_screen    : Presentation Prohibited, Failed Screen
+      prohib                  : Presentation Prohibited, Network Number
+      unavailable             : Number Unavailable



More information about the svn-commits mailing list