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
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
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
Then you can add
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