[SR-Users] sercmd compiles and installs as kamcmd for kamailio

2012-10-23 Thread Daniel-Constantin Mierla
Hello, short note to let everyone know that sercmd tool compiles and installs as kamcmd for flavour kamailio as of today in the master git branch. There was a conflict when trying to install both flavours from packages, because of overlapping sercmd file. I added a basic manpage for the too

[SR-Users] Kamailio Hosted Solutions

2012-10-23 Thread Satyajeet Thokchom
I am looking for hosted Kamailio Solutions for my VOIP calling app in android and iphone. I have the app ready and have even setup kamailio server in our rackspace cloud but there is many problems like one way calling, noisy calls, no call connection etc. (application VOIP library , we are using IM

Re: [SR-Users] Message Routing To/From Gateway

2012-10-23 Thread Ed Brady
I was able to resolve the issue by setting the return domain as a local domain alias. With the previous setting I had made to forward all non-local accounts to our gateway domain, this would allow the improper return domain to be seamlessly switched to the correct domain before being forwarded out

[SR-Users] Registering Phones

2012-10-23 Thread Re Alvarez
Hi I am setting Kamailio as SBC in my organization using Freeswitch as PBX. The integration between the two systems is working perfectly and now I am trying to add some CISCO 7970 phones to the mix. Here's a summary of the setup 1. Kamailio has 2 NICs (1 public, 1 private), RTPproxy is running 2

Re: [SR-Users] Entries in PUA List and RLS Watchers List

2012-10-23 Thread Sangeeta Shah
Can anyone provide any guidance on what the rls server_address and outboundproxy params values should be set to when using the kamailio server as a combined presence/rls/xcap server. I am not sure why - but the code seems to be looping in the following calls causing several hundreds rls_watchers a

Re: [SR-Users] Entries in PUA List and RLS Watchers List

2012-10-23 Thread Sangeeta Shah
Thanks for the response. I did drop the uniqueness on the expires_idx INDEX for the pua table. Now I see this error in the syslog: Oct 23 10:33:42 RCS-Presence /usr/local/sbin/kamailio[26439]: ERROR: db_mysql [km_dbase.c:122]: driver error on query: Duplicate entry '2ee709f03a582d75-26439@127.0.0.

Re: [SR-Users] getting siptrace error on start up

2012-10-23 Thread Christopher Holland
On 10/23/12 08:52, Daniel-Constantin Mierla wrote: Besides the right version, be sure the parameter value is integer. In the initial post is given the example: modparam("siptrace", "trace_to_database", "0") which makes "0" value a string, it should be: modparam("siptrace", "trace_to_database"

Re: [SR-Users] getting siptrace error on start up

2012-10-23 Thread Daniel-Constantin Mierla
Besides the right version, be sure the parameter value is integer. In the initial post is given the example: modparam("siptrace", "trace_to_database", "0") which makes "0" value a string, it should be: modparam("siptrace", "trace_to_database", 0) Cheers, Daniel On 10/23/12 3:09 PM, Marius Zb

Re: [SR-Users] getting siptrace error on start up

2012-10-23 Thread Marius Zbihlei
On 10/22/2012 11:37 PM, Christopher Holland wrote: getting this error: Hello, What version of Kamailio are you using, this parameter is available from 3.2 onwards. For building modules you can tune modules.lst as described here https://www.kamailio.org/wiki/install/devel/git#tuning_makefil