Thanks. I found the problem with the debug command. The Tenor was putting the country and area code infront of each number it was dialing.
Thanks
Main Topics
Browse All TopicsHi,
I am currently trying to get my asterisk box to work properly with my Tenor AS200 (using SIP). Currently I can call the phones on the Tenor AS200 but I cannot call from the AS200 to any of my SIP phones.
My sip.conf is:
[1001] ;sip phone
type=friend
context=internal
username=1001
secret=welcome
host=dynamic
nat=no
canreinvite=yes
dtmfmode=info
outgoinglimit=1
incominglimit=2
;disallow=all
allow = g729
allow=ulaw
amaflags=default
[1002] ;sip phone
type=friend
context=internal
username=1002
secret=welcome1
host=dynamic
nat=no
canreinvite=yes
dtmfmode=info
outgoinglimit=1
incominglimit=2
;disallow=all
allow = g729
allow=ulaw
amaflags=default
[1003] ;Berwick
type=friend
context=internal
username=1001
secret=welcome2
host=dynamic
nat=no
canreinvite=yes
dtmfmode=info
outgoinglimit=2
incominglimit=2
;disallow=all
allow = g729
allow=ulaw
amaflags=default
[1004] ;Rye
type=friend
context=internal
username=1001
secret=welcome3
host=dynamic
nat=no
canreinvite=yes
dtmfmode=info
outgoinglimit=2
incominglimit=2
;disallow=all
allow = g729
allow=ulaw
amaflags=default
my extensions.conf is:
[default]
exten => 1001,1,Dial(SIP/1001|30)
exten => 1002,1,Dial(SIP/1002|30)
exten => 1003,1,Dial(SIP/1003|30)
exten => 1004,1,Dial(SIP/1004|30)
exten => 97073333,1,Dial(SIP/1003|3
exten => 59851165,1,Dial(SIP/1004|3
exten => 100,1,Dial(SIP/1003|30)
exten => 97072222,1,Dial(SIP/1002|3
[internal]
include => default
Does anyone know what I am doing wrong? My thought is maybe I have missed something on the AS200 config.
Thanks
Mark
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: feptiasPosted on 2007-02-25 at 07:02:19ID: 18605143
To check if the SIP Invite requests are reaching Asterisk, you could enable SIP debug in Asterisk. The command, from the CLI prompt, is "sip debug". To switch it off again is "sip no debug".
You have provided a copy of the entries from SIP.CONF for the SIP phones, but the section that is more relevant is the one nearer the start of the SIP.CONF file: Please can you copy the [general] section, especially the settings like these:
domain = <ip_address>,context1
domain = <dns_domain>,context2
In the Tenor dial plan, what sip address do you use to forward calls to Asterisk? Is it an IP address or is it a DNS domain name?