Re: [SR-Users] htable never

2015-10-07 Thread jh
I have not been able to tesr yet, but it may be that the htable entries that were added in event route disapeared because of htable reload. If so, it Would be nice if enent route would be re-run or if it would be possible to prevent reload affecting entries that do not originate from db. Juha > H

Re: [SR-Users] rfc: event route when kamailio starts

2015-10-07 Thread jh
> More or less what I want to ask here is whether the forking of the other > children should wait until the event_route[core:worker-one-init] is > finished (e.g., what is done in this event route is important before any > sip packet is routed) or just leave it like it is. I need htable initialize

[SR-Users] rtpengine offer does not replace o and c line addresses

2014-12-14 Thread jh
while doing some webrtc tests, i noticed that for some reason rtpengine_offer replace-session-connection replace-origin flags don't have any effect on the ip address (0.0.0.0) at o and c lines of the sdp. the debug is below. what is it that i'm missing? -- juha Dec 15 08:26:29 rautu /usr/bin/si

Re: [SR-Users] kamailio 4.0 crash at urecord wb_timer

2013-11-18 Thread jh
> One more thing, give also the output for: > > p *ptr > > in frame 0, if not printed by the bt full. (gdb) frame 0 #0 0xb56b41bd in wb_timer (_r=) at urecord.c:319 319 in urecord.c (gdb) p *ptr Cannot access memory at address 0x696c2f36 (gdb) -- juha __

Re: [SR-Users] kamailio 4.0 crash at urecord wb_timer

2013-11-18 Thread jh
> can you give also the output for 'bt full'? Is it latest from branch 4.0 > or what specific 4.0.x is? below is bt full. version is 4.0 branch from git as it was at about oct 22. -- juha Program terminated with signal 11, Segmentation fault. #0 0xb56b41bd in wb_timer (_r=) at urecord.c:319 31

[SR-Users] kamailio 4.0 crash at urecord wb_timer

2013-11-18 Thread jh
this kind of crash has occurred a few times now with kamailio 4.0: Program terminated with signal 11, Segmentation fault. #0 0xb56b41bd in wb_timer (_r=) at urecord.c:319 319 urecord.c: No such file or directory. (gdb) where #0 0xb56b41bd in wb_timer (_r=) at urecord.c:319 #1 0xb56a9602 in

Re: [SR-Users] no socket found for match second RR

2012-09-21 Thread jh
>> why does loose_route() not find the first alias? > loose_route() matches the alias as being local (myself condition), but > there is no relation between aliases and sockets, so searching a soket > using an alias value does not work. ok, but i don't understand what loose_route() has to do with

Re: [SR-Users] any easy way to access record-route URIs?

2012-09-21 Thread jh
> as i read in pv wiki and tested, $(hdr(Record-Route)[index]) returns ALL >> uris in r-r header number 'index'. what i tried to achieve, is to get >> from record-route or route headers uri number 'index' no matter how many >> uris are on one single header. > yes, probably you can script it in con