Hello, I'm a newbie to the asterisk system.<br>
<br>
I'm trying to configure a dialplan so that when I use my IAXy it will
prompt me with an IVR and then send me off to different things like
dial and voicemail from that.<br>
<br>
I've tried various combinations but I can't seem to get it to work properly. Here is an example:<br>
<br>
[default]<br>
exten =&gt; s,1,Answer<br>
exten =&gt; s,2,Ringing<br>
<br>
It gives me a dialtone and waits for an input, but if I do:<br>
<br>
[default]<br>
exten =&gt; 1,1,Answer<br>
exten =&gt; 1,2,Ringing<br>
<br>
And then dial 1 it rings...<br>
<br>
Am I doing something wrong? Any suggestions or pointers gratefully received.<br>
<br>
Thanks in advance,<br>
<br>
John<br>
<br>
<br>
<br>