[SR-Users] R: R: R: R: lcr module: strip and tag

2011-04-27 Thread Alida - Danilo SMALDONE
Thanks Ovidiu lcr_rule_target id lcr_idrule_id gw_id priority weight 1 1 21 1 1 lcr_rule id lcr_id prefixfrom_uri stopper enabled 2 10971 -1

Re: [SR-Users] R: R: R: lcr module: strip and tag

2011-04-27 Thread Ovidiu Sas
LCR tables, of course: http://www.kamailio.org/docs/modules/3.1.x/modules/lcr.html#id2551334 http://www.kamailio.org/docs/modules/3.1.x/modules/lcr.html#id2499833 http://www.kamailio.org/docs/modules/3.1.x/modules/lcr.html#id2501638 Regards, Ovidiu Sas On Wed, Apr 27, 2011 at 11:28 AM, Alida - D

[SR-Users] R: R: R: lcr module: strip and tag

2011-04-27 Thread Alida - Danilo SMALDONE
I'm sorry... which tables? -Messaggio originale- Da: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] Per conto di Juha Heinanen Inviato: mercoledì 27 aprile 2011 15:28 A: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) -Users Mailing List

[SR-Users] R: R: lcr module: strip and tag

2011-04-27 Thread Juha Heinanen
Alida - Danilo SMALDONE writes: > Thanks for your replies > > Here you are Juha no, you have not yet shown your tables and i'll offline for the next 24 hours or so. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list s

[SR-Users] R: R: lcr module: strip and tag

2011-04-27 Thread Alida - Danilo SMALDONE
Thanks for your replies Here you are Juha xlog("L_WARN", "ENTRO IN ROUTE LCR ** \n"); xlog("L_WARN","test before call load_gws() ruri='$ru'\n"); if (!load_gws(1)) { . . . . . . if (next_gw())

[SR-Users] R: lcr module: strip and tag

2011-04-27 Thread Juha Heinanen
Alida - Danilo SMALDONE writes: > Here you are… no, i asked you to check request uri before calling load_gws() and check how your tables look like. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-

[SR-Users] R: lcr module: strip and tag

2011-04-27 Thread Alida - Danilo SMALDONE
Here you are… gw_uri_avp[0]='1|1|3|774|1171521237|172.16.10.200|5060||1|0' -> what does 1171521237 means? I never entered this value Kamailio 3.1 installed from rpm on Centos The modified route route[LCR] { xlog("L_WARN", "ENTRO IN ROUTE LCR

[SR-Users] lcr module: strip and tag

2011-04-27 Thread Juha Heinanen
> I've some understanding problem on lcr module. based on info you gave, i cannot say anything. check how your request uri looks like when you call load_gws() and after you have called next_gw() and check how your tables look like. there is no need to inspect the internal avps unless you suspec

Re: [SR-Users] perlvdb error

2011-04-27 Thread Daniel-Constantin Mierla
Can you try with tcp disabled? i.e., disable_tcp=yes in your config file. Might be the way the module is initialized for tcp handling. Cheers, Daniel On 4/26/11 4:05 PM, Roman Yeryomin wrote: On 26 April 2011 11:58, Daniel-Constantin Mierla wrote: On 4/21/11 2:21 PM, Roman Yeryomin wrote:

[SR-Users] lcr module: strip and tag

2011-04-27 Thread Alida - Danilo SMALDONE
Hello, I've some understanding problem on lcr module. I've this route route[LCR] { xlog("L_INFO", "ENTRO IN ROUTE LCR ** \n"); if (!load_gws(1)) { sl_send_reply("503", "Unable to load gateways"); exit;