<html>
<body>
I am trying to implement Messaging from serweb to UA, but not a
success.<br><br>
i have this script in my ser.cfg<br><br>
<font face="Courier, Courier">&nbsp; if (!lookup(&quot;location&quot;))
{<br>
&nbsp;&nbsp;&nbsp; if (method == &quot;MESSAGE&quot;) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!t_newtran()) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
sl_reply_error();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (m_store(&quot;0&quot;)) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; t_reply(&quot;202&quot;,
&quot;Accepted for Later Delivery&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>
&nbsp;&nbsp;&nbsp; };<br><br>
&nbsp;&nbsp;&nbsp; sl_send_reply(&quot;404&quot;, &quot;User Not Found
!&quot;);<br>
&nbsp;&nbsp;&nbsp; break;<br>
&nbsp; };<br><br>
</font>but i read somewhere in google that i need to add in this
line.<br>
<font face="Courier, Courier">modparam(&quot;msilo&quot;,
&quot;registrar&quot;, &quot;sip:registrar@iptel.org&quot;)<br>
</font>so that the UA will be notify if there is any new
message.<br><br>
If i don't add this line, the message can be send from serweb to the
account (which stored in SILO) then can be checked from the recipient
serweb account. But once i add the registrar line in, the sending process
return error code of 405 timeout. can i know whats the problem
here?<br><br>
i am using ser-0.9.3<br><br>
thank you.</body>
</html>