<div>Hello,</div>
<div>&nbsp;</div>
<div>Having&nbsp;1 boxes with SIP service&nbsp;Box A: ip a.b.c.d with sip at udp 5060 and a&nbsp; NMS machine with ip x.y.z.t</div>
<div>&nbsp;</div>
<div>I am looking to monitor the SIP service via OPTION sent from NMS (x.y.z.t) to the box A (no user defined on the box)</div>
<div>&nbsp;</div>
<div>Any one to help how to write the OPTION request using sipsak </div>
<div>&nbsp;</div>
<div>I tried this way but no success</div>
<div>&nbsp;</div>
<div>sipsak -f option -s sip:a.b.c.d&nbsp;&nbsp; (I don&#39;t know if we have to set the udp port with sipsak)</div>
<div>&nbsp;</div>
<div><font size="2">
<p>On file option I have:</p>
<p>&nbsp;</p>
<p>OPTIONS sip:a.b.c.d:5060 SIP/2.0</p>
<p>Max-Forwards: 70</p>
<p>To: &lt;sip:ping@a.b.c.d:5080&gt;</p>
<p>From: NMS &lt;sip:x.y.z.t&gt;</p>
<p>Call-ID: 83185420572</p>
<p>CSeq: 8764 OPTIONS</p>
<p>Allow: ACK,CANCEL </p>
<p>Accept: application/sdp</p>
<p>Content-Length: 0</p></font></div>
<div>&nbsp;</div>
<div>BR</div>