[SR-Users] m_dump sends multiple messages

2017-07-10 Thread Rahul Mehta
hello,
   when m_dump() function is called as user gets online, the function
i.e=m_dump() sends multiple copies of same message,can anyone please
provide way to stop m_dump() sending multiple copies of same message.

I am providing the code of m_dump function


 if (m_dump("$fu"))
 {
xlog("L_INFO","MSILO: offline messages
dumped - if they were\n");
  }else{
xlog("L_INFO","MSILO: no offline messages
dumped\n");
 };
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


[SR-Users] How to delay messages when msilo messages are dumped

2017-07-07 Thread Rahul Mehta
Hello,

We are facing scenario when msilo dump function is called the user's device
gets hanged/crash as messages are sent together to the user  who gets
online,please provide solution how to delay the messages which are send to
the user when 'm_dump' function is called.

I am providing the code of m_dump function


 if (m_dump("$fu"))
 {
xlog("L_INFO","MSILO: offline messages
dumped - if they were\n");
  }else{
xlog("L_INFO","MSILO: no offline messages
dumped\n");
 };
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users