Dear all
While lots of request come to my Kamailio 3.1.x in the same time , server
is returning "500, Server Internal Error" to some of the request.
What should i do if i want to reduce the number of "500" response?
chanea
Hi All,
I am in process of integrating a sip server (Lync) with XMPP server
(kamailio).
Can a kamailio server be used as a sip to xmpp gateway and vice versa.
If i am using any other xmpp server and want to integrate with lync will
kamailio can be used as a gateway.
This integration is maily for IM and presence.
If it can be done what configuration should be done to kamailio.conf file.
Please provide the inputs. I am very much need of it. If anybody has done
already the above testing please provide DOCS.
Thanks in advance,
Vinay
Hi,
I have some nagios scripts binded to kamctl fifo commands, as well as some
web scripts that are directly calling kamctl fifo statements. I do not know
why, but it sometimes returns
** ERROR: Error opening Kamailio's FIFO /tmp/kamailio_fifo [1] => ** ERROR:
Make sure you have the line 'modparam("mi_fifo", "fifo_name",
"/tmp/kamailio_fifo")' in your config [2] => ** ERROR: and also have loaded
the mi_fifo module.
when it is called with web script with www-data account. From shell it
works everytime, but with web 20% of results are errors. Other 80% are
sucessful, so no problem with permissions.
Does mi_fifo support multiple access, are there any other limits in this
regard ? Within OS level?
kamailio-3.3.4
Thanks,
Mino
All,
We are working on a memcached module which uses the libmemcached
library, as opposed to the (no longer under active development)
libmemcache that the existing module depends on.
Am I correct in thinking that in this instance, it would be better to
create a brand new module (with a different name) rather than modify the
existing one? In addition to changing the dependency, we will also be
exporting new commands and potentially changing the format of the
exported PVs.
Regards,
Charles
--
www.sipcentric.com <http://www.sipcentric.com/>
Follow us on twitter @sipcentric <http://twitter.com/sipcentric>
Sipcentric Ltd. Company registered in England & Wales no. 7365592.
Registered office: Unit 10 iBIC, Birmingham Science Park, Holt Court
South, Birmingham B7 4EJ.
Hello,
We are using SQL Server 2008 as our database. When the sip_capture module tries to insert a row, the following error is given:
db_unixodbc [con.c:220]: unixodbc:SQLExecDirect=42000:1:156:[FreeTDS][SQL Server]Incorrect syntax near the keyword 'authorization'.
Using Kamailio 3.3.4.
Is there a way to force brackets around the column values?
Regards,
Grant
Hi,
this last weekend we went live from the old 3.0 version to the latest stable release of Kamailio (3,3,0). All went well, except for one issue. We make use of uac_replace_from in our config, in case a client needs CLIR: uac_replace_from("Anonymous","sip:anonymous@anonymous.invalid");
Since the upgrade we receive the following error:
uac [replace.c:521]: new URI shorter than old URI
Which causes the call to be disconnected after about 20/30 seconds. This, because the ACK is received by Kamailio, but cannot be 'linked' to the transaction i guess.
What is exactly causing this issue and, more importantly, is there any way to resolve this?
Thanks in advance,
Regards,
Ronald Voermans
Hello,
Can someone tell me which is executed first ?
the on reply route setup with t_on_reply() or the callbacks in the code
that allows the module dialog to insert the confirmed dialog into the
dialog table ?
Thanks,
David