Get the latest updates, by cloning the repository and
recompiling/reinstalling it.
$ git clone git://git.sip-router.org/kamailio kamailio
Regards,
Carlos
On Mon, May 12, 2014 at 2:21 PM, Rene Montilva wrote:
> Hi carlos,
>
> sorry my ignorance, where is it the master link?
>
> the test with on
Hi carlos,
sorry my ignorance, where is it the master link?
the test with only integers works perfect
On Sun, May 11, 2014 at 10:48 PM, Carlos Ruiz Díaz <
carlos.ruizd...@gmail.com> wrote:
> Yep, assignment failed because the variables contain floating point values
> and Kamailio does not hand
Hello,
On 12/05/14 17:29, Igor Potjevlesch wrote:
Hello Daniel,
Thank you for this feedback.
We are running 4.0.4 without custom module.
I do a sqlops request in a very small table (40 rows) but on each
REGISTER and INVITE.
The bigger table is “aliases” with 154k rows.
Can you highlight
Hello Daniel,
Thank you for this feedback.
We are running 4.0.4 without custom module.
I do a sqlops request in a very small table (40 rows) but on each REGISTER and
INVITE.
The bigger table is “aliases” with 154k rows.
Can you highlight me the particular bug concerned and corrected?
Hello,
what version are you using? Are you doing sql queries that return large
number of records (e.g., via sqlops)? Are you using any custom module
you developed?
The crash was fixed in master branch, but somehow forgotten to be
backported -- it is now in branch 4.1.
Cheers,
Daniel
On 12
Hello,
I had a memory issue this morning.
First, I could see the following logs in /var/log/message :
May 12 11:08:21 localhost /usr/local/sbin/kamailio[30268]: ERROR:
[rvalue.c:2370]: rval_expr_eval(): rv eval int expression: out of memory
May 12 11:08:25 localhost /usr/local/sbin/kamailio
Hi Daniel.
Hope your well? Thanks for the prompt response.
The indexing works great.
I can now pull the location records of multiple devices registered, however I
now need to modify only particular Request URI parameters when parallel forking
to the devices.
Is this best done on a per branch basi
Hello,
the last two stable branches are supported, currently being 4.1.x and
4.0.x. The very last one is the most active (4.1) and it is the
recommended one if you start a new deployment now.
Older versions are getting patches from time to time (e.g., 3.x), but
you have to maintain the insta
Hello,
Which versions of Kamailio (OpenSER) are officially supported (e.g.
actively patched) ?
Is there a list of EOL dates for all versions or what is the general rule?
Kind regards
Jan
--
*Jan **Gaida*
Ingeniero Desarrollo Software C/ Marconi 3 (PTM)
28760 Tres Cantos
Spain
jan.ga...@
On Mon, May 12, 2014 at 1:54 PM, Daniel-Constantin Mierla
wrote:
> The sdp itself is well formatted, but for repacketization I think there
> should be a new attribute:
>
> a=ptime:NNN
How can i add this attribute to the SDP from kamailio? Options for
rtpproxy_offer() and rtpproxy_answer() does ha
Hello,
dialog module is able to track only dialogs created by INVITE requests.
For management of SUBSCRIBE dialogs, you have to use presence server.
If you want keep some particular details on the subscribe dialogs, look
at htable module, you can use a key based on call-id (and eventual
from
Hello,
maybe kamailio is started by simply executing 'kamailio' -- then the pid
is not stored in pidfile and the service doens't see it running. You can do:
ps auxw | grep kamailio
to see if there are kamailio processes running. You can stop them with:
killall kamailio
Cheers,
Daniel
On 10
The sdp itself is well formatted, but for repacketization I think there
should be a new attribute:
a=ptime:NNN
Can you compare the sdp from a case when audio works ok agaist when it
is one way audio?
Also, you can look at rtp traffic -- rtpproxy can be started with min
and max port to use f
Hello,
if you look to remove the users from location, then you can use:
kamctl ul rm USERID
Cheers,
Daniel
On 12/05/14 08:26, Neville D'Souza wrote:
Hi,
I am having a slight issue with Kamilio server. How do I disconnect
users without restarting the server. When I run the command kamctl ul
Hi,
The network topology is :
SipSoftphone(caller)->kamailio/rtpproxy>Softswitch>sipGateway-->mobile
phone(callee)
The rtpproxy is managed in kamailio script by :
if (is_request()) {
if(has_totag()) {
if(check_route_param("nat=yes")) {
15 matches
Mail list logo