Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-08-13 Thread Andreas Granig
Hi, Reviving this old thread, as we ran into the same issue as well. Turned out it was a small glitch in passing a pointer to the size variable to pcre, which was int instead of size_t, potentially causing stack overflows on 64bit machines and messing with the rule_id, so the entry got deactivated

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-07-01 Thread Juha Heinanen
Alexey Mechanoshin writes: > and if restart kamailio, again skipping from syslog: > skipping disabled = <1/5> > skipping disabled = <3/5> i tried again with your lcr table records (enclosed) and i do not get those skipping messages. i cannot do anything more unless i'm able to reproduce your p

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-22 Thread Alexey Mechanoshin
Ok, simple core install, to other host, Debian x64 squeeze from this: http://cdimage.debian.org/debian-cd/6.0.5/amd64/iso-cd/debian-6.0.5-amd64-netinst.iso #aptitude install mysql-server mc Create file and change: root@r59vsipgw:/etc/apt/sources.list.d# cat kamailio.list deb http://deb.kamailio.org

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-21 Thread Alexey Mechanoshin
I'm confused... I do not know what is wrong i my system. Ok, full info and full config (change my external IP in bind only). root@r59vredfs:~# echo $LANG *ru_RU.UTF-8* root@r59vredfs:~# LANG=C ; aptitude show kamailio Package: kamailio State: installed Automatically installed: no Version: 3.3.0+sq

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-21 Thread Juha Heinanen
Alexey Mechanoshin writes: > #mqldump openser lcr_gw lcr_rule lcr_rule_target > test2.sql > (change only external IP-s) i tried with test2.sql records and still i do not get any skipping messages to syslog. check that you are using kamailio 3.3. -- juha

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-21 Thread Alexey Mechanoshin
Stange ... root@r59vredfs:/tmp# /etc/init.d/kamailio restart Restarting Kamailio: loading modules under /usr/lib64/kamailio/modules_k/:/usr/lib64/kamailio/modules/ Listening on udp: xx.xxx.xxx.xxx:5060 udp: 192.168.101.50:5070 Aliases: udp: r59vredfs.kama.ocs

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-21 Thread Juha Heinanen
Alexey Mechanoshin writes: > Attached. with your records in lcr tables, i do not get any syslog message about skipping anything when lcr tables are reloaded. since you did: > INFO: lcr [lcr_mod.c:1493]: skipping disabled = <1/5> your tables are not the same. -- juha _

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-21 Thread Alexey Mechanoshin
Attached. 2012/6/21 Juha Heinanen > Alexey Mechanoshin writes: > > > And from tables: > > i need relevant rows of the tables as sql insert statements so that i > can install them easily into my db. > > -- juha > > ___ > SIP Express Router (SER) and Ka

Re: [SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-21 Thread Juha Heinanen
Alexey Mechanoshin writes: > And from tables: i need relevant rows of the tables as sql insert statements so that i can install them easily into my db. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.

[SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-20 Thread Juha Heinanen
Alexey Mechanoshin writes: > mysql> select * from lcr_rule where id=5; > ++++---+-+-+-+ > | id | lcr_id | prefix | from_uri | request_uri | > stopper | enabled | > ++++-

[SR-Users] Possible bad lcr module, after upgrade to 3.3.0 from 3.2

2012-06-20 Thread Alexey Mechanoshin
Hello. After upgrade kamailio and db, lcr module bad routing if entered *any value*to from_uri column in lcr_rule table: mysql> select * from lcr_rule where id=5; ++++---+-+-+-+ | id | lcr_id | prefix | from_uri