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

2017-07-10 Thread Daniel-Constantin Mierla
Hello, you could try to send the messages back to kamailio via outbound proxy option, then add some delay via script operations. Be careful not to block the sip worker processes, therefore look at the asynchronous routing options. Of course, patching the module and writing a bit of c code can be

[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