Asterisk config sip_notify.conf
Created by: JustRumours,Last modification on Fri 06 of Oct, 2006 [11:54 UTC] by bigdawggi
sip_notify.conf
Typically used to remotely reboot SIP phones (like Aastra, Polycom or Snom)Introduced with Asterisk 1.1, not in Asterisk 1.0.x
Example Aastra reboot
[aastra-check-cfg]
Event=>check-sync
Content-Length=>0
Event=>check-sync
Content-Length=>0
Then from the asterisk console you can type "sip notify aastra-check-cfg 42561", where 42561 is the sip phone.
Example Polycom Reboot
[polycom-reboot]
Event=>check-sync
Content-Length=>0
Event=>check-sync
Content-Length=>0
Console Command:
sip notify polycom-reboot 255 (where 255 is the name/username)
Example SNOM 360 reboot
Make sure that the reboot-snom clause is setup in sip_notify.conf (ref. bug 3231 and 3243) before attempting this.See also
Example Thomson ST2030 AutoProvisioning
Prerequisits:Make sure that in config file st2030s_<MAC>.txt the following settings are present in correct sections:
[autoprovision]
AutoprovisionFlag=1
[sip]
sw_notify_autoprovision=1
AutoprovisionFlag=1
[sip]
sw_notify_autoprovision=1
Then you can add
[thomson-check-cfg]
Event=>check-sync
Content-Length=>0
Event=>check-sync
Content-Length=>0
into sip_notify.conf to start autoprovisioning by sending this notify to the peer.
Go back to Asterisk config files

Comments
333st2030
I dont know why!!!
please help me fcois93 at gmail.com
333Works great, except when the device requires auth