Dear All,<br />
<br />
I have installed msilo module in order to store messages towards offline users.<br />
Storing messages is being made by calling function mstore().<br />
This function works ok and i can see these messages into silo DB.<br />
When a user is being registered again and after his location is saved i call function mdump() to send him these messages. Unfortunately this doesn't work.<br />
After this i check for mdump() with command <br />
<pre class="programlisting" style="background-color: #fefeee; border: 1px solid #99cccc; padding-left: 15pt;">if (m_dump())
            {
                log("MSILO: offline messages dumped - if they were\n");</pre>
and i can see the relevant log that tells me that this function has been executed.<br />
It is written that inside () should be entered the "owner" of the messages.<br />
This could be something like $ru but if it will be left empty ,it will use address from To URI.<br />
Could you please explain me what $ru stands for and how can i use it properly?<br />
Is the any relation between the syntax of mstore () and mdump() in order for this feature to work properly?<br />
If yes, do I have to set in a similar way modparam too?<br />
<br />
Best regards.