summaryrefslogtreecommitdiff
path: root/doc/tex/privacy.tex
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-10-15 13:12:51 +0000
committerRussell Bryant <russell@russellbryant.com>2007-10-15 13:12:51 +0000
commit4765cf4553924050a3c0bfa581efaba8ffc50c55 (patch)
tree10e1f9eaad925e0834d16a91560765b0c2259636 /doc/tex/privacy.tex
parent27031927cf43efe9922557c011d282a0486d40aa (diff)
Another major doc directory update from IgorG. This patch includes
- Many uses of the astlisting environment around verbatim text to ensure that it gets properly formatted and doesn't run off the page. - Update some things that have been deprecated. - Add escaping as needed - and more ... (closes issue #10978) Reported by: IgorG Patches: texdoc-85542-1.patch uploaded by IgorG (license 20) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85547 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/tex/privacy.tex')
-rw-r--r--doc/tex/privacy.tex22
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/tex/privacy.tex b/doc/tex/privacy.tex
index 25fc865ff..f8bf698f6 100644
--- a/doc/tex/privacy.tex
+++ b/doc/tex/privacy.tex
@@ -114,14 +114,16 @@ are those we know, and are doing so out of curiosity, there have been
these others from Jan 1st,2004 thru June 1st, 2004:
(the numbers may or may not be correct.)
-603890zzzz hung up telemarket options.
-"Integrated Sale" called a couple times. hung up in telemarket options
-"UNITED STATES GOV" (-- maybe a military recruiter, trying to lure one of my sons).
-800349zzzz -- hung up in charity intro
-800349zzzz -- hung up in charity choices, intro, about the only one who actually travelled to the bitter bottom of the scripts!
-216377zzzz -- hung up the magazine section
-626757zzzz = "LIR " (pronounced "Liar"?) hung up in telemarket intro, then choices
-757821zzzz -- hung up in new magazine subscription options.
+\begin{itemize}
+ \item 603890zzzz -- hung up telemarket options.
+ \item "Integrated Sale" -- called a couple times. hung up in telemarket options
+ \item "UNITED STATES GOV" -- maybe a military recruiter, trying to lure one of my sons.
+ \item 800349zzzz -- hung up in charity intro
+ \item 800349zzzz -- hung up in charity choices, intro, about the only one who actually travelled to the bitter bottom of the scripts!
+ \item 216377zzzz -- hung up the magazine section
+ \item 626757zzzz = "LIR " (pronounced "Liar"?) hung up in telemarket intro, then choices
+ \item 757821zzzz -- hung up in new magazine subscription options.
+\end{itemize}
That averages out to maybe 1 a month. That puts into question whether
the ratio of the amount of labor it took to make the scripts versus
@@ -165,6 +167,7 @@ There are some variations, and these will be explained in due course.
To use these options, set your Dial to something like:
+\begin{astlisting}
\begin{verbatim}
exten => 3,3,Dial(Zap/5r3&Zap/6r3,35,tmPA(beep))
or
@@ -172,6 +175,7 @@ exten => 3,3,Dial(Zap/5r3&Zap/6r3,35,tmP(something)A(beep))
or
exten => 3,3,Dial(Zap/5r3&Zap/6r3,35,tmpA(beep))
\end{verbatim}
+\end{astlisting}
The 't' allows the dialed party to transfer the call using '\#'. It's
optional.
@@ -244,10 +248,12 @@ having to supply their name, which shortens their call a bit.
Next of all, these intros can be used in voicemail, played over
loudspeakers, and perhaps other nifty things. For instance:
+\begin{astlisting}
\begin{verbatim}
exten => s,6,Set(PATH=/var/lib/asterisk/sounds/priv-callerintros)
exten => s,7,System(/usr/bin/play ${PATH}/${CALLERID(num)}.gsm&,0)
\end{verbatim}
+\end{astlisting}
When a call comes in at the house, the above priority gets executed,
and the callers intro is played over the phone systems speakers. This