Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread dotnetdub
On 25 November 2010 17:38, marius zbihlei wrote: > On 11/25/2010 07:32 PM, dotnetdub wrote: > > Hi Marius, >>> >> >> I hope this is what your after! >> >> (gdb) add-symbol-file /lib/kamailio/modules/topoh.so >> 0xb7004000+0x1d30 >> add symbol table from file "/lib/kamailio/modules/topo

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread Daniel-Constantin Mierla
On 11/25/10 6:38 PM, marius zbihlei wrote: On 11/25/2010 07:32 PM, dotnetdub wrote: Hi Marius, I hope this is what your after! (gdb) add-symbol-file /lib/kamailio/modules/topoh.so 0xb7004000+0x1d30 add symbol table from file "/lib/kamailio/modules/topoh.so" at

Re: [SR-Users] Segmentation fault when loading dialplan

2010-11-25 Thread Daniel-Constantin Mierla
On 11/25/10 4:54 PM, Javier Gallart wrote: Hi Daniel I completely reinstalled the OS and installed the latest kamailio git, but the problem persists, although no core is generated now. Apparently it does not depend on the db engine, same thing happens for mysql and postgres. You can see the

Re: [SR-Users] Crash

2010-11-25 Thread Daniel-Constantin Mierla
Looks very likely to be this one fixed by Andrei and cherry-picked by me in 3.1 branch: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=292bab78715749066db5693b22b490fcbcfa4e4a Cheers, Daniel On 11/25/10 12:18 PM, michel freiha wrote: Dear Daniel, We are using the tarball

Re: [SR-Users] Crash

2010-11-25 Thread michel freiha
Daniel, one last question...3.1 branch is the git version of 3.1.0 or we have to wait till 3.1.1? Thanks On Thu, Nov 25, 2010 at 1:27 PM, Daniel-Constantin Mierla wrote: > Looks very likely to be this one fixed by Andrei and cherry-picked by me > in 3.1 branch: > > http://git.sip-router.org/cg

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread marius zbihlei
On 11/25/2010 07:32 PM, dotnetdub wrote: Hi Marius, I hope this is what your after! (gdb) add-symbol-file /lib/kamailio/modules/topoh.so 0xb7004000+0x1d30 add symbol table from file "/lib/kamailio/modules/topoh.so" at .text_addr = 0xb7005d30 (y or n) y

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread dotnetdub
> > Hi Marius, >> > > I hope this is what your after! > > (gdb) add-symbol-file /lib/kamailio/modules/topoh.so > 0xb7004000+0x1d30 > add symbol table from file "/lib/kamailio/modules/topoh.so" at > .text_addr = 0xb7005d30 > (y or n) y > Reading symbols from /lib/kamailio/modules/topoh.so...d

Re: [SR-Users] Segmentation fault when loading dialplan

2010-11-25 Thread Javier Gallart
Hi Daniel I completely reinstalled the OS and installed the latest kamailio git, but the problem persists, although no core is generated now. Apparently it does not depend on the db engine, same thing happens for mysql and postgres. You can see the full log here: http://pastebin.ca/2002031 The arc

Re: [SR-Users] SIP between IPv4 and IPv6 agents

2010-11-25 Thread Klaus Darilion
On 25.11.2010 10:43, Komáromi Péter wrote: Hello! Now I try to install kamailio 3.1 on the basis of Daniel guide (Install And Maintain Kamailio (OpenSER) v3.1.x From GIT). It's quiet ok, but in the 9. point, when it says "The init.d script can be used to start/stop the Kamailio (OpenSER) serve

Re: [SR-Users] db_flatstore not loading

2010-11-25 Thread Javier Gallart
Hi Daniel working now...Thanks! Regards Javi On Wed, Nov 24, 2010 at 10:42 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > fetch the latest git version of branch 3.1 and try again. It proved that > the function to bind to DB API v1 used by k modules was no longer exporte

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread marius zbihlei
Also don't forget (gdb)info registers Thank you Marius Hi Marius, I hope this is what your after! (gdb) add-symbol-file /lib/kamailio/modules/topoh.so 0xb7004000+0x1d30 add symbol table from file "/lib/kamailio/modules/topoh.so" at .text_addr = 0xb7005d30 (y or n) y Rea

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread dotnetdub
On 25 November 2010 12:33, marius zbihlei wrote: > On 11/25/2010 01:31 PM, dotnetdub wrote: > > > There are 36 section headers, starting at offset 0x17b34: > > Section Headers: > [Nr] Name TypeAddr OffSize ES Flg Lk > Inf Al > [ 0] NULL

