<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>Hi all,<BR>&nbsp;<BR>I want to use Asterisk as an&nbsp;IVR system. <BR>I have read in the web some dialplan examples for menus, like the following example:<BR>&nbsp;<BR>[default]<BR>exten =&gt; steve,1,Dial(SIP/steve);<BR>exten =&gt; mark,2,Dial(SIP/mark);<BR>[mainmenu]<BR>exten =&gt; s,1,Answer<BR>exten =&gt; s,n,Background(thanks) ; "Thanks for calling press 1 for sales, 2 for support, ..."<BR>exten =&gt; s,n,WaitExten<BR>exten =&gt; 1,1,Goto(submenu,s,1)<BR>exten =&gt; 2,1,Hangup<BR>[submenu]<BR>exten =&gt; s,1,Ringing ; Make them comfortable with 2 seconds of ringback<BR>exten =&gt; s,n,Wait,2<BR>exten =&gt; s,n,Background(submenuopts) ; "Thanks for calling the sales ;department. Press 1 for steve, 2 for..."<BR>exten =&gt; s,n,WaitExten<BR>exten =&gt; 1,1,Goto(default,steve,1)<BR>exten =&gt; 2,1,Goto(default,mark,2)<BR>&nbsp;<BR>&nbsp;<BR>I would be&nbsp;very grateful if&nbsp; someone sends me more examples of IVRs dialplans. <BR>&nbsp;<BR>Thank you veeru much<BR>Marta<BR><br /><hr />Tecnología, moda, motor, viajes,…suscríbete a nuestros boletines para estar a la última <a href='http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com' target='_new'>MSN Newsletters</a></body>
</html>