Hi<div>Is there anyway to send a notify message to a cisco phone with sip firmware to reset or restart it like this link:</div><div><a href="http://www.freepbx.org/forum/freepbx/tips-and-tricks/cisco-9971-phone-configuration-working-example-with-setup-tips">http://www.freepbx.org/forum/freepbx/tips-and-tricks/cisco-9971-phone-configuration-working-example-with-setup-tips</a>
</div><div><br></div><div><span style="color:rgb(51,51,51);font-family:&#39;Lucida Grande&#39;,&#39;Lucida Sans Unicode&#39;,Helvetica,Verdana,Arial,Tahoma,sans-serif;font-size:12px;line-height:17px">The following variables and functions should be included in sip_notify_custom.conf settings:</span>
</div><div><pre class="bb-code-block" style="margin-bottom:1.3em;background-image:initial;background-color:rgb(238,238,238);border-top-width:0.1em;border-right-width:0.1em;border-bottom-width:0.1em;border-left-width:0.1em;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(221,221,221);border-right-color:rgb(221,221,221);border-bottom-color:rgb(221,221,221);border-left-color:rgb(221,221,221);overflow-x:auto;overflow-y:auto;color:rgb(51,51,51);font-size:12px;line-height:17px">
[cisco-restart]
Event=&gt;service-control
Subscription-State=&gt;active
Content-Type=&gt;text/plain
Content=&gt;action=restart
Content=&gt;RegisterCallId={${SIPPEER(${PEERNAME},regcallid)}}
Content=&gt;ConfigVersionStamp={0000000000000000}
Content=&gt;DialplanVersionStamp={0000000000000000}
Content=&gt;SoftkeyVersionStamp={0000000000000000}

[cisco-reset]
Event=&gt;service-control
Subscription-State=&gt;active
Content-Type=&gt;text/plain
Content=&gt;action=reset
Content=&gt;RegisterCallId={${SIPPEER(${PEERNAME},regcallid)}}
Content=&gt;ConfigVersionStamp={0000000000000000}
Content=&gt;DialplanVersionStamp={0000000000000000}
Content=&gt;SoftkeyVersionStamp={0000000000000000}</pre></div><div><br></div>