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

2012-03-03 Thread Daniel-Constantin Mierla
Hello, the error says the username, password or IP address are invalid to connect to mysql -- access denied. There does not seem like being other connections using same db_url, check for typos in db_url parameter. Cheers, Daniel On 3/3/12 12:39 AM, Krishna Kurapati wrote: Hi all, I am try

Re: [SR-Users] Registration Limits

2012-03-03 Thread Daniel-Constantin Mierla
On 3/2/12 1:53 PM, Reda Aouad wrote: 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 d

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

2012-03-03 Thread Faisal Rehman
Hi Daniel, Okay I got it that Kamailio is a SIP server so it means that it can not behave as an independent XMPP server & for this I have to install a separate XMPP server like you've mentioned Jabber or something right?  Do I need to have MySQL support for the project that I want to do or it w

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

2012-03-03 Thread Faisal Rehman
Hi, Also here in the link http://kamailio.org/docs/modules/1.4.x/xmpp.html it is mentioned that Kamailio can work in two different modes: * XMPP Component Mode. In this mode, Kamailio connects to an XMPP server using the standardized XMPP component interface, extending your XMPP servic

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

2012-03-03 Thread Daniel-Constantin Mierla
Hello, On 3/3/12 12:39 PM, Faisal Rehman wrote: Hi, Also here in the link http://kamailio.org/docs/modules/1.4.x/xmpp.html it is mentioned that Kamailio can work in two different modes: * *XMPP Component Mode*. In this mode, Kamailio connects to an XMPP server using the standardize

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

2012-03-03 Thread Faisal Rehman
Hi Daniel, Thanks a lot for your assistance, so for server to server xmpp connection acceptance, can you please provide me any docs links or any configurations that you have so that I can alter to achieve my target.    Regards, Faisal Rehman From: Daniel-Con

[SR-Users] Facebook page for Kamailio

2012-03-03 Thread Olle E. Johansson
Just to make sure we're in the flow, I've started a Facebook page for Kamailio. http://www.facebook.com/kamailio Feel free to like it if you're a Facebook user. There's also a Google+ page. If you have news to share, you're welcome to add it on these pages. /O __

[SR-Users] TOS value in configuration

2012-03-03 Thread Olle E. Johansson
I've set tos=IPTOS_RELIABILITY in my configuration, which follows https://www.kamailio.org/wiki/cookbooks/3.2.x/core#tos which has the following examples: tos=IPTOS_LOWDELAY tos=0x10 tos=IPTOS_RELIABILITY but I get a configuration error: 0(45338) : [cfg.y:3501]: parse error in config

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

2012-03-03 Thread Krishna Kurapati
Hi, Thanks for the response. I looked at the DBURL and it looked just fine. I wanted to test and see if the module is reading the config param or not, I deliberately changed it to modparam("msilo", "db_url", "mysql://root:x@localhost/openser"); When I ran it, the logs shows the user as 'open

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

2012-03-03 Thread Krishna Kurapati
Further investigation into the issue revealed that the db_conn in the module_init is failing... When I commented out the code, the module is initialized ok. Not sure if this is will fine. #if 0 db_con = msilo_dbf.init(&ms_db_url); if (!db_con) { LM_ERR("fail