<proxy > USECALLMANAGER .nz</proxy >
SIP Notify Commands
Two new sip notify commands are provided in sip_notify.conf which allow for the restarting or resetting of phones, see Command Line for more information. Entries now also support ${VARIABLE} expansion.
cisco-restart
The phone will do a quick restart which will re-download SEPMAC.cnf.xml, dial template, soft keys, feature policy and ring-tone.
[cisco-restart]
Event => service-control
Subscription-State => active
Content-Type => text/plain
Content => action=restart
Content => RegisterCallId={${SIPPEER(${PEERNAME},regcallid)}}
Content => ConfigVersionStamp={00000000-0000-0000-0000-000000000000}
Content => DialplanVersionStamp={00000000-0000-0000-0000-000000000000}
Content => SoftkeyVersionStamp={00000000-0000-0000-0000-000000000000}
Content => FeatureControlVersionStamp={00000000-0000-0000-0000-000000000000}
cisco-reset
The phone will do a full reset, equivalent to powering the phone off and on again.
[cisco-reset]
Event => service-control
Subscription-State => active
Content-Type => text/plain
Content => action=reset
Content => RegisterCallId={${SIPPEER(${PEERNAME},regcallid)}}
Content => ConfigVersionStamp={00000000-0000-0000-0000-000000000000}
Content => DialplanVersionStamp={00000000-0000-0000-0000-000000000000}
Content => SoftkeyVersionStamp={00000000-0000-0000-0000-000000000000}
Content => FeatureControlVersionStamp={00000000-0000-0000-0000-000000000000}