From 1178f3f285aaf24ef1a67da587f66945f5583e1b Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 31 Jul 2008 16:37:08 +0000 Subject: [PATCH] Fix some tex errors (closes issue #13211) Reported by: eliel Patches: fixtexerrors.patch uploaded by eliel (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134803 614ede4d-c843-0410-af14-a771ab80d22e --- doc/tex/app-sms.tex | 2 +- doc/tex/queuelog.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tex/app-sms.tex b/doc/tex/app-sms.tex index ec65a66f9..d40d57aa1 100644 --- a/doc/tex/app-sms.tex +++ b/doc/tex/app-sms.tex @@ -151,7 +151,7 @@ exten = _X./_80058752[0-8]0,1,Goto(smsmtrx,${EXTEN}-${CALLERID(num):8:1},1) \end{astlisting} Alternatively, if you have the correct national prefix on incoming - CLI, e.g. using dahdi_hfc, you might use: + CLI, e.g. using dahdi\_hfc, you might use: \begin{astlisting} \begin{verbatim} exten = _X./08005875290,1,Goto(smsmtrx,${EXTEN},1) diff --git a/doc/tex/queuelog.tex b/doc/tex/queuelog.tex index 4200e55d8..312ef7c5e 100644 --- a/doc/tex/queuelog.tex +++ b/doc/tex/queuelog.tex @@ -106,7 +106,7 @@ member! A call was answered by an agent, but the call was dropped because the channels were not compatible. -\textbf{TRANSFER(extension$|$context$|$holdtime$|$calltime$|$origposition$)} +\textbf{TRANSFER(extension$|$context$|$holdtime$|$calltime$|$origposition)} Caller was transferred to a different extension. Context and extension are recorded. The caller's hold time and the length of the call are both -- 2.11.4.GIT