[Asterisk-Users] How to debug? - SIP calls not coming thru
Göran Törnqvist
goran at goran.aleborg.se
Tue Dec 14 07:07:23 MST 2004
Hello, Ive just set up SIP with asterisk using this how-to:
http://www.automated.it/guidetoasterisk.htm#_Toc49248757 but when I try
calling the number at my SIP provider (Wx3) it doesnt come thru. I THINK I
registered to my SIP provider without any problem, in sip.conf I do:
register => My.name:passwd:user at wx3.se/12345678
If I change the password to something else I get an registration error when
doing asterisk / reload so I guess the registration went ok the first time
then when theres no error message? I also added 2 phones to asterisk: Cisco
IP-phone 7960. I GUESS it was registered successfully because I got errors
at first because username was wrong and when I changed it to correct values
no errors.
sip show peers is showing my phones:
Name/username Host Dyn Nat ACL Mask Port
Status
cisco2/cisco2 213.1.1.1 D 255.255.255.255 5060 Unmonitored
cisco1/cisco1 213.1.1.1 D 255.255.255.255 5060 Unmonitored
wx3.se 213.1.1.1 255.255.255.255 5060 Unmonitored
3 sip peers loaded [3 online , 0 offline]
sip show registry shows:
Host Username Refresh State
wx3.se:5060 MyUser 105 Registered
How can I debug this problem?
Below is what Ive added to my config-files.
Sip.conf
[general]
context=mycontext
register => My.name:passwd:user at wx3.se/XXXXXXXXX
[wx3.se]
context=mycontext
type=peer
fromuser=username-here
secret=pass
fromdomain=wx3.se
[cisco1]
type=friend
host=dynamic
defaultip=192.111.111.111
username=cisco1
secret=mypass
dtmfmode=rfc2833 ; Choices are inband, rfc2833, or info
;mailbox=1000 ; Mailbox for message waiting indicator
context=mycontext
callerid="MyUser 1" <9053>
[cisco2]
(almost identical)
in extensions.conf:
[mycontext]
exten => 1,1,Dial(SIP/cisco1,20,tr)
exten => 2,1,Dial(SIP/cisco2,20,tr)
exten => 12345678,1,Dial(SIP/cisco1&SIP/cisco2,20,tr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041214/7bf1305e/attachment.htm
More information about the asterisk-users
mailing list