Skip to end of metadata
Go to start of metadata

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

See Also

Import Version

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

  • No labels

2 Comments

  1. Example:

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

    1. 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"