I updated it as follows and I am still only getting the SayNumber(2)<br><br>[tim]<br>exten =&gt; _X.,1,GotoIf(${SET(DB(avoics/route)=$[!0${DB(avoics/route)}])}?route1:route2)<br>exten =&gt; _X.,n(route1),SayNumber(1)<br>exten =&gt; _X.,n,Hangup()<br>
exten =&gt; _X.,n(route2),SayNumber(2)<br>exten =&gt; _X.,n,Hangup()<br><br><br><br><div class="gmail_quote">On Thu, Oct 28, 2010 at 3:05 PM, Tilghman Lesher <span dir="ltr">&lt;<a href="mailto:tlesher@digium.com">tlesher@digium.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Thursday 28 October 2010 13:32:51 Tim King wrote:<br>
&gt; Thanks For The replies. I have tried piecing the samples together. Just<br>
&gt; for testing purposes i have created the following.<br>
&gt;<br>
&gt; [test]<br>
&gt; exten =&gt;<br>
&gt; _X.,1,GotoIf(${SET(DB(avoics/route)=$[!0${DB(avoics/route)}])}?route1:ro<br>
</div>&gt; ute2) exten =&gt; _X.,n(route1),Set(DB(avoics/route)=1)<br>
<div class="im">&gt; exten =&gt; _X.,n,SayNumber(1)<br>
&gt; exten =&gt; _X.,n,Hangup()<br>
&gt; exten =&gt; _X.,n(route2),Set(DB(avoics/route)=0)<br>
&gt; exten =&gt; _X.,n,SayNumber(2)<br>
&gt; exten =&gt; _X.,n,Hangup()<br>
&gt;<br>
&gt; The idea is if I continue dialing any number into this context I should<br>
&gt; hear 1 2 1 2 1 2<br>
&gt;<br>
&gt; Currently it is skipping to 2 as it should be since my database shows:<br>
&gt; /avoics/route  : 1<br>
&gt;<br>
&gt; It appears there is something wrong with my set command?<br>
<br>
</div>You can drop your separate Set application.  The SET() dialplan function<br>
does the alternation for you.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Tilghman Lesher<br>
Digium, Inc. | Senior Software Developer<br>
twitter: Corydon76 | IRC: Corydon76-dig (Freenode)<br>
Check us out at: <a href="http://www.digium.com" target="_blank">www.digium.com</a> &amp; <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>