<div>Hi there,</div>
<div> </div>
<div>I am trying to see if I can create a SIP NOTIFY message with mesage waiting headers.</div>
<div> </div>
<div>I am using mod_managed and so far did the following in a little event loop:</div>
<div> </div>
<div>var mw_event = new FreeSWITCH.Native.Event(&quot;MESSAGE_WAITING&quot;, string.Empty);</div>
<div>if (mw_event != null)<br>{<br>mw_event.AddHeader(&quot;MWI-Messages-Waiting&quot;, &quot;yes&quot;);<br>mw_event.AddHeader(&quot;MWI-Message-Account&quot;, &quot;sip:3475559995@64.40.xx.xxx&quot;);<br>mw_event.AddHeader(&quot;MWI-Voice-Message&quot;, &quot;3/1 (1/1)&quot;);<br>
mw_event.AddHeader(&quot;Profile&quot;, &quot;internal&quot;);<br>mw_event.Fire();<br>}<br>else<br>{<br>Log.WriteLine(LogLevel.Alert, &quot;Failed to create message waiting event&quot;);<br>}<br></div>
<div>However when at each AddHeader FS complians: &quot;Trying to addHeader an event that does not exist!&quot;</div>
<div> </div>
<div>mw_event is not null however.</div>
<div> </div>
<div>Can someone point me the right direction - on to create that event correctly. I tried SWITCH_EVENT_MESSAGE_WAITING and NOTIFYas the event type also.</div>
<div> </div>
<div> </div>
<div>Thanks!</div>
<div> </div>
<div> </div>
<div>Pj</div>
<div>
<p><font size="2"> </font></p> </div>