On 8/31/05, <b class="gmail_sendername">Keith Caldwell</b> &lt;<a href="mailto:keithcal@ublug.org">keithcal@ublug.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don't think the c is for check, I think its for confirm.</blockquote><div><br>
Yes it is, thank you for pointing this out, I now understand where my problem was for calls getting cut off. <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Also as a side note for troubleshooting I find that connecting to the<br>asterisk console while making a call with verbose output really
<br>helps.&nbsp;&nbsp; (asterisk -vvvvvvvr) which sets the verbosity to 7</blockquote><div><br>
I do this all the time, but thank you for not being afraid of staiting it.<br>
&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> >From <a href="http://www.voip-info.org">www.voip-info.org</a> on zap channels<br>
<br>If the letter c follows, then &quot;Answer Confirmation&quot; is requested, in<br>which the call is not considered answered until the called user<br>presses #.</blockquote><div><br>
I didn't know this, the asterisk book wasn't clear on it, I should have
looked on voip-info for confirmation before I implimented it.<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Are you checking to see if the line is in use?<br><br>I use<br><br>exten =&gt; _91800NXXXXXX,1,ChanIsAvail(Zap/4)
<br>exten =&gt; _91800NXXXXXX,2,Dial(zap/4/ww${EXTEN:1})<br>exten =&gt; _91800NXXXXXX,102,congestion</blockquote><div><br>
Yes I am, thank you for this. <br>
</div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">g: select the lowest-numbered non-busy Zap channel (aka. ascending<br>sequential hunt group).
<br>G: select the highest-numbered non-busy Zap channel (aka. descending<br>sequential hunt group).<br>r: use a round-robin search, starting at the next highest channel<br>than last time (aka. ascending rotary hunt group).
<br>R: use a round-robin search, starting at the next lowest channel than<br>last time (aka. descending rotary hunt group).<br><br>For example, if you have defined channel group 2 as containing Zap<br>channels 1, 2, 5 and 8, and the last round-robin search for this
<br>group (group 2) began searching from channel 5, this is the order of<br>searching that the Zap channel module will use for the four possible<br>selection methods:<br><br>Dial(Zap/g2...): Looks in order 1, 2, 5, 8<br>Dial(Zap/G2...): Looks in order 8, 5, 2, 1
<br>Dial(Zap/r2...): Looks in order 8, 1, 2, 5<br>Dial(Zap/R2...): Looks in order 2, 1, 8, 5</blockquote><div><br>
It is amazing, I have about 5 different asterisk servers around the
world and I haven't spent the time to find out how this is done, thank
you. <br clear="all">
</div></div><br>-- <br>Thanks,<br><br>Lance Grover<br>