[SR-Users] msilo is failing to in db connection...

2012-03-02 Thread Krishna Kurapati
Hi all, I am trying to use msilo module from modules_k. Unfortunately it if failing during DB initialization. Other modules are initializing fine. I am using Kamailio 3.2.2. Not sure why the connection is not found. I tried to increase the MAX mysql connections to 250. I see the same error after

[SR-Users] PUA_XMPP: Notify in a non existing dialog

2012-03-02 Thread Dan-Cristian Bogos
Guys, After my previous discovered issue (Kamailio not happy to talk with Openfire for subscriptions), trying to find work arounds, thought about using pua_mi to enforce subscriptions coming from XMPP side. The following events happen: * I subscribe over mi interface successfully. * Presence se

Re: [SR-Users] Kamailio consumes memory

2012-03-02 Thread Klaus Darilion
Or check if it is a memory leak and fix it ;-) On 02.03.2012 15:31, davy van de moere wrote: You can attempt to give Kamailio more memory to use, by adding the options -M and -m . If you have enough memory a -M 10240 and -m 1024, should give you more transaction capabilities. Op 2 maart 2012 13

Re: [SR-Users] Kamailio consumes memory

2012-03-02 Thread davy van de moere
You can attempt to give Kamailio more memory to use, by adding the options -M and -m . If you have enough memory a -M 10240 and -m 1024, should give you more transaction capabilities. Op 2 maart 2012 13:26 schreef Klaus Darilion het volgende: > See > http://kamailio.org/dokuwiki/**doku.php/troub

Re: [SR-Users] Registration Limits

2012-03-02 Thread Reda Aouad
Thank you all, but I already know the above params / functions. They don't fulfill my need. I still need multiple registrations per subscriber, but either one registration per user agent, or new registrations overwriting earliest ones. It seems I can't do that using usrloc or registrar modules for

Re: [SR-Users] XMPP module not passing subscribes coming from xmpp side

2012-03-02 Thread Dan-Cristian Bogos
SIP Express Router (SER) - >        Users   Mailing List" > Message-ID: >         > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > Is there a way to ensure single-registration per user-agent for a user, > which overwrites previous registration ?

Re: [SR-Users] Kamailio consumes memory

2012-03-02 Thread Klaus Darilion
See http://kamailio.org/dokuwiki/doku.php/troubleshooting:memory how to debug memory problems. Using "top" does not reveal memory problems, as Kamailio allocates the defined memory (shared + private per process) during startup. Thus, the system memory consumptions should be constant (except som

[SR-Users] Kamailio consumes memory

2012-03-02 Thread Martin Tichatschek
Hi everyone, I have a problem with Kamailio consuming memory. I started testing with Kamailio 3.2.1 upgraded to 3.2.2 and also tested 3.1.5, everywhere the same problem. Whereas Kamailio 1.5.0 is working fine. Kamailio -V shows the following: kamailio@test:~$ kamailio -V versi

Re: [SR-Users] Registration Limits

2012-03-02 Thread Daniel-Constantin Mierla
Hello, On 3/2/12 1:01 PM, Marius Zbihlei wrote: On 03/02/2012 12:44 PM, Reda Aouad wrote: Hi, Is there a way to ensure single-registration per user-agent for a user, which overwrites previous registration ? Or is there a way to limit the number of registrations per user, but overwriting the

Re: [SR-Users] Registration Limits

2012-03-02 Thread David J
Yes set max-contacts in usrloc module On Mar 2, 2012 5:45 AM, "Reda Aouad" wrote: > Hi, > > Is there a way to ensure single-registration per user-agent for a user, > which overwrites previous registration ? > Or is there a way to limit the number of registrations per user, but > overwriting the e

Re: [SR-Users] Registration Limits

2012-03-02 Thread Marius Zbihlei
On 03/02/2012 12:44 PM, Reda Aouad wrote: Hi, Is there a way to ensure single-registration per user-agent for a user, which overwrites previous registration ? Or is there a way to limit the number of registrations per user, but overwriting the earliest registration for each new one ? Hello,

[SR-Users] Registration Limits

2012-03-02 Thread Reda Aouad
Hi, Is there a way to ensure single-registration per user-agent for a user, which overwrites previous registration ? Or is there a way to limit the number of registrations per user, but overwriting the earliest registration for each new one ? Thanks, Reda _

Re: [SR-Users] XMPP module not passing subscribes coming from xmpp side

2012-03-02 Thread Pavel Segeč
Hi Dan, student of mine (Martin) realized that, but it was using Jabberd2 not opernfire XMPP server, because the Openfire did not register domain from the XMPP component correctly and did some other strange things. Here are parts of Martin communication http://comments.gmane.org/gmane.comp.voip.o

[SR-Users] XMPP module not passing subscribes coming from xmpp side

2012-03-02 Thread Dan-Cristian Bogos
Hey Guys, I was wondering if anyone having experience with using xmpp module as presence gateway between SIP and XMPP. I started evaluating it and till now got some weird results, not sure if it is just my setup which does not match the one widely used or the module is incomplete. Regarding my se

Re: [SR-Users] iOS push notification using Kamailio

2012-03-02 Thread Daniel-Constantin Mierla
Hello, On 3/2/12 2:28 AM, Krishna Kurapati wrote: Hi, I have been looking at the usrloc module's source code to see how the uuid that is sent in +sip.instance parameter in the Contact header. Apparently, the module ensures that only one contact per uuid exists. However the uuid is not stored

Re: [SR-Users] Limiting registrations to known users without auth

2012-03-02 Thread Daniel-Constantin Mierla
Hello, check_to() matches to see if the authenticated user is allowed to use the address in the To header, so it has to be called for authenticated requests. does_uri_exist() is checking to see if r-uri address is a valid local subscriber, but it does not have an option take it from To heade

Re: [SR-Users] Building Up a Kamailio Server

2012-03-02 Thread Daniel-Constantin Mierla
Hello, Kamailio is a SIP server, it has a module for gatewaying instant messaging and pressence to xmpp (see xmpp/pua_xmpp modules), but it cannot be used to register xmpp clients to it. You have to use a xmpp server for that (e.g., jabberd, prosody, ...). Cheers, Daniel On 3/1/12 8:46 PM,

Re: [SR-Users] DRouting cause Kamailio 3.2 to stop

2012-03-02 Thread Daniel-Constantin Mierla
By the way, in the config you sent in the very first email, you do do_routing("0"), but I could not see rules with id 0. Can you add such rules or use the id from the rules? Just to see if this is related or not, it should not crash even if the id is missing. Daniel On 3/1/12 3:52 PM, Fatima

Re: [SR-Users] DRouting cause Kamailio 3.2 to stop

2012-03-02 Thread Daniel-Constantin Mierla
Hello, looking at source code, the line from bt is just a '{'. The output of 'bt full' is truncated, you have to press 'Enter' several time to get the rest, until there is no more: ---Type to continue, or q to quit--- Anyhow, matchin on a '{' is strange, maybe we can get better hints fro