Hello, If I do "sip show registry" from the Asterisk command line, is it supposed to show all phones that are currently registered to Asterisk? Thanks, Anon
You want "sip show peers" -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Anon Sent: Monday, April 26, 2004 2:05 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] sip show registry question Hello, If I do "sip show registry" from the Asterisk command line, is it supposed to show all phones that are currently registered to Asterisk? Thanks, Anon _______________________________________________ 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
On Mon, 2004-04-26 at 01:04, Anon wrote:> Hello, > > If I do "sip show registry" from the Asterisk command line, is it supposed to > show all phones that are currently registered to Asterisk?No. "sip show registry" shows SIP servers that Asterisk is registered to. "sip show peers" shows who is registered with Asterisk. -- Eric Wieling * BTEL Consulting * 504-899-1387 x2111 "In a related story, the IRS has recently ruled that the cost of Windows upgrades can NOT be deducted as a gambling loss."
> If I do "sip show registry" from the Asterisk command line, is it supposed to > show all phones that are currently registered to Asterisk?No, only the hosts/devices for which * has been told to register with (e.g., FWD, Iaxtel). "sip show peers" displays the hosts/devices that have registered with *. Rich
I would like to understand better what "sip show registry" means. I
know the
help from the CLI:
*CLI> help sip show registry
Usage: sip show registry
Lists all registration requests and status.
What is this supposed to mean? Does "sip show registry" show
registration
requests _in progress_ at the time of typing the command "sip show
registry"?
Thanks,
Anon
> You want "sip show peers"
>
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com
> [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of Anon
> Sent: Monday, April 26, 2004 2:05 AM
> To: asterisk-users@lists.digium.com
> Subject: [Asterisk-Users] sip show registry question
>
>
> Hello,
>
> If I do "sip show registry" from the Asterisk command line, is it
supposed
> to
> show all phones that are currently registered to Asterisk?
>
> Thanks,
> Anon
On Monday 26 April 2004 12:44 pm, Eric Wieling wrote:> On Mon, 2004-04-26 at 01:04, Anon wrote: > > Hello, > > > > If I do "sip show registry" from the Asterisk command line, is it > > supposed to show all phones that are currently registered to Asterisk? > > No. "sip show registry" shows SIP servers that Asterisk is registered > to. "sip show peers" shows who is registered with Asterisk.OK.... now I understand. Thank you! :) Anon
On Monday 26 April 2004 01:36 pm, Rich Adamson wrote:> > If I do "sip show registry" from the Asterisk command line, is it > > supposed to show all phones that are currently registered to Asterisk? > > No, only the hosts/devices for which * has been told to register with > (e.g., FWD, Iaxtel). > > "sip show peers" displays the hosts/devices that have registered with *. > > RichThank you! :) Anon