Re: [SR-Users] dispatcher, LCR, carrierroute or mtree?

2011-10-03 Thread Morten Isaksen
You can reload from command line with kamctl fifo mt_reload /Morten On Tue, Oct 4, 2011 at 2:07 AM, Skyler wrote: > Hi Daniel, > >  Does mt_reload need to be run upon adding/removing entries in db? If > so, is there a way to run mt_reload automatically every so often via > kamailio.cfg? What w

Re: [SR-Users] dispatcher, LCR, carrierroute or mtree?

2011-10-03 Thread Skyler
Hi Daniel, Does mt_reload need to be run upon adding/removing entries in db? If so, is there a way to run mt_reload automatically every so often via kamailio.cfg? What would I be searching in docs to find an example of that? Cheers, Skyler On Mon, 2011-10-03 at 18:14 +0200, Daniel-Constantin

Re: [SR-Users] kamailio sip-capture error on compile

2011-10-03 Thread Jeff Anderson
I have been following this document ( http://code.google.com/p/homer/wiki/HOWTO) to build the homer server. I receive the warning message on step 8. I don't specifically know if sip-capture is or is not working. I know that my sip traffic is making it to the server but it is not getting imported in

Re: [SR-Users] kamailio sip-capture error on compile

2011-10-03 Thread Andrew Pogrebennyk
Jeff, On 10/03/2011 08:45 PM, Jeff Anderson wrote: > I am trying to get kamailio sip-capture up and running for use with homer. I > can get the service to start but i receive the following error. > > [root@homer kamailio]# /usr/local/sbin/kamailio -c > loading modules under > /usr/local/lib/kamai

Re: [SR-Users] db_text

2011-10-03 Thread Bruno Bresciani
Hello, sorry but I can't understand when you wrote: "ok, you didn't say and it didn't match the sources." I'm going to upgrade and test this fix... Thank's a lot by your attention Best Regards 2011/10/3 Daniel-Constantin Mierla > Hello, > > > On 10/3/11 7:17 PM, Bruno Bresciani wrote: > >

Re: [SR-Users] db_text

2011-10-03 Thread Daniel-Constantin Mierla
Hello, On 10/3/11 7:17 PM, Bruno Bresciani wrote: Hello, I wrote a if condition below this line to know where dtp->prev was being initialized. ok, you didn't say and it didn't match the sources. Hopefully the issue is fixed, you have to upgrade to latest git branch 3.1 to get the fix: htt

[SR-Users] kamailio sip-capture error on compile

2011-10-03 Thread Jeff Anderson
I am trying to get kamailio sip-capture up and running for use with homer. I can get the service to start but i receive the following error. [root@homer kamailio]# /usr/local/sbin/kamailio -c loading modules under /usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/ 0(10208) WARNIN

Re: [SR-Users] db_text

2011-10-03 Thread Bruno Bresciani
Hello, I wrote a if condition below this line to know where dtp->prev was being initialized. dtp = (dbt_table_p)shm_malloc(sizeof(dbt_table_t)); *if (dtp->prev){ LM_DBG("dtp->prev was initialized") }* Analysing the trace of kamailio, the condition is true only to subscriber table. I can't g

Re: [SR-Users] New to Kamailio - make problem

2011-10-03 Thread Timo Reimann
Hey Peter, Am 01.10.2011 um 04:34 schrieb Peter Schrock: > I am assuming you are talking about mysql. I downloaded a dmg from the mysql > site (which has been all that helpful as far as finding what I need). I am > using Server version: 6.0.11-alpha MySQL Community Server (GPL). Using MacPort

[SR-Users] Combining Dispatcher and NAT_Helper modules.

2011-10-03 Thread Henrik Aagaard Sørensen
I'm currently having a Kamailio running as load balancer, at it works most of the time. But sometimes fails due to NAT issues. This is my config: http://pastebin.com/8F8X45xh Can someone help me combine the NAT_Helper module into this config? It's not the variables to set or RTPProxy, but in the

Re: [SR-Users] dispatcher, LCR, carrierroute or mtree?

2011-10-03 Thread Daniel-Constantin Mierla
Hello, what I use in such case is a combination between mtree and dispatcher. DIDs are matched against mtree and as a result on successful match is the ID to use with dispatcher to find where to relay/redirect it. Cheers, Daniel On 10/3/11 9:23 AM, Skyler wrote: Hi all, I need to setup a

Re: [SR-Users] db_text

2011-10-03 Thread Daniel-Constantin Mierla
Hello, the latest 3.1 branch as in db_text/dbt_tb.c following line: dtp = (dbt_table_p)shm_malloc(sizeof(dbt_table_t)); Where is the line you refer to dpt->prev? Can you copy&paste it here. Cheers, Daniel On 10/3/11 2:20 PM, Bruno Bresciani wrote: Hello ALL, Someone knows why at line 14

Re: [SR-Users] Incoming calls question

2011-10-03 Thread Javier Vidal -- Quasar
Thanks! 2011/10/3 Morten Isaksen : > Hi, > > We use carrierroute in this scenario and it works great. > > You could also use htable to do the same. > > The drawback is that you need to reload the whole routetable in > carrierroute every time you change an entry. > > /Morten > > On Mon, Oct 3,

Re: [SR-Users] Incoming calls question

2011-10-03 Thread Morten Isaksen
Hi, We use carrierroute in this scenario and it works great. You could also use htable to do the same. The drawback is that you need to reload the whole routetable in carrierroute every time you change an entry. /Morten On Mon, Oct 3, 2011 at 1:56 PM, Javier Vidal -- Quasar wrote: > i have a

[SR-Users] db_text

2011-10-03 Thread Bruno Bresciani
Hello ALL, Someone knows why at line 149 in .../kamailio-3.1.2/modules_k/ db_text/dbt_tb.c the shm_malloc function sometimes allocates memory to dtp->prev but sometimes doesn't? I'm asking this question because when the subscriber table is being loading to shared memory in db_text module, dtp->pre

[SR-Users] Incoming calls question

2011-10-03 Thread Javier Vidal -- Quasar
i have a question, i have to make a system to recieve several calls and the same time, and depending of destination DDI i have to rewrite the URI's IP. I am not going to have Registered users, only IP validation. The question is: What is the better way to consult thousands DDIs and get the IP fro

[SR-Users] Kamailio Developer Seminar, Oct 24-24, San Francisco

2011-10-03 Thread Daniel-Constantin Mierla
Hello, the place and date for Kamailio/SER Developer Seminar have been set: San Mateo (just south of San Francisco, CA, in the nearby of international airport), for one day and a half, Oct 24-25, 2011. I posted more details, including about content and registration, at: * http://www.kamai

Re: [SR-Users] new wiki system

2011-10-03 Thread Daniel-Constantin Mierla
Hello, On 10/3/11 11:09 AM, Jon Bonilla (Manwe) wrote: El Mon, 03 Oct 2011 11:02:51 +0200 Daniel-Constantin Mierla escribió: Hello, I installed a new wiki site, targeting to collect documentation for upcoming v3.2.0 and further releases. You can find it at: * http://www.kamailio.org/wik

Re: [SR-Users] new wiki system

2011-10-03 Thread Manwe
El Mon, 03 Oct 2011 11:02:51 +0200 Daniel-Constantin Mierla escribió: > Hello, > > I installed a new wiki site, targeting to collect documentation for > upcoming v3.2.0 and further releases. You can find it at: > >* http://www.kamailio.org/wiki/ > > Hopefully, it will make the process of

[SR-Users] alphabetic indexes for module parameters, functions, ...

2011-10-03 Thread Daniel-Constantin Mierla
Hello, for the last versions the alphabetic indexes were not generated - there were different people doing that in the past, using various self-written tools. For upcoming version, 3.2.0, I spend some time to structure the docbook files for modules in order to be easier to get from them the n

[SR-Users] new wiki system

2011-10-03 Thread Daniel-Constantin Mierla
Hello, I installed a new wiki site, targeting to collect documentation for upcoming v3.2.0 and further releases. You can find it at: * http://www.kamailio.org/wiki/ Hopefully, it will make the process of updating/migrating the relevant documentation from old wiki (http://www.kamailio.org/d

Re: [SR-Users] limiting concurrent calls with dialog module

2011-10-03 Thread Manwe
El Sun, 02 Oct 2011 21:03:38 -0500 Graham Wooden escribió: > Hi Uri, > > I just got done tailoring this exact concept with the dialog module (you may > have just read my posts). > Two tips here: Due to a couple of bugs in the dialog module I'd suggest you to run this code after the user auth

[SR-Users] dispatcher, LCR, carrierroute or mtree?

2011-10-03 Thread Skyler
Hi all, I need to setup an inbound DID router for 8 proxies and ~300 DID's. Very simple, a call comes in from pstn > kamailio looks up DID for exact match in mysql > returns location > If db result returns noservice redirect to 1.2.3.4 else remain in call-flow and send to destination. Having a fa

[SR-Users] limiting concurrent calls with dialog module

2011-10-03 Thread Uri Shacked
Hi, Thanks for the help. The idea of using SQLOPS for many things crossed my mind ButI am using ACC with DB, Dialog with DB and so... isnt it too much? i mean for load and capacity reasons? BR, Uri ___ SIP Express Router (SER) and Kamailio (Ope