<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<br>
first:<br>
    exten =&gt; 3031234567,1,Answer()<br>
    exten =&gt; 3031234567,<b>2</b>,DIAL(SIP/user,20)<br>
if this still don't work try<br>
    exten =&gt; _3031234567,1,Answer()<br>
    exten =&gt; _3031234567,2,DIAL(SIP/user,20)<br>
second:<br>
    You have in sip.conf [teliax] configured, did You specify context=
? <br>
    if yes, then all dialplan for incoming calls should be in that
context<br>
    if no, then [general] context= should contain dialplan for incoming
calls<br>
IVR for diffrent DID<br>
    exten =&gt; _3031234567,1,Goto(IVRfor1stDID|s|1)<br>
    exten =&gt; _3031234568,1,Goto(IVRfor2ndDID|s|1)<br>
    exten =&gt; _3031234569,1,Goto(IVRfor3rdDID|s|1)<br>
....<br>
    and [IVRforXXXDID] context should have playback/background and menu
options <br>
<br>
-Filip<br>
<br>
Użytkownik Crazy Boy napisał:
<blockquote
 cite="mid20060710124508.18367.qmail@web37114.mail.mud.yahoo.com"
 type="cite">My configuration file in extensions.conf File:<br>
----------------------------------------------------------------------------------------<br>
exten =&gt; _1XXXXXXXXXX,1,DIAL(SIP/teliax/${EXTEN},30,tr)<br>
  <br>
exten =&gt; 3031234567,1,Answer()<br>
exten =&gt; 3031234567,1,DIAL(SIP/user,20)<br>
  <br>
---------------------------------------------------------------------------------------<br>
I hope the above configuration is proper, If not please suggest the
modifications.<br>
  <br>
In addition, I have some doubts.<br>
  <br>
1) How should I configure my DID number in extensions.conf file to
recevice incoming calls?<br>
2) Are they any modifications required in "Features" option in my
account on Teliax website?<br>
3) To receive incoming calls, do I need to make any kind of
modifications to other configuration files in "Asterisk" and setup DID
number?<br>
4) Do I need to set Public IP in my Asterisk server or our local IP is
enough?<br>
4) After configuring DID number, where can I receive the phone call
(ring)?<br>
5) How can I setup IVR (Interactive Voice Response) system to my DID
number. (i.e., If someone calls to my DID number, then our IVR (Welcome
message) should respond and ask for extension number.)<br>
  <br>
Please respond to this message ASAP. Looking forward to your response.<br>
  <br>
Thank you.<br>
  <br>
Regards,<br>
Chandra.<br>
</blockquote>
<pre class="moz-signature" cols="72">

</pre>
</body>
</html>