Bruce B
2010-Dec-27 18:08 UTC
[asterisk-users] Using SIP stack within Asterisk to reboot phones - Possible?
Hi Everyone, I use Asterisk for regularPBX use it's made for. But I want to take it a bit further and use it at cmmand level to be able to send SIP notifies to restart a phone or take advantage of a phone's UPnP capabilities. Is Asterisk capable of that? If so, what is a simple SIP reboot message like and how can I invoke it from a Asterisk CLI? If Asterisk is not the best tool for this purpose what is a very simple to implement SIP stack out there that can do this? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101227/ac5024ad/attachment.htm>
Danny Nicholas
2010-Dec-27 18:20 UTC
[asterisk-users] Using SIP stack within Asterisk to reboot phones -Possible?
_____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bruce B Sent: Monday, December 27, 2010 12:08 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Using SIP stack within Asterisk to reboot phones -Possible? Hi Everyone, I use Asterisk for regularPBX use it's made for. But I want to take it a bit further and use it at cmmand level to be able to send SIP notifies to restart a phone or take advantage of a phone's UPnP capabilities. Is Asterisk capable of that? If so, what is a simple SIP reboot message like and how can I invoke it from a Asterisk CLI? If Asterisk is not the best tool for this purpose what is a very simple to implement SIP stack out there that can do this? Thanks, On Polycom phones, you can do "sip notify foo xxx" and it will reboot that phone, when "foo" is set up per the following link http://www.voip-info.org/wiki/index.php?page=Asterisk+config+sip_notify.conf I assume it will reset any phone that responds to the check-sync command, but since I only have Polycom's, this is just a guess. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101227/456ef29b/attachment.htm>
Andrew Latham
2010-Dec-27 18:29 UTC
[asterisk-users] Using SIP stack within Asterisk to reboot phones - Possible?
On Mon, Dec 27, 2010 at 3:08 PM, Bruce B <bruceb444 at gmail.com> wrote:> Hi Everyone, > I use Asterisk for regularPBX use it's made for. But I want to take it a bit > further and use it at cmmand level to be able to send SIP notifies to > restart a phone or take advantage of a phone's UPnP capabilities. Is > Asterisk capable of that? If so, what is a simple SIP reboot message like > and how can I invoke it from a Asterisk CLI? > If Asterisk is not the best tool for this purpose what is a very simple to > implement SIP stack out there that can do this? > Thanks,To restart phone at extension 1234 cli> sip notify polycom-check-cfg 1234 ~~~ Andrew "lathama" Latham lathama at gmail.com ~~~
Kevin P. Fleming
2010-Dec-27 18:33 UTC
[asterisk-users] Using SIP stack within Asterisk to reboot phones - Possible?
On 12/27/2010 12:08 PM, Bruce B wrote:> Hi Everyone, > > I use Asterisk for regularPBX use it's made for. But I want to take it a > bit further and use it at cmmand level to be able to send SIP notifies > to restart a phone or take advantage of a phone's UPnP capabilities. Is > Asterisk capable of that? If so, what is a simple SIP reboot message > like and how can I invoke it from a Asterisk CLI? > > If Asterisk is not the best tool for this purpose what is a very simple > to implement SIP stack out there that can do this?The very first hit when I did a Google search for "Asterisk SIP notify" was the voip-info page that documents exactly what you are looking for. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: kfleming at digium.com Check us out at www.digium.com & www.asterisk.org
Nikhil
2010-Dec-28 03:12 UTC
[asterisk-users] Using SIP stack within Asterisk to reboot phones - Possible?
SIPp is a good option. Thanks Nikhil On 12/27/2010 11:38 PM, Bruce B wrote:> Hi Everyone, > > I use Asterisk for regularPBX use it's made for. But I want to take it > a bit further and use it at cmmand level to be able to send SIP > notifies to restart a phone or take advantage of a phone's UPnP > capabilities. Is Asterisk capable of that? If so, what is a simple SIP > reboot message like and how can I invoke it from a Asterisk CLI? > > If Asterisk is not the best tool for this purpose what is a very > simple to implement SIP stack out there that can do this? > > Thanks, > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101228/808b010b/attachment.htm>
Gary Allen
2010-Dec-28 03:53 UTC
[asterisk-users] Using SIP stack within Asterisk to rebootphones - Possible?
What type of phones? Easy to do with Polycom and several others from Asterisk CLI. Sent from my BlackBerry? smartphone -----Original Message----- From: Nikhil <d.nikhil at cem-solutions.net> Sender: asterisk-users-bounces at lists.digium.com Date: Tue, 28 Dec 2010 08:42:22 To: <asterisk-users at lists.digium.com> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] Using SIP stack within Asterisk to reboot phones - Possible? -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Olivier
2010-Dec-28 08:21 UTC
[asterisk-users] Using SIP stack within Asterisk to reboot phones - Possible?
2010/12/27 Bruce B <bruceb444 at gmail.com>> Hi Everyone, > > I use Asterisk for regularPBX use it's made for. But I want to take it a > bit further and use it at cmmand level to be able to send SIP notifies to > restart a phone >Why would you need to restart a phone that is not registered yet ? For me, the first thing a SIP phone will try to do is to register itself, and then somehow restart.> or take advantage of a phone's UPnP capabilities. Is Asterisk capable of > that? If so, what is a simple SIP reboot message like and how can I invoke > it from a Asterisk CLI? > > If Asterisk is not the best tool for this purpose what is a very simple to > implement SIP stack out there that can do this? > > Thanks, > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20101228/38687740/attachment.htm>