[Asterisk-doc] docs extensions.xml,1.30,1.31
blitzrage
asterisk-doc@lists.digium.com
Tue, 27 Jul 2004 13:52:10 +0000
Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30965/docs
Modified Files:
extensions.xml
Log Message:
blitzrage
- two minor things
Index: extensions.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/extensions.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** extensions.xml 27 Jul 2004 13:36:58 -0000 1.30
--- extensions.xml 27 Jul 2004 13:52:04 -0000 1.31
***************
*** 370,374 ****
<informalexample>
<programlisting>
! exten => <emphasis>extension</emphasis>,<emphasis>priority</emphasis>,Goto(<emphasis>context</emphasis>,<emphasis>extension</emphasis>,<emphasis>priority</emphasis>)
</programlisting>
</informalexample>
--- 370,374 ----
<informalexample>
<programlisting>
! exten => <emphasis>extension</emphasis>,<emphasis>priority</emphasis>,Goto(<emphasis>context</emphasis>,<emphasis>extension</emphasis>,<emphasis>priority</emphasis>)
</programlisting>
</informalexample>
***************
*** 429,433 ****
with priority one. You may notice that the 's' extesion looks almost
identical to our first example. The difference is the use of
! the <function>Background()</function> application instead of the
<function>Playback()</function>. With <function>Background()</function>
we are able to accept digits from the caller while the sound file
--- 429,433 ----
with priority one. You may notice that the 's' extesion looks almost
identical to our first example. The difference is the use of
! the <function>Background()</function> application instead of
<function>Playback()</function>. With <function>Background()</function>
we are able to accept digits from the caller while the sound file