[asterisk-commits] mvanbaak: branch 1.6.1 r143845 - in /branches/1.6.1: ./ doc/tex/privacy.tex
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Sep 21 05:06:32 CDT 2008
Author: mvanbaak
Date: Sun Sep 21 05:06:32 2008
New Revision: 143845
URL: http://svn.digium.com/view/asterisk?view=rev&rev=143845
Log:
Merged revisions 143843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r143843 | mvanbaak | 2008-09-21 11:53:01 +0200 (Sun, 21 Sep 2008) | 3 lines
fix privacymanager example so it shows how to use the
PRIVACYMRGSTATUS variable
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/doc/tex/privacy.tex
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/doc/tex/privacy.tex
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/doc/tex/privacy.tex?view=diff&rev=143845&r1=143844&r2=143845
==============================================================================
--- branches/1.6.1/doc/tex/privacy.tex (original)
+++ branches/1.6.1/doc/tex/privacy.tex Sun Sep 21 05:06:32 2008
@@ -82,13 +82,15 @@
exten => s,3,Zapateller,nocallerid
exten => s,4,PrivacyManager
;; do this if they don't enter a number to Privacy Manager
+exten => s,5,GotoIf($[ "${PRIVACYMGRSTATUS}" = "FAILED" ]?s,105)
+exten => s,6,GotoIf($[ "${CALLERID(num)}" = "7773334444" & "${CALLERID(name)}" : "Privacy Manager" ]?callerid-liar,s,1:s,7)
+exten => s,7,Dial(SIP/yourphone)
exten => s,105,Background(tt-allbusy)
exten => s,106,Background(tt-somethingwrong)
exten => s,107,Background(tt-monkeysintro)
exten => s,108,Background(tt-monkeys)
exten => s,109,Background(tt-weasels)
exten => s,110,Hangup
-exten => s,5,GotoIf($[ "${CALLERID(num)}" = "7773334444" & "${CALLERID(name)}" : "Privacy Manager" ]?callerid-liar,s,1:s,7)
\end{verbatim}
\end{astlisting}
More information about the asterisk-commits
mailing list