[svn-commits] lmadsen: trunk r256161 - /trunk/doc/tex/localchannel.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 5 10:14:54 CDT 2010


Author: lmadsen
Date: Mon Apr  5 10:14:53 2010
New Revision: 256161

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=256161
Log:
Fix for localchannel.tex to allow PDFs to be generated again.

Modified:
    trunk/doc/tex/localchannel.tex

Modified: trunk/doc/tex/localchannel.tex
URL: http://svnview.digium.com/svn/asterisk/trunk/doc/tex/localchannel.tex?view=diff&rev=256161&r1=256160&r2=256161
==============================================================================
--- trunk/doc/tex/localchannel.tex (original)
+++ trunk/doc/tex/localchannel.tex Mon Apr  5 10:14:53 2010
@@ -384,7 +384,7 @@
 This following dialplan will not perform as expected.
 
 [services]
-exten => 2,1,Dial(SIP/PHONE_B,,L(60000:45000:15000))
+exten => 2,1,Dial(SIP/PHONE\_B,,L(60000:45000:15000))
 
 [internal]
 exten => 4,1,Dial(Local/2 at services);
@@ -432,7 +432,7 @@
   \item Asterisk accepts the INVITE and then starts processing dialplan logic in the [internal] context
   \item Our dialplan calls Dial(Local/2 at services) -- notice no /n
   \item The Local channel then executes dialplan at extension 2 within the [services] context
-  \item Extension 2 within [services] then performs Dial() to PHONE_B with the line:  Dial(SIP/PHONE\_B,,L(60000:45000:15000))
+  \item Extension 2 within [services] then performs Dial() to PHONE\_B with the line:  Dial(SIP/PHONE\_B,,L(60000:45000:15000))
   \item SIP/PHONE\_B then answers the call
   \item Even though the L option was given when dialing the SIP device, the L information is stored in the channel that is doing the Dial() which is the Local channel, and not the endpoint SIP channel.
   \item The Local channel in the middle, containing the information for tracking the time allowance of the call, is then optimized out of the call path, losing all information about when to terminate the call.




More information about the svn-commits mailing list