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:'Lucida Grande','Lucida Sans Unicode',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=>service-control
Subscription-State=>active
Content-Type=>text/plain
Content=>action=restart
Content=>RegisterCallId={${SIPPEER(${PEERNAME},regcallid)}}
Content=>ConfigVersionStamp={0000000000000000}
Content=>DialplanVersionStamp={0000000000000000}
Content=>SoftkeyVersionStamp={0000000000000000}
[cisco-reset]
Event=>service-control
Subscription-State=>active
Content-Type=>text/plain
Content=>action=reset
Content=>RegisterCallId={${SIPPEER(${PEERNAME},regcallid)}}
Content=>ConfigVersionStamp={0000000000000000}
Content=>DialplanVersionStamp={0000000000000000}
Content=>SoftkeyVersionStamp={0000000000000000}</pre></div><div><br></div>