This page last changed on Jul 20, 2012 by wikibot.

SIPnotify

Synopsis

Send a SIP notify.

Description

Sends a SIP Notify event.

All parameters for this event must be specified in the body of this request via multiple Variable: name=value sequences.

Syntax

Action: SIPnotify
ActionID: <value>
Channel: <value>
Variable: <value>
Arguments
  • ActionID - ActionID for this transaction. Will be returned.
  • Channel - Peer to receive the notify.
  • Variable - At least one variable pair must be specified. name=value

Import Version

This documentation was imported from Asterisk Version SVN-branch-1.8-r370275

Example:

To restart phone at extension 1234
cli> sip notify polycom-check-cfg 1234

Posted by lathama at Dec 27, 2010 12:55

For Polycom phones, the following setting setting must be changed in the sip.cfg configuration file:

Default:

voIpProt.SIP.specialEvent.checkSync.alwaysReboot="0"

Change to:

voIpProt.SIP.specialEvent.checkSync.alwaysReboot="1"
Posted by mdavenport at Dec 28, 2010 10:34
Document generated by Confluence on Nov 02, 2012 17:25