Re: [SR-Users] RTPproxy on Kamailio 3.2.1 difficulty.

2012-01-09 Thread Sammy Govind
I'm not better at IPv6, not yet atleast but if the caller is getting a timeout response and you see repeated SIP traces for IPv6 Client then the obvious is that your server is trying to route the call to IPv6 client and there is not route to destination. Thats why packets are timed out. On Mon, J

Re: [SR-Users] app_lua coredump

2012-01-09 Thread noc
На Mon, 09 Jan 2012 11:07:03 +0100 Daniel-Constantin Mierla записано: > Indeed, lot of extensions can be done in Lua, at the end of the day, it > is a programming language, it can do lot of what C can do. I've managed to add sanity module to app_lua register method. Here is the patch attached.

Re: [SR-Users] Prepaid billing solution for a service provider

2012-01-09 Thread Manwe
El Thu, 05 Jan 2012 12:08:59 +0100 Carlo Dimaggio escribió: > Hi all, > > I'm working in a project for a service provider in which prepaid is an > essential requirement. They have about 12000 subscribers. > The core infrastructure will be Kamailio+RTPProxy while I have some > doubts about the

Re: [SR-Users] RTPproxy on Kamailio 3.2.1 difficulty.

2012-01-09 Thread nunu abe
Hi, Thank you for your swift response Sammy:) I am not sure what you meant about the tcpdump, but what I am doing is capturing packets with wireshark on the pseudo-device to get packets from both interfaces. So here is what I captured. I chopped off the messages I thought are irrelevant. T

Re: [SR-Users] RTPproxy on Kamailio 3.2.1 difficulty.

2012-01-09 Thread Sammy Govind
Hi again, How are you taking traces on Kamailio+rtpproxy server !? Since it has multiple interfaces and SIP packets maybe too big for default packet length in capture so what i do is. #tcpdump -i any -s 0 -w maycapture.pcap -v -i any [listens to both interfaces for traffic] -s 0 [let the leng

Re: [SR-Users] app_lua coredump

2012-01-09 Thread noc
На Mon, 09 Jan 2012 11:07:03 +0100 Daniel-Constantin Mierla записано: > > It seems at first glance that half of modules could be just replaced with > > small lua functions > > what is encouraging. > Indeed, lot of extensions can be done in Lua, at the end of the day, it > is a programming langu

Re: [SR-Users] Kamctl reload commands

2012-01-09 Thread Daniel-Constantin Mierla
Hello, On 1/5/12 12:22 PM, Uri Shacked wrote: Hi, i ask this not for sip affected problems. i what to load the information from the DB. while loading, i want the DB table to be locked for changes... i need to know when did the loading proccess ended in order to unlock the table. how do i

Re: [SR-Users] app_lua coredump

2012-01-09 Thread Daniel-Constantin Mierla
On 1/9/12 11:00 AM, n...@nelcom-voip.com wrote: На Mon, 09 Jan 2012 10:36:04 +0100 Daniel-Constantin Mierla записано: Hello, it should be fixed in 3.2 and master branches. The problem was that you registered auth api to Lua but you didn't load the auth module: 0(19347) DEBUG: [sr_modu

Re: [SR-Users] Topoh Log Warning

2012-01-09 Thread Daniel-Constantin Mierla
Hello, On 1/6/12 10:50 PM, Javier Vidal wrote: Hi Daniel, problem solved!!! thanks, was a bad REGISTER, i was wrong. Thank you welcome, jut keep the mailing list always on cc, to help others to look for solutions of similar cases. Cheers, Daniel El 06/01/2012, a las 19:34, Daniel-Co

Re: [SR-Users] app_lua coredump

2012-01-09 Thread noc
На Mon, 09 Jan 2012 10:36:04 +0100 Daniel-Constantin Mierla записано: > Hello, > > it should be fixed in 3.2 and master branches. The problem was that you > registered auth api to Lua but you didn't load the auth module: > > 0(19347) DEBUG: [sr_module.c:673]: find_export_record: > not fou

Re: [SR-Users] app_lua coredump

2012-01-09 Thread Daniel-Constantin Mierla
Hello, it should be fixed in 3.2 and master branches. The problem was that you registered auth api to Lua but you didn't load the auth module: 0(19347) DEBUG: [sr_module.c:673]: find_export_record: not found 0(19347) ERROR: app_lua [../../modules/auth/api.h:150]: unable to find bind_auth

Re: [SR-Users] app_lua coredump

2012-01-09 Thread noc
На Thu, 05 Jan 2012 11:49:49 +0100 Daniel-Constantin Mierla записано: > Hello, > > the debug symbols are missing, I will try to reproduce myself. I've managed to build it with debug symbols included. #0 0x in ?? () #1 0xb70b121c in lua_sr_maxfwd_process_maxfwd (L=0xa1b77c0) at app_l