Hello,
the only patch that could fix such situation lately was in tel2uri()
function, are you using it? In the backtrace I didn't see a tel uri.
Cheers,
Daniel
On 09/06/14 20:57, Andrés Souto wrote:
Hello again,
I have tested right now if it still reproduces with the current last
branch 4.
Hello,
if you can reproduce it, set:
memdbg=1
memlog=1
in kamailio.cfg and run again. Then send me all the messages from syslog
file related to this execution.
Cheers,
Daniel
On 09/06/14 20:46, Andrés Souto wrote:
Hello,
yes, I'm still have the core file. The issue reproduces always with
Hello again,
I have tested right now if it still reproduces with the current last branch
4.1 git version and it seems to work. Tomorrow I'll do more testing but
probably it is already fixed by 94ebfb5d5973ed59de84ca0e0c87052b4c80f9de.
2014-06-09 20:46 GMT+02:00 Andrés Souto :
> Hello,
>
> yes,
Hello,
the $ru should be the same as $tu in this case. $ru will change when the
message loops back and there is a lookup("location") in the config, but
in the callback you don't get it.
If you really want to get the content of the sip MESSAGE request sent
out, you can find it in the t->uac[0
Hello,
yes, I'm still have the core file. The issue reproduces always with this
configuration.
2014-06-09 18:08 GMT+02:00 Daniel-Constantin Mierla :
> Hello,
>
> do you still have the core file for inspection? Can the issue be
> reproduced?
>
> Cheers,
> Daniel
>
>
> On 29/05/14 12:18, Andrés
On 06/09/2014 06:16 PM, Daniel-Constantin Mierla wrote:
> Hello,
Hi,
> ps->req is null, because there is no incoming request, but you should have
> ps->rpl available if there is a 200ok.
Which is my case! Only triggered once a 200ok has been received! Anyway it
seems to work because the event
Hello,
ps->req is null, because there is no incoming request, but you should
have ps->rpl available if there is a 200ok.
Cheers,
Daniel
On 09/06/14 18:12, Roberto Fichera wrote:
On 06/09/2014 06:03 PM, Roberto Fichera wrote:
Hi,
On 06/09/2014 05:49 PM, Daniel-Constantin Mierla wrote:
Hel
On 06/09/2014 06:03 PM, Roberto Fichera wrote:
Hi,
> On 06/09/2014 05:49 PM, Daniel-Constantin Mierla wrote:
>> Hello,
>
> Hi,
>
>> On 09/06/14 17:41, Roberto Fichera wrote:
>>> [...]
>>>
your patch seems a bit to complex -- I didn't figure out why you store the
message in pkg memory.
Hello,
the mailing list for iptel.org free sip service is at:
- http://lists.iptel.org/mailman/listinfo/services
Cheers,
Daniel
On 29/05/14 04:58, Tommy Yan wrote:
Dear Sir/Madam,
We setup the Linksys SPA3000 to make a call via IPTEL.ORG in between
my family members around the world.
But rec
Hello,
do you still have the core file for inspection? Can the issue be reproduced?
Cheers,
Daniel
On 29/05/14 12:18, Andrés Souto wrote:
Hello,
Kamailio crashes with this message:
May 29 12:03:45 kamfree-manager kamailio[8705]: :
[mem/q_malloc.c:159]: qm_debug_frag(): BUG: qm_*: prev. frag
Hello,
On 30/05/14 08:22, baje...@itplus.in wrote:
Hi,
I am first in kamailio,I have installed the kamailio from source code
and added a user using kamctl,Now I can connect with that user from
soft phone.
My task is making a Load balancer and fail over for asterisk servers,
I have some oth
On 06/09/2014 05:49 PM, Daniel-Constantin Mierla wrote:
> Hello,
Hi,
> On 09/06/14 17:41, Roberto Fichera wrote:
>> [...]
>>
>>> your patch seems a bit to complex -- I didn't figure out why you store the
>>> message in pkg memory.
>>
>> Ok! So I will need to shm_malloc() the memory in such case,
Hello,
can you try with an alternative tool such as byacc?
You can enforce it from command line with:
YACC=byacc make ...
On the other hand, if you run the command in the terminal, isn't make
jumping over it?
Cheers,
Daniel
On 30/05/14 12:14, ashwin wrote:
Hi,
I tried to compile Kamailio
Hello,
On 09/06/14 17:41, Roberto Fichera wrote:
[...]
your patch seems a bit to complex -- I didn't figure out why you
store the message in pkg memory.
Ok! So I will need to shm_malloc() the memory in such case, right?
I don't get why you need to do that at all. If you need to access from,
On 06/09/2014 05:16 PM, Daniel-Constantin Mierla wrote:
> Hello,
Hi,
> your patch seems a bit to complex -- I didn't figure out why you store the
> message in pkg memory.
Ok! So I will need to shm_malloc() the memory in such case, right?
> Also, you change to use Call-ID from database, any rea
Hello,
messages that were sent by msilo are coming from your IP, you can skip
setting the failure route for them:
if(src_ip != myself) t_on_failure("FAIL_MESSAGE");
Cheers,
Daniel
On 03/06/14 23:38, Marc M. wrote:
Hi,
I have a Kamailio 3.2 setup up and running.
Recently I configured msilo
Hello,
if kamailio is starting, then it should be connected.
Do you see any error messages in syslog?
Cheers,
Daniel
On 07/06/14 10:41, yann christophe wrote:
Hello,
I have two machines , kamailio 1.1.1.1 and redis 1.1.1.2
this is my configuration in the kamailio.cfg for redis:
modparam("n
Hello,
your patch seems a bit to complex -- I didn't figure out why you store
the message in pkg memory.
Also, you change to use Call-ID from database, any reason for that?
MESSAGE request doesn't create a dialog and reusing call-id later can
result in side effects if the CSeq overlaps or is
On 06/09/14 10:52, Alexey Rybalko wrote:
> Hello to all!
>
> I encountered strange issue with rtpengine: voice during a call is heard
> like random binary data. (Video freezes during a video call). _It goes
> fine during 2-3 seconds_ before the media flow becomes glitched. It's
> related to SRTP c
Hi All,
I'm trying to add an event route to be execute for each successfully delivered
message
from msilo module, but I'm still not getting running the event route I have
defined for it
in the script.
If someone can have a look at the patch and give me some hint would be really
great.
Thanks
Hello,
the patch will be on 4.1.4.
Can you give the 'bt full' for the new coredump file?
Also, locate where is variable 't' available in a frame and do in that
frame:
set print elements 2000
p *t
p *t->uas.request
Cheers,
Daniel
On 09/06/14 10:14, Igor Potjevlesch wrote:
Hello Daniel,
Hello Daniel,
New occurrence happened on Saturday.
I got the following information according to your previous email:
(gdb) p *msg->pai
$2 = {type = HDR_PAI_T, name = {
s = 0x7f6a60cd34b8 "P-Asserted-Identity:
\"0123456789\"\r\nContact:
\r\nAllow: INVITE, BYE, REGISTER, ACK, OPTIONS,
CA
On 08 Jun 2014, at 19:18, <542153...@qq.com> wrote:
> Hi,I installed kamailio . The user of other sip proxy server can call me
> ,but I can not call them.I??want to call them ,how to config it ?
Hi!
Kamailio is configured in kamailio.cfg and is all about routing of SIP
messages. Read
Hi,I installed kamailio . The user of other sip proxy server can call me
,but I can not call them.I??want to call them ,how to config it ?___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://
24 matches
Mail list logo