<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Read the articles here:<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Event_Socket#sendevent">http://wiki.freeswitch.org/wiki/Event_Socket#sendevent</a><br>
      <br>
      You need something like this:<br>
      <br>
      <pre>sendevent NOTIFY
profile: internal
event-string: reboot
user: 1000
host: 10.20.30.40
content-type: application/simple-message-summary</pre>
      <br>
      Maybe you need restart or reset instead of reboot after the
      "event-string"<br>
      <br>
      <br>
      <br>
      2012-10-25 13:19 keltez&eacute;ssel, Babak Yakhchali &iacute;rta:<br>
    </div>
    <blockquote
cite="mid:CAEVfcabA_5bJDZHm-i_366fJ7nHAwHtRD5++d41K8HhPEJsCAQ@mail.gmail.com"
      type="cite">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 moz-do-not-send="true"
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=&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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>