~damg/ubuntu/quantal/asterisk/LP1097687

« back to all changes in this revision

Viewing changes to doc/tex/asterisk/node189.html

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-10-15 22:24:34 UTC
  • mfrom: (1.2.8 upstream) (8.3.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101015222434-iy328q8in3lajzlv
Tags: 1:1.6.2.9-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + Build-depend on hardening-wrapper
    + Change Maintainer
    + Removed Uploaders field.
    + Removed Debian Vcs-Svn entry and replaced with ubuntu-voip Vcs-Bzr,
      to reflect divergence in packages.
  - debian/rules: Make use of hardening-wrapper
  - debian/asterisk.init: chown /dev/dahdi
  - debian/backports/hardy: add file
  - debian/backports/asterisk.init.hardy: add file
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html3117"
 
30
<A NAME="tex2html3119"
31
31
  HREF="node190.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
33
33
 SRC="/usr/share/latex2html/icons/next.png"></A> 
34
 
<A NAME="tex2html3113"
 
34
<A NAME="tex2html3115"
35
35
  HREF="node182.html">
36
36
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
37
37
 SRC="/usr/share/latex2html/icons/up.png"></A> 
38
 
<A NAME="tex2html3107"
 
38
<A NAME="tex2html3109"
39
39
  HREF="node188.html">
40
40
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
41
41
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
42
 
<A NAME="tex2html3115"
 
42
<A NAME="tex2html3117"
43
43
  HREF="node1.html">
44
44
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
45
45
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
46
46
<BR>
47
 
<B> Next:</B> <A NAME="tex2html3118"
 
47
<B> Next:</B> <A NAME="tex2html3120"
48
48
  HREF="node190.html">Local channel modifiers</A>
49
 
<B> Up:</B> <A NAME="tex2html3114"
 
49
<B> Up:</B> <A NAME="tex2html3116"
50
50
  HREF="node182.html">Local</A>
51
 
<B> Previous:</B> <A NAME="tex2html3108"
 
51
<B> Previous:</B> <A NAME="tex2html3110"
52
52
  HREF="node188.html">Using callfiles and Local</A>
53
 
 &nbsp; <B>  <A NAME="tex2html3116"
 
53
 &nbsp; <B>  <A NAME="tex2html3118"
54
54
  HREF="node1.html">Contents</A></B> 
55
55
<BR>
56
56
<BR></DIV>
73
73
This following dialplan will not perform as expected.
74
74
 
75
75
<P>
 
76
<PRE>
76
77
[services]
77
 
exten =&gt; 2,1,Dial(SIP/PHONE_B,,L(60000:45000:15000))
 
78
exten =&gt; 2,1,Dial(SIP/PHONE\_B,,L(60000:45000:15000))
78
79
 
79
 
<P>
80
80
[internal]
81
 
exten =&gt; 4,1,Dial(Local/2@services);
 
81
exten =&gt; 4,1,Dial(Local/2@services)
 
82
</PRE>
82
83
 
83
84
<P>
84
85
By default, the Local channel will try to optimize itself out of the call path.
186
187
 
187
188
<DIV CLASS="navigation"><HR>
188
189
<!--Navigation Panel-->
189
 
<A NAME="tex2html3117"
 
190
<A NAME="tex2html3119"
190
191
  HREF="node190.html">
191
192
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
192
193
 SRC="/usr/share/latex2html/icons/next.png"></A> 
193
 
<A NAME="tex2html3113"
 
194
<A NAME="tex2html3115"
194
195
  HREF="node182.html">
195
196
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
196
197
 SRC="/usr/share/latex2html/icons/up.png"></A> 
197
 
<A NAME="tex2html3107"
 
198
<A NAME="tex2html3109"
198
199
  HREF="node188.html">
199
200
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
200
201
 SRC="/usr/share/latex2html/icons/prev.png"></A> 
201
 
<A NAME="tex2html3115"
 
202
<A NAME="tex2html3117"
202
203
  HREF="node1.html">
203
204
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
204
205
 SRC="/usr/share/latex2html/icons/contents.png"></A>  
205
206
<BR>
206
 
<B> Next:</B> <A NAME="tex2html3118"
 
207
<B> Next:</B> <A NAME="tex2html3120"
207
208
  HREF="node190.html">Local channel modifiers</A>
208
 
<B> Up:</B> <A NAME="tex2html3114"
 
209
<B> Up:</B> <A NAME="tex2html3116"
209
210
  HREF="node182.html">Local</A>
210
 
<B> Previous:</B> <A NAME="tex2html3108"
 
211
<B> Previous:</B> <A NAME="tex2html3110"
211
212
  HREF="node188.html">Using callfiles and Local</A>
212
 
 &nbsp; <B>  <A NAME="tex2html3116"
 
213
 &nbsp; <B>  <A NAME="tex2html3118"
213
214
  HREF="node1.html">Contents</A></B> </DIV>
214
215
<!--End of Navigation Panel-->
215
216
<ADDRESS>
216
217
lmadsen
217
 
2010-05-03
 
218
2010-06-17
218
219
</ADDRESS>
219
220
</BODY>
220
221
</HTML>