Hi
The setting "lookup_check_received" is documented here :
http://www.kamailio.org/docs/modules/4.4.x/modules/ims_usrloc_pcscf.html#idp44519300
But looking through the code I saw it's not used anymore, although
it can be passed as a parameter.
I was wondering if this is an accident or something
Hi
Increase fs.file-max in your /etc/sysctl.conf .
eg: fs.file-max = 5
And then do sysctl -p
Decrease SILENT_TIMEOUT in your rtpengine.conf (eg:SILENT_TIMEOUT=120) -
it's default 1 hour and if some calls don't have media then rtpengine
will just keep the UDP ports in use until this timeout exp
Hi,
Sipp might be able to handle 1000 simultaneous calls with media but with
a lot of packet loss , especially if you use its RTP echo feature
(-rtp_echo) .
The issue seems independent of kernel params or network card params.
I ran into this issue on a CentOS and Freeswitch offered much more
perfo
Hi
Try:
modparam("ims_registrar_pcscf", "is_registered_fallback2ip", 2)
http://www.kamailio.org/docs/modules/devel/modules/ims_registrar_pcscf.html#idp17383820
Use latest kamailio to date (4.4.3) or kamailio master.
Regards,
Dragos
On 19/09/2016 09:11, Owais wrote:
> Any ideas?
>
>
>
> --
>
Hi Jay,
Have you tried this ?
modparam("memcached", "stringify", 1)
http://www.kamailio.org/docs/modules/4.4.x/modules/memcached.html#memcached.p.stringify
Cheers,
Dragos
On 02/09/2016 03:45, jay binks wrote:
> if I use the memached module in kamailio to set STRING data in memcache,
> this is no
Hi Suresh,
I have checked the tarball for 4.4.2 since I was curious about your issue.
#!define FLT_DIALOG 2
modparam("ims_dialog", "dlg_flag", FLT_DIALOG)
These two lines are present in examples/scscf/kamailio.cfg, so it
shouldn't have run into that error.
Make sure you are running the right exa
Hi,
Try to pass
" --log-level=2 --log-facility=local7" from command line and set local7
to write to a file in your /etc/rsyslog.conf.
./rtpengine -h | grep log
-L, --log-level=INT Mask log priorities
above this level
--log-facility=daemon|local0|...|local7
Hi,
The backtrace is not very useful, there are no debugging symbols.
You probably installed a kamailio RPM on that machine. Try to compile
directly on the machine and reproduce.
Cheers,
Dragos
On 17/08/2016 14:16, Jonathan Hunter wrote:
> Hi guys,
>
> We seem to have a regular occurrence where
Hi,
It means the I-CSCF does not know about your S-CSCF or cannot reach it.
Check the diameter UAA message coming from HSS, it should contain an AVP
called Server-Name, with the value of S-CSCF.
Regards,
Dragos
On 17/08/2016 02:45, Rodrigo Moreira wrote:
> Hi,
>
> What is it means?
>
> Thank y
Hi,
Perhaps you could try adjusting your sysctl params:
Here are some values, but they should be adjusted for your machine:
net.core.rmem_max=16777216
net.core.wmem_max=16777216
net.ipv4.tcp_rmem=4096 87380 16777216
net.ipv4.tcp_wmem=4096 65536 16777216
net.ipv4.udp_mem=16777216 16777216 16777216
Hi
Did you use msg_apply_changes() before relaying the INVITE
?http://kamailio.org/docs/modules/4.1.x/modules/textopsx.html#textopsx.f.msg_apply_changes
Regards,Dragos
From: José Seabra
To: Kamailio (SER) - Users Mailing List
Sent: Monday, May 18, 2015 12:31 PM
Subject: [SR-Users] Fun
Hi
Are you behind NAT ?Do you see the INVITE on the bad trunk reaching the routing
script ?
Dragos
From: Ali Jibran
To: sr-users@lists.sip-router.org
Sent: Tuesday, April 21, 2015 3:19 PM
Subject: [SR-Users] UAC Module
Hi all.
I am using UAC module to establish two trunks to my pro
Hi Ethan,
What memcached library are you using with kamailio ?What version is you
kamailio ?I am sure that the memcached module is working with kamailio 4.0.2 .
Regards,Dragos
From: Ethan Brooks
To: sr-users@lists.sip-router.org
Sent: Friday, April 10, 2015 5:29 AM
Subject: [SR-Users] m
Hi Badri,
It can happen if you use sipp and you place calls (sending REGISTER before each
INVITE) with the same username.I found out that passing "-cid_str
somestring-%u-%s" to sipp helps.
Regards,Dragos
From: Daniel-Constantin Mierla
To: Kamailio (SER) - Users Mailing List
Sent: Frida
Hi all & hi Daniel ,
We had a crash with version 4.0.5 today .
I looks like it happens due to a race condition between a provisional response
(183) and the generation of a 408 .
We send the INVITE, get a `100 Trying` from upstream , then we get a `183
Session Progress` from upstream , then a
Hi
We experimented a crash with kamailio 4.0.5 , it looks like a memory corruption.
After an analyse of the core file, it appears that it crashed while doing a
str2int transformation (trying to convert the value of myvar to int):
if (($(dlg_var("myvar"){s.int}) == 0) && some_other_condition
nt,
and maybe that's why this bug was not spotted by the community before.
Just to clarify, this fix is in relation with this post:
http://lists.sip-router.org/pipermail/sr-dev/2014-February/022934.html
Please take into consideration the attached patch provided by the Libon Voice
Team.
Rega
Hello
Regarding the stuck dialog in state 5 , we had wait_ack = 1 ; we've put
wait_ack = 0 , and the cancelled dialog does not show in
the output of `kamctl mi dlg_list` anymore.
Regards,
Dragos
On Tuesday, November 26, 2013 9:32 AM, Guillaume Bour
wrote:
On 25/11/2013 21:35, Daniel-Const
Hello Everyone, Daniel,
This is directly related to the previous emails on this subject, sent by
Guillaume. I am adresing here the exact same issue, we work together.
The following piece of code is supposed to disconnect the previous call placed
by a user:
We save call-id,totag (if we have 1
Hi Daniel,
No, we don't see that kind of errors in the logs.
We will try to provide some logs as soon as we have something relevant.
Thank you!
Regards,
Dragos
From: Daniel-Constantin Mierla
To: Dragos Oancea ; Kamailio (SER) - Users Mailing List
Hi Daniel,
We are running Kamailio 4.0.3 . So it appears that yes, we have this commit.
Regards,
Dragos
From: Daniel-Constantin Mierla
To: Dragos Oancea ; Kamailio (SER) - Users Mailing List
Sent: Monday, September 30, 2013 4:06 PM
Subject: Re: [SR-Users
Thank you.
Regards,
Dragos Oancea
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello ,
Is the $DLG_lifetime supposed to be accessed in
theevent_route[tm:local-request] ?
We are trying to access it and it always reports null with kamailio 4.0.0 .
We found a reference about this here:
http://www.kamailio.org/pub/kamailio/3.3.3/ChangeLog
.
dialog(k): run event route
ntime.
Regards,
Dragos
From: Charles Chance
To: Dragos Oancea
Cc: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List
Sent: Friday, June 7, 2013 11:06 AM
Subject: Re: [SR-Users] memcache problem - reporting protocol error
The
27;s under heavy development.
Many thanks!
Regards,
Dragos
From: Charles Chance
To: Dragos Oancea
Cc: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List
Sent: Thursday, June 6, 2013 7:37 PM
Subject: Re: [SR-Users] memcac
since I could not reproduce exactly the problem so far ?
Regards,
Dragos
____
From: Charles Chance
To: Dragos Oancea ; Kamailio (SER) - Users Mailing List
Sent: Thursday, June 6, 2013 6:27 PM
Subject: Re: [SR-Users] memcache problem - reporting protocol error
Hello
We are having issues with the memcached module (Kamailio 4.0.0) .
All of a sudden we are getting this kind of messages in the logs, and the
values for the requested keys are not retrieved.
ALERT: memcached [memcached.c:189]: ALERT: memcached: mcm_fetch_cmd():1305:
memcache(4) protoc
Hi
Yes, Daniel , you are right.
Here is a backtrace from a SIP worker:
http://pastebin.com/t6XPQ6dx
Regards,
Dragos
From: Daniel-Constantin Mierla
To: Dragos Oancea ; Kamailio (SER) - Users Mailing List
Sent: Tuesday, April 30, 2013 8:28 PM
Subject: Re
,
Dragos
From: Daniel-Constantin Mierla
To: Dragos Oancea ; Kamailio (SER) - Users Mailing List
Sent: Tuesday, April 30, 2013 6:26 PM
Subject: Re: [SR-Users] dlg_end_dlg
Hello,
does it block for few seconds and then goes on, or it locks after
few
Hi everyone,
I believe I've run into a problem when using dlg_end_dlg (with mi_datagram )
called from an external perl script with perl_exec() .
Kamailio just locks after a while (few seconds) after disconnecting a call.
Some parts of my debug log can be found here:
http://pastebin.com/ANaTEifC
30 matches
Mail list logo