Re: [SR-Users] SIP Softphone with RPID and PAI

2010-11-25 Thread Klaus Darilion
You can try todays release of QjSimple 0.6.5: http://www.ipcom.at/telefonie/qjsimple/ It allows you to specify 2 arbitrary headers to be added to the INVITE. regards Klaus Am 23.11.2010 19:58, schrieb Uriel Rozenbaum: Hey Guys, I was wondering if anyone knows some Windows Based softphone to d

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread marius zbihlei
On 11/25/2010 01:31 PM, dotnetdub wrote: There are 36 section headers, starting at offset 0x17b34: Section Headers: [Nr] Name TypeAddr OffSize ES Flg Lk Inf Al [ 0] NULL 00 00 00 0 0 0 [ 1] .hash

[SR-Users] Kamailio crash

2010-11-25 Thread michel freiha
Dear Daniel, Do you mean by Kamailio 3.1 branch the git of kamailio 3.1.0 or the future version 3.1.1 that will be published? Regards ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread dotnetdub
On 25 November 2010 11:00, marius zbihlei wrote: > On 11/25/2010 12:07 PM, marius zbihlei wrote: > > On 11/25/2010 12:00 PM, dotnetdub wrote: > > > > On 24 November 2010 07:10, Daniel-Constantin Mierla wrote: > >> If you don't have the mask ip to your host ip (kamailio listening ip) like >> Alex

Re: [SR-Users] Crash

2010-11-25 Thread Alex Balashov
A number of significant things have been fixed in the git master branch since the 3.1.0 tarball, but all or some of those fixes have also been backported to the 3.1 branch. I do not know if they have been generated into new Kamailio 3.1.0 tarballs in www.kamailio.org/pub per se, but daily buil

Re: [SR-Users] Crash

2010-11-25 Thread michel freiha
Dear Daniel, We are using the tarball version 3.1.0...Do you think this is fixed in git 3.1.0 or have to wait till 3.1.1? Regards On Thu, Nov 25, 2010 at 1:07 PM, Daniel-Constantin Mierla wrote: > this seems to me like something already fixed after 3.1.0. You haven't > said what version are y

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread dotnetdub
On 25 November 2010 10:07, marius zbihlei wrote: > On 11/25/2010 12:00 PM, dotnetdub wrote: > > > > On 24 November 2010 07:10, Daniel-Constantin Mierla wrote: > >> If you don't have the mask ip to your host ip (kamailio listening ip) like >> Alex pointed, do you have a core dump from where you c

Re: [SR-Users] Crash

2010-11-25 Thread Daniel-Constantin Mierla
this seems to me like something already fixed after 3.1.0. You haven't said what version are you running, is it git stable branch or tarball? Cheers, Daniel On 11/25/10 10:05 AM, michel freiha wrote: hello Daniel...thanks for replying...Please find below the core file content [r...@tunnel bi

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread marius zbihlei
On 11/25/2010 12:07 PM, marius zbihlei wrote: On 11/25/2010 12:00 PM, dotnetdub wrote: On 24 November 2010 07:10, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: If you don't have the mask ip to your host ip (kamailio listening ip) like Alex pointed, do you have a core du

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread marius zbihlei
On 11/25/2010 12:00 PM, dotnetdub wrote: On 24 November 2010 07:10, Daniel-Constantin Mierla > wrote: If you don't have the mask ip to your host ip (kamailio listening ip) like Alex pointed, do you have a core dump from where you can send the backtrace?

Re: [SR-Users] SIP Router 3.03 topoh

2010-11-25 Thread dotnetdub
On 24 November 2010 07:10, Daniel-Constantin Mierla wrote: > If you don't have the mask ip to your host ip (kamailio listening ip) like > Alex pointed, do you have a core dump from where you can send the backtrace? > > Cheers, > Daniel > > Hi Alex/Daniel, so THe IP of this SIP proxy is x.x.x.11

Re: [SR-Users] SIP between IPv4 and IPv6 agents

2010-11-25 Thread Komáromi Péter
Hello! Now I try to install kamailio 3.1 on the basis of Daniel guide (Install And Maintain Kamailio (OpenSER) v3.1.x From GIT). It's quiet ok, but in the 9. point, when it says "The init.d script can be used to start/stop the Kamailio (OpenSER) server in a nicer way. A sample of init.d script

Re: [SR-Users] Crash

2010-11-25 Thread michel freiha
hello Daniel...thanks for replying...Please find below the core file content [r...@tunnel bin]# gdb /usr/local/sbin/kamailio core.19935 GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.2) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later