[Asterisk-Users] Polycom check-sync

Douglas Garstang dgarstang at oneeighty.com
Wed Dec 28 15:12:10 MST 2005


You can also construct a packet manually with sipsak and send that directly to the phone.

-----Original Message-----
From: BJ Weschke [mailto:bweschke at gmail.com]
Sent: Wednesday, December 28, 2005 3:10 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Polycom check-sync


On 12/28/05, Jerry Jones <jjones at danrj.com> wrote:
> Looking to implement a simple cli to reboot our Polycoms. The manual
> says it will on response to a Notify with an event of check-sync.
>
> Has anyone else used this? Any examples of a minimum packet to send?
>

 You can add the following to sip_notify.conf in /etc/asterisk/ (if it
isn't in there already):

[polycom-check-cfg]
Event=>check-sync
Content-Length=>0

 Then, you need to make sure that <specialEvent
voIpProt.SIP.specialEvent.lineSeize.nonStandard="1"
voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"/> is in your
sip.cfg file. (The "alwaysReboot" should be 1 in that tag).

 Then, from the Asterisk console you can send, "sip notify
polycom-check-cfg <device # of phone in sip.conf>" and that will send
the appropriate msg from Asterisk to the phone to have it reboot
itself.

 BJ



--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list