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
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
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
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
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
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.
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"
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
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