<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Dear All,
<p>I have this question regarding goto command, I amusing Asterisk cvs
head version, and I am trying to put a goto statement to send the user
to another extension that contains the extension he is dialing&nbsp; here
is how I am doing it :
<p>exten => 2x.,1,setgroup(outgoing)
<br>exten => 2x,2,checkgroup(2)
<br>exten => 2x.,3,goto(another-context, ${EXTEN},1)
<br>exten => 2x.,104,hangup
<p>but the result is always it hangs up I don't know if this goto statement
is correct or not, can anyone lead me to the right way to make this statement?
<pre>--&nbsp;
Thx
MAG</pre>
&nbsp;</html>