<div>Dear All,</div>
<div> </div>
<div>I am trying to send a SIP MESSAGE when someone call FS, however I can never get it work</div>
<div> </div>
<div>The below is what I am doing</div>
<div> </div>
<div> </div>
<div> </div>
<div>session.answer();<br>var msg = &quot;Hello, welcome to the FreeSWITCH</div>
<div>e = new Event(&quot;custom&quot;, &quot;message&quot;);<br>e.addBody(msg);<br>session.sendEvent(e);<br></div>
<div> </div>
<div> </div>
<div>I found that my SIP phone never receive any SIP MESSAGE message </div>
<div> </div>
<div>Is that I have done something wrong?</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>Jasper</div>