Voxilla VoIP Forum

Go Back   Voxilla VoIP Forum > Hardware/Software Support Forums > Asterisk Support Forum

Asterisk Support Forum Technical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX.


Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old February 17th, 2006, 05:05 AM
Member
 
Join Date: Feb 2005
Location: Texas
Posts: 77
MillsapsPE
Default how to troubleshoot remote extension not working

First, this particular remote extension 500 (SPA841) was working fine for several days. Now, it will not connect at all. It may coincide with a DSL modem and Dlink router reboot that occured about the same time at the remote location (SBC was doing work on phone lines). I have a second extension (another SPA841) at another remote location that still connects fine.

I also tried moving the * box to DMZ.
Since the extension won't connect at all, I can't run sip debug 500.
I'm running AAH v.2.4, upgraded * to 1.2.4.

[500]
username=500
type=friend
secret=<secret>
record_out=Adhoc
record_in=Adhoc
qualify=yes
port=5060
nat=yes ;I have also tried a 1 here
mailbox=500@device
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=device <500>

sip_nat.conf:
externip=24.1.1.1
localnet=192.168.1.0/255.255.255.0 ;actual IP address of * box is 192.168.1.24
nat=yes

partial debug log: (70.1.1.1 is IP address of remote office)
Feb 14 10:09:50 DEBUG[5749] chan_sip.c: Auto destroying call 'e6438bad-5094d7d2@192.168.1.5'
Feb 14 10:09:50 DEBUG[5749] chan_sip.c: Auto destroying call 'fb60f1f1-ce3b065e@192.168.1.5'
Feb 14 10:10:05 DEBUG[5749] acl.c: ##### Testing 70.1.1.1 with 192.168.1.0
Feb 14 10:10:05 DEBUG[5749] chan_sip.c: Target address 70.1.1.1 is not local, substituting externip
Feb 14 10:10:05 DEBUG[5749] acl.c: ##### Testing 70.1.1.1 with 192.168.1.0
Feb 14 10:10:05 DEBUG[5749] chan_sip.c: Target address 70.1.1.1 is not local, substituting externip
Feb 14 10:10:05 DEBUG[5749] chan_sip.c: Target address 70.1.1.1 is not local, substituting externip

sip show peers:
Name/username Host Dyn Nat ACL Port Status
500/500 (Unspecified) D N 0 UNKNOWN
3210/3210 67.1.1.1 D N 15060 OK (34 ms)
204/204 192.168.1.32 D 5060 Unmonitored
202/202 192.168.1.36 D 5060 Unmonitored
201/201 192.168.1.33 D 5060 Unmonitored
200/200 192.168.1.106 D 5060 Unmonitored
6 sip peers [5 online , 1 offline]

I finally got a little smarter and did a sip debug ip 70.1.1.1. I didn't want to post everything here, but I think this is an important line:
SIP/2.0 401 Unauthorized

Should I post more of the output?
I did a search for 401 unauthorized and didn't find anything that would help other than the fact it appears to be (obviously) a registration problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old February 17th, 2006, 03:09 PM
mberlant's Avatar
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,013
mberlant is an unknown quantity at this point
Default RE: how to troubleshoot remote extension not working

First of all, if you have another SPA-841 working fine from another remote location and the sip.conf is the same for both SPAs, your problem is not at all likely to be in your Asterisk or its router.

Now, you mention that this remote location has a D-Link router. It could be that this D-Link router is one of their models that employs Symmetric NAT (incompatible with SIP) and that this router has lost the manual routing information necessary to allow the SPA-841 to connect to the outside world.

Since it is an SPA-841, I have a 50/50 chance in assuming that you have both the L1 and L2 buttons programmed for the same Asterisk extension (as the same "Line" number in the SPA). If this is the case (and, even if it isn't), you might want to run an experiment trying to program Line 2 to FWD to further isolate the trouble. I would expect that you will similarly fail to Register with FWD, as my logic here would start to have trouble if you succeed.

Let us know what you find.
__________________
Please do not send technical questions via PM.
Please post all questions to the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old February 17th, 2006, 04:03 PM
Member
 
Join Date: Feb 2005
Location: Texas
Posts: 77
MillsapsPE
Default Re: RE: how to troubleshoot remote extension not working

Quote:
Originally Posted by mberlant
First of all, if you have another SPA-841 working fine from another remote location and the sip.conf is the same for both SPAs, your problem is not at all likely to be in your Asterisk or its router.
I agree.

Quote:
Originally Posted by mberlant
Now, you mention that this remote location has a D-Link router. It could be that this D-Link router is one of their models that employs Symmetric NAT (incompatible with SIP) and that this router has lost the manual routing information necessary to allow the SPA-841 to connect to the outside world.
Since this is the only SIP device in this office, would port forwarding the SIP ports directly to that phone solve this? (Normally, I would just try it to see what happens, but I'm not there and there are no tech people in that office.) I'm curious, why did the phone work initially if the router has an incompatibility issue?

Quote:
Originally Posted by mberlant
Since it is an SPA-841, I have a 50/50 chance in assuming that you have both the L1 and L2 buttons programmed for the same Asterisk extension (as the same "Line" number in the SPA). If this is the case (and, even if it isn't), you might want to run an experiment trying to program Line 2 to FWD to further isolate the trouble. I would expect that you will similarly fail to Register with FWD, as my logic here would start to have trouble if you succeed.
You are correct, both line appearances are set up for the same extension, though I don't remember is I set up L2 to look at EXT1 settings or if I actually put the same settings in EXT2.

I'll see what I can do with the person in that office. If it is the router, I guess I'll replace with a Linksys WRT54GS (which is what I have here running SVEASOFT firmware).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old February 17th, 2006, 05:19 PM
Member
 
Join Date: Feb 2005
Location: Texas
Posts: 77
MillsapsPE
Default

The other thing I don't get is where does the 192.168.1.5 come from. I don't have anything in my local network with that address (including DHCP). Is this an IP address assigned to "match" a remote extension???

asterisk1*CLI> sip show channels
Peer User/ANR Call ID Seq (Tx/Rx) Form Hold Last Message
208.1.1.1 <name> 34f47a5518a 01217/00000 unkn No
192.168.1.5 (None) 4a2ade20-82 00101/05680 unkn No Rx: REGISTER
192.168.1.5 (None) 4a543f0-28c 00101/05680 unkn No Rx: REGISTER
192.168.1.103 206 cc047a4e-67 00101/00002 ulaw No Rx: ACK
4 active SIP channels

At this time, there was one current call from ext. 206 (SIP) through an IAX2 provider.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
VoIP extension for remote PABX user jmattwood Linksys (Sipura) VoIP Support Forum 0 August 22nd, 2006 11:42 PM
X-Lite as Remote SIP Extension, no audio Photovor Asterisk Support Forum 4 July 22nd, 2006 06:40 AM
Cannot hear remote extension ringing campuschill Asterisk Support Forum 1 April 9th, 2006 09:06 PM
How do I setup a remote extension....... jehowe Asterisk Support Forum 16 December 1st, 2005 04:43 AM
Remote Extension setup with no service Nooton Linksys (Sipura) VoIP Support Forum 9 August 16th, 2004 07:10 AM


Voxilla News

More Voxilla news



All times are GMT. The time now is 09:35 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2009 by Voxilla, Inc.