Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-18 Thread Peter Villeneuve
Yup, that was it thanks. Now I'm back to my original problem. I just have 1 tls listener on 5061. I'm going to try and enable other transports and set the outbound proxy and see if that fixes it. Cheers ERROR: tm [ut.h:343]: uri2dst2(): no corresponding socket for af 2 On Fri, Jul 18, 2014 at

Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-18 Thread Anthony Messina
On Friday, July 18, 2014 11:34:27 PM Peter Villeneuve wrote: > Hi again, > > I've been playing around with Anthony's config posted above, and I believe > I'm almost there getting msilo to work properly, although it seems that > kamailio doesn't correctly recognize the callee is a local subscriber

Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-18 Thread Peter Villeneuve
Hi again, I've been playing around with Anthony's config posted above, and I believe I'm almost there getting msilo to work properly, although it seems that kamailio doesn't correctly recognize the callee is a local subscriber so it rejects the message instead of storing it. Shouldn't the is_subsc

[SR-Users] MSILO not checking Expires header if Allow: is absent and Contact: is present but without expires

2014-07-18 Thread Anthony Messina
In setting up Kamailio with MSILO, I've noticed that some sip clients (I'm using CSipSimple), upon un-REGISTER-ing do not send an Allow header, but do send an "Expires: 0" header as well as a Contact header. However as the Contact header doesn't contain "expires=0", it appears as though the MSI

Re: [SR-Users] core:drop_requests meaning

2014-07-18 Thread Alex Balashov
My concern is that this figure reflects requests which are not handled at all (prior to the expiration of some timer and a retransmission) because there are no worker threads able to get to them. Is it possible? -- Alex Balashov - Principal Evariste Systems LLC Tel: +1-678-954-0670 Web: http://

Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-18 Thread Anthony Messina
On Friday, July 18, 2014 07:32:21 PM Peter Villeneuve wrote: > You are a star Anthony! > Thanks a lot for sharing your config. It is much appreciated. > I'm going to study your config in detail and see if I can get it to work on > my install. > > Cheers, > Peter Sure, Peter. One thing I noticed

Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-18 Thread Peter Villeneuve
You are a star Anthony! Thanks a lot for sharing your config. It is much appreciated. I'm going to study your config in detail and see if I can get it to work on my install. Cheers, Peter On Fri, Jul 18, 2014 at 6:39 PM, Anthony Messina wrote: > On Friday, July 18, 2014 12:01:41 AM Daniel-Cons

Re: [SR-Users] Msilo not delivering message (status 408)

2014-07-18 Thread Anthony Messina
On Friday, July 18, 2014 12:01:41 AM Daniel-Constantin Mierla wrote: > You should not call m_store() if src_ip==myself -- in this way you avoid to > store notification messages that cannot be delivered. > > Why notifications are not delivered has to be troubleshooted there. Have you > tried also w

[SR-Users] Fwd: Msilo not delivering message (status 408)

2014-07-18 Thread Peter Villeneuve
Thanks Daniel. UDP is the same story as TCP and TLS, unfortunately. Looking through the logs, I see strange errors in parsing the contact header when msilo prepares to send the notification back to 1000. This is for the notification message that should have been sent back to 1000 after he sent a m

[SR-Users] pkg.stats

2014-07-18 Thread Vitaliy Aleksandrov
Hi list, I have a problem with pkg.stats for tcp.main process on kamailio "4.1.2 73ea61-dirty". kamailio has 64M of private memory for each process (-M 64). pkg.stats for tcp.main process shows that is uses 75M and still has 62M free: { entry:36 pid:10032

[SR-Users] Non authenticated user/extension

2014-07-18 Thread Moacir Ferreira
Hi, Is it possible to create a static user/extension in Kamailio? I.e.: Have extension 11223344 being sent to IP address 192.168.0.100 while also not requiring this extension to authenticate when making calls. Cheers! Moacir __

[SR-Users] [OT] LVUG, the London VoIP User Group

2014-07-18 Thread Richard Brady
Hi folks LVUG is a monthly get-together in London to discuss open-source VoIP technology, including Kamailio. If you're based in or near London please join us this coming Tuesday for the third LVUG which will be held in Old Street. The format is a couple short talks followed by beers at the venu

Re: [SR-Users] Kamailio presence (NAT, XCAP)

2014-07-18 Thread Daniel-Constantin Mierla
Hello, indeed it is sad that IETF could come up with very complex presence specifications for sip. Given that, it will not be easy to explain here the full architecture of presence signaling and interaction with xcap server. Maybe you can get more inspiration from two tutorials out there: -

Re: [SR-Users] db_postgres Error

2014-07-18 Thread Daniel-Constantin Mierla
Hello, the log messages indicate that the connection to postgres module has timeout. Be sure postres server is up and running. Cheers, Daniel On 10/07/14 00:17, Rene Montilva wrote: Hi list i'm config SQLOps Module with postgresql db module or is postgresql driver? this is my kamailio c

Re: [SR-Users] how to m_store to database not just a "body" with MSILO?

2014-07-18 Thread Carsten Bock
Hi, actually, you can replace the m_store() and m_dump() with some scripting. This gives you quite some flexibility on message storage/message retrieval. I didn't test this too much so far, the basic tests i did with Bria were fine: m_store - // xlo

Re: [SR-Users] Groups in Kamailio vs Freeswitch

2014-07-18 Thread Daniel-Constantin Mierla
Hello, On 12/07/14 18:39, Peter Villeneuve wrote: Hi guys, I'm designing a new service for a client and I was wondering what your opinion is of the 2 options I'm considering to separate users on the server. Basically I want to create closed groups where each user can only call and receive ca

Re: [SR-Users] how to m_store to database not just a "body" with MSILO?

2014-07-18 Thread Daniel-Constantin Mierla
Hello, perhaps the module needs to be refactored to store the full body for content-type. Not it doesn't store the parameters in that header. I will look over it soon if nobody else does it. Maybe you should open an issue on tracker so we don't forget about it: - http://sip-router.org/track

Re: [SR-Users] please help with Msilo config

2014-07-18 Thread Daniel-Constantin Mierla
Hello. based on discussions so far, I suggest you guide after: - set the outbound_proxy parameter for msilo module to point to the proxy address - do not call m_store(...) if src_ip==myself - run with debug=3 in kamailio.cfg to see more log messages that can provide further hints about what i

Re: [SR-Users] how to remove non-digits using dp_translate

2014-07-18 Thread Daniel-Constantin Mierla
Hmm, I see there is none inside dialplan for the moment. The option would be to do it in config file with a function from textops. Also, check if regex module is a good alternative for you: - http://kamailio.org/docs/modules/stable/modules/regex.html Cheers, Daniel On 16/07/14 16:50, Henry Fer

Re: [SR-Users] Some of the calls drops after 15 minutes + some seconds

2014-07-18 Thread Daniel-Constantin Mierla
On 17/07/14 20:56, Andras FOGARASI wrote: On 7/17/14, 5:34 PM, Frank Carmickle wrote: On Jul 17, 2014, at 11:27 AM, Andras FOGARASI wrote: On 7/17/14, 3:41 PM, Frank Carmickle wrote: I would expect that if it was a NAT issue you would see it much sooner than 15 minutes, 30-60 seconds. Ar