[svn-commits] mmichelson: branch group/CCSS r222107 - /team/group/CCSS/doc/tex/ccss.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 5 14:06:01 CDT 2009


Author: mmichelson
Date: Mon Oct  5 14:05:59 2009
New Revision: 222107

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222107
Log:
Escape all underscores.

Thanks to seanbright for pointing it out.


Modified:
    team/group/CCSS/doc/tex/ccss.tex

Modified: team/group/CCSS/doc/tex/ccss.tex
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/doc/tex/ccss.tex?view=diff&rev=222107&r1=222106&r2=222107
==============================================================================
--- team/group/CCSS/doc/tex/ccss.tex (original)
+++ team/group/CCSS/doc/tex/ccss.tex Mon Oct  5 14:05:59 2009
@@ -193,7 +193,7 @@
 
 	The calling party will make its recall to the same extension
 that was dialed. Asterisk will provide a channel variable,
-CC_INTERFACES, to be used as an argument to the Dial application
+CC\_INTERFACES, to be used as an argument to the Dial application
 for CC recalls. It is strongly recommended that you use this
 channel variable during a CC recall. Listed are two reasons:
 
@@ -207,7 +207,7 @@
 \end{itemize}
 
 	Note that even if your call gets routed through local channels,
-the CC_INTERFACES variable will be populated with the appropriate
+the CC\_INTERFACES variable will be populated with the appropriate
 values for that specific extension.
 	When the called parties are dialed, it is expected that a called
 party will answer, since Asterisk had previously determined that the
@@ -220,7 +220,7 @@
 \section{Miscellaneous Information and Tips}
 
 \begin{itemize}
-\item Be aware when using a generic agent that the max_cc_agents
+\item Be aware when using a generic agent that the max\_cc\_agents
 configuration parameter is ignored. The main driving reason for
 this is that the mechanism for cancelling CC when using a generic
 agent would become much more potentially confusing to execute. By
@@ -236,7 +236,7 @@
 timer expired will ceased to be monitored. If, though, one of the
 other called parties becomes available before his available timer
 expires, the called party whose available timer had previously
-expired will still be included in the CC_INTERFACES channel
+expired will still be included in the CC\_INTERFACES channel
 variable on the recall.
 
 \item It is strongly recommended that lots of thought is placed
@@ -264,8 +264,8 @@
 
 \item Not all channel drivers have had the ability to set CC config
 parameters in their configuration files added yet. At the time of
-this writing (2009 Oct), only chan_sip has had this ability added, with
-short-term plans to add this to chan_dahdi and chan_misdn. It is
+this writing (2009 Oct), only chan\_sip has had this ability added, with
+short-term plans to add this to chan\_dahdi and chan\_misdn. It is
 possible to set CC configuration parameters for other channel types,
 though. For these channel types, the setting of the parameters can
 only be accomplished using the CALLCOMPLETION dialplan function.




More information about the svn-commits mailing list