<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3086" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello everybody.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I want to make a menu with the incoming calls, I
want that when someone calls the Asterisk play a record (in gsm) and them the
caller must choose a option (1,2 or 3).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>if he choose 1 it will redirect to 101
extension</FONT></DIV>
<DIV><FONT face=Arial size=2>if he choose 2 it will redirect to 102
extension</FONT></DIV>
<DIV><FONT face=Arial size=2>if he choose 3 it will redirect to 103
extension</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>my extensions.conf is this one:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT size=1>
<P>[default]</P>
<P>exten => s,1,Answer()</P>
<P>exten => s,2,Wait(1)</P>
<P>exten => s,3,Dial(SIP/101,30,Ttm)</P>
<P> </P>
<P><FONT face=Arial size=2>sorry about my english,</FONT></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>thanks to all</FONT></P>
<P><FONT face=Arial size=2></FONT> </P>
<P><FONT face=Arial size=2>beyyyyyyyy</FONT></P></FONT></DIV></BODY></HTML>