You can configure msilo module parameters as here (for offline user&#39;s message storing)<br><br><a href="http://telephonynetworks.blogspot.com/2012/08/configuracion-de-kamailio-33-con-nat.html">http://telephonynetworks.blogspot.com/2012/08/configuracion-de-kamailio-33-con-nat.html</a><br>
<br><pre class="code" style="background-color:#eef3f8;border-bottom-color:rgb(140,172,187);border-bottom-style:dashed;border-bottom-width:1px;border-left-color:rgb(140,172,187);border-left-style:dashed;border-left-width:1px;border-right-color:rgb(140,172,187);border-right-style:dashed;border-right-width:1px;border-top-color:rgb(140,172,187);border-top-style:dashed;border-top-width:1px;margin-bottom:1em;overflow-x:auto;overflow-y:auto;padding-bottom:0.5em;padding-left:0.5em;padding-right:0.5em;padding-top:0.5em;text-align:justify">
<b><span style="color:purple">/*Este modulo es opcional, se utiliza para guardar mensajes en la base de datos si el usuario esta offline, y se lo envia cuando vuelva a estar en linea, para activarlo debes escribir al principio #!define WITH_MSILO y cambiar las siguientes lineas*/</span></b>
#!ifdef WITH_MSILO
# ------ msilo params ------
modparam(&quot;msilo&quot;,&quot;db_url&quot;,DBURL)
<span style="color:purple"><b>modparam(&quot;msilo&quot;,&quot;from_address&quot;,&quot;sip:registrar@your_public_ip&quot;)</b></span>
#modparam(&quot;msilo&quot;,&quot;contact_hdr&quot;,&quot;Contact: &lt;sip:registrar@your_public_ip&gt;\r\n&quot;)
modparam(&quot;msilo&quot;,&quot;content_type_hdr&quot;,&quot;Content-Type: text/plain\r\n&quot;)
modparam(&quot;msilo&quot;,&quot;offline_message&quot;,&quot;*** User $rU is offline!&quot;)
#modparam(&quot;msilo&quot;, &quot;check_time&quot;, 10)
#!endif</pre><br><br><div class="gmail_quote">2012/9/19 Andrew Pogrebennyk <span dir="ltr">&lt;<a href="mailto:apogrebennyk@sipwise.com" target="_blank">apogrebennyk@sipwise.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 09/18/2012 12:15 PM, Gary Shergill wrote:<br>
&gt; Note that I am testing this with one computer connected by Bria and<br>
&gt; another computer connected via Blink. I am able to log on to a user on<br>
&gt; each (test1 and test2) and they are able to call each other. The issue<br>
&gt; is, with presence enabled, they are unable to IM each other (or add<br>
&gt; each other as contacts and see online status).<br>
<br>
Gary,<br>
I thought Bria uses RPID data format for presence (RFC 4480) while Blink<br>
uses PIDF so they won&#39;t be able to see presence status of each other. I<br>
see though that blink website mentions RPID as well, maybe somebody more<br>
knowledgeable about blink can correct me.<br>
<br>
For IM, add MESSAGE method to supported methods and send it after lookup<br>
like INVITE. For offline message delivery, checkout the msilo module readme.<br>
<br>
HTH,<br>
Andrew<br>
<br>
_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div><br>