Hello all, For some reason I am not showing registration in SIP. Can anyone give me an idea what can cause this? asterisk1*CLI> sip show registry Host Username Refresh State -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050311/bd3a7577/attachment.htm
On Fri, 11 Mar 2005 12:21:21 -0700 "Wiley Siler" <wsiler@education2020.com> wrote:> Hello all, >For some reason I am not showing registration in SIP. > > Can anyone give me an idea what can cause this? > > > > asterisk1*CLI> sip show registry > Host Username Refresh >StateHow about showing us the pertinent part of your sip.conf so we can see if there are iny problems?? Maybe even a debug of a reload showing whether or not * was even read the sip.conf correctly. Robert
Wiley Siler wrote:> Hello all, > For some reason I am not showing registration in SIP. > > Can anyone give me an idea what can cause this? > > > > asterisk1*CLI> sip show registry > Host Username Refresh StateYou don't have any register => lines in sip.conf. Maybe you are looking for the phones that registered to Asterisk? That command is "sip show peers". --Eric
All my SIP phones are still working and all my dialing is still working, so I did not think it relevent. Sip reload... asterisk1*CLI> sip reload Reloading SIP == Parsing '/etc/asterisk/sip.conf': Found == Parsing '/etc/asterisk/sip_nat.conf': Found == Parsing '/etc/asterisk/sip_additional.conf': Found asterisk1*CLI> sip show registry Host Username Refresh State asterisk1*CLI> Files are there... Verified that the extensions are correct. They are... Now I just have to figure out how I can get calls (and they are all routing correctly) yet not show a registered entry. Bizarre Thanks! W -----Original Message----- From: Robert Webb [mailto:asterisk@ropeguru.com] Sent: Friday, March 11, 2005 12:36 PM To: Asterisk Users Mailing List - Non-Commercial Discussion; Wiley Siler Subject: Re: [Asterisk-Users] Sip show registry returning nothing On Fri, 11 Mar 2005 12:21:21 -0700 "Wiley Siler" <wsiler@education2020.com> wrote:> Hello all, >For some reason I am not showing registration in SIP. > > Can anyone give me an idea what can cause this? > > > > asterisk1*CLI> sip show registry > Host Username Refresh >StateHow about showing us the pertinent part of your sip.conf so we can see if there are iny problems?? Maybe even a debug of a reload showing whether or not * was even read the sip.conf correctly. Robert
Yep. I have run "sip show peers" and things look good. I am pretty sure I could see all my registered phones yesterday via "sip show registry". But then again maybe I am spacing it. I am on AAH BTW and info in AMP and in direct check of the confs checks out fine. Thanks, Wiley -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Eric Wieling Sent: Friday, March 11, 2005 12:39 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Sip show registry returning nothing Wiley Siler wrote:> Hello all, > For some reason I am not showing registration in SIP. > > Can anyone give me an idea what can cause this? > > > > asterisk1*CLI> sip show registry > Host Username Refresh StateYou don't have any register => lines in sip.conf. Maybe you are looking for the phones that registered to Asterisk? That command is "sip show peers". --Eric _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Well, I must have been dreaming about seeing those registrations then... Unless I was thinking of "sip show subscriptions". That just shows nothing too. Oh, well. As long as things are connecting, should be OK. Thanks for the help!! Wiley -----Original Message----- From: Robert Webb [mailto:asterisk@ropeguru.com] Sent: Friday, March 11, 2005 1:22 PM To: Wiley Siler; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Sip show registry returning nothing On Fri, 11 Mar 2005 12:48:49 -0700 "Wiley Siler" <wsiler@education2020.com> wrote:> All my SIP phones are still working and all my dialing is still >working, so I did not think it relevent. > > Sip reload... > asterisk1*CLI> sip reload > Reloading SIP > == Parsing '/etc/asterisk/sip.conf': Found > == Parsing '/etc/asterisk/sip_nat.conf': Found > == Parsing '/etc/asterisk/sip_additional.conf': Found asterisk1*CLI>>sip show registry > Host Username Refresh >State > asterisk1*CLI> > >Files are there... > > Verified that the extensions are correct. They are... > > Now I just have to figure out how I can get calls (and they are all >routing correctly) yet not show a registered entry. > Bizarre > > Thanks! > W >What Eric posted in the other email is correct. sip show registry is for when you have a "register =>" line when you are registering with a provider. It gives the status of you registering to them. The "sip show peers" is for looking at a user resistering with your * box. I did not even think about that being the issue.. :-) Robert
Yes, I am aware now. Just a minor brainfart... Thanks, Wiley -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Peter Bowyer Sent: Friday, March 11, 2005 1:14 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Sip show registry returning nothing On Fri, 11 Mar 2005 12:48:49 -0700, Wiley Siler <wsiler@education2020.com> wrote:> All my SIP phones are still working and all my dialing is still > working, so I did not think it relevent. > > Sip reload... > asterisk1*CLI> sip reload > Reloading SIP > == Parsing '/etc/asterisk/sip.conf': Found == Parsing > '/etc/asterisk/sip_nat.conf': Found == Parsing > '/etc/asterisk/sip_additional.conf': Found asterisk1*CLI> sip show > registry > Host Username Refresh State > asterisk1*CLI> > > Files are there... > > Verified that the extensions are correct. They are... > > Now I just have to figure out how I can get calls (and they are all > routing correctly) yet not show a registered entry. > BizarreNot bizarre at all when you look up what the command you're typing is supposed to do, rather than what you assumed it should do. To see what phones have registered with your Asterisk server, use sip show peers To see what other servers yours has registered with, use sip show registry http://www.voip-info.org/wiki-Asterisk+CLI is a useful reference, as is 'help sip' in the CLI. Peter -- Peter Bowyer Email: peter@bowyer.org Tel: +44 1296 768003 VoIP: sip:peter@bowyer.org _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Wiley Siler wrote:> Yep. I have run "sip show peers" and things look good. > > I am pretty sure I could see all my registered phones yesterday via "sip > show registry". > > But then again maybe I am spacing it. I am on AAH BTW and info in AMP > and in direct check of the confs checks out fine."sip show registry" only shows remote servers that Asterisk is registered to, not devices that are registering with Asterisk. -- Always do right. This will gratify some people and astonish the rest. Mark Twain