[svn-commits] russell: branch 1.8 r291725 - /branches/1.8/doc/tex/secure-calls.tex

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 14 07:08:48 CDT 2010


Author: russell
Date: Thu Oct 14 07:08:43 2010
New Revision: 291725

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=291725
Log:
Fix a typo - s/seucre/secure/

Modified:
    branches/1.8/doc/tex/secure-calls.tex

Modified: branches/1.8/doc/tex/secure-calls.tex
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/doc/tex/secure-calls.tex?view=diff&rev=291725&r1=291724&r2=291725
==============================================================================
--- branches/1.8/doc/tex/secure-calls.tex (original)
+++ branches/1.8/doc/tex/secure-calls.tex Thu Oct 14 07:08:43 2010
@@ -13,7 +13,7 @@
 \begin{astlisting}
 \begin{verbatim}
 exten => 123,1,GotoIf("$[${CHANNEL(secure_signaling)}" = ""]?fail)
-exten => 123,n,GotoIf("$[${CHANNEL(seucre_media)}" = ""]?fail)
+exten => 123,n,GotoIf("$[${CHANNEL(secure_media)}" = ""]?fail)
 exten => 123,n,Dial(SIP/123)
 exten => 123,n,Hangup
 exten => 123,n(fail),Playback(vm-goodbye)




More information about the svn-commits mailing list