Re: [SR-Users] Problems with MSILO module can't receive messages with m_dump.

2013-02-07 Thread Daniel-Constantin Mierla
Hello, a way to protect is to have a check on source ip on route AUTH, like: if(src_ip==myself) return; This will not challenge the requests that are sent from the server itself. Cheers, Daniel On 2/4/13 4:06 PM, Stoyan Mihaylov wrote: I had same problem long time ago. When I found enough

Re: [SR-Users] Problems with MSILO module can't receive messages with m_dump.

2013-02-04 Thread Stoyan Mihaylov
I had same problem long time ago. When I found enough time, I solved it adding in route[AUTH]{ .. if (from_uri==myself) { + if((is_method("MESSAGE"))){ + if (is_domain_local("$si")) { +