Hi
first:
exten => 3031234567,1,Answer()
exten => 3031234567,2,DIAL(SIP/user,20)
if this still don't work try
exten => _3031234567,1,Answer()
exten => _3031234567,2,DIAL(SIP/user,20)
second:
You have in sip.conf [teliax] configured, did You specify context=
?
if yes, then all dialplan for incoming calls should be in that
context
if no, then [general] context= should contain dialplan for incoming
calls
IVR for diffrent DID
exten => _3031234567,1,Goto(IVRfor1stDID|s|1)
exten => _3031234568,1,Goto(IVRfor2ndDID|s|1)
exten => _3031234569,1,Goto(IVRfor3rdDID|s|1)
....
and [IVRforXXXDID] context should have playback/background and menu
options
-Filip
Użytkownik Crazy Boy napisał:
My configuration file in extensions.conf File:
----------------------------------------------------------------------------------------
exten => _1XXXXXXXXXX,1,DIAL(SIP/teliax/${EXTEN},30,tr)
exten => 3031234567,1,Answer()
exten => 3031234567,1,DIAL(SIP/user,20)
---------------------------------------------------------------------------------------
I hope the above configuration is proper, If not please suggest the
modifications.
In addition, I have some doubts.
1) How should I configure my DID number in extensions.conf file to
recevice incoming calls?
2) Are they any modifications required in "Features" option in my
account on Teliax website?
3) To receive incoming calls, do I need to make any kind of
modifications to other configuration files in "Asterisk" and setup DID
number?
4) Do I need to set Public IP in my Asterisk server or our local IP is
enough?
4) After configuring DID number, where can I receive the phone call
(ring)?
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.)
Please respond to this message ASAP. Looking forward to your response.
Thank you.
Regards,
Chandra.
|