Re: [SR-Users] Config changes needed from 4.4.2 to 4.4.3 (and a bug)

2016-09-26 Thread Daniel-Constantin Mierla
Hello, On 26/09/16 12:12, Sebastian Damm wrote: > Hi, > > Kamailio release 4.4.3 was tagged as a "bug fix release", no config > changes should be needed. no changes to good configs, but some bug fixes might reveal some invalid configs ... and, of course, from time to time might be regressions...

[SR-Users] Config changes needed from 4.4.2 to 4.4.3 (and a bug)

2016-09-26 Thread Sebastian Damm
Hi, Kamailio release 4.4.3 was tagged as a "bug fix release", no config changes should be needed. However, we had to change two things in our config file to get 4.4.3 running. I thought, I might share those on the list. 1) Defines must not have '-' in the names. In 4.4.2 we had a Define like th

Re: [SR-Users] config file error for kamailio wheezy

2016-01-07 Thread huseyin kalyoncu
btw there should be a db_mysql.so file in your module directory. if there isnt any than you should compile it in the src dir and place it under that directory. On Thu, Jan 7, 2016 at 7:58 PM, huseyin kalyoncu wrote: > hello > > your log file says: > > 0(4133) ERROR: [sr_module.c:565]: load_mod

Re: [SR-Users] config file error for kamailio wheezy

2016-01-07 Thread huseyin kalyoncu
hello your log file says: 0(4133) ERROR: [sr_module.c:565]: load_module(): could not find module in 0(4133) : [cfg.y:3432]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 114, column 12-21: failed to load module your config file is wrong. it should be "db_mysql.so

Re: [SR-Users] config file error for kamailio wheezy

2016-01-07 Thread Ramya Y
could any one help me with this. On Wed, Jan 6, 2016 at 11:15 PM, Ramya Y wrote: > Hi Daniel, > > Now i used single mpath: /usr/lib/i386-linux-gnu/kamailio/modules/ > > Still i am facing the same error. > > root@debian:/etc/kamailio# kamailio start > > loading modules under config path: > /usr/l

Re: [SR-Users] config file error for kamailio wheezy

2016-01-05 Thread Daniel-Constantin Mierla
On 29/12/15 12:20, Ramya Y wrote: > Hi, > > *I recently installed kamailio 4.1 on debian wheezy (i386)* > > > > Below are the list of modules in debian wheezy. > > > > > > root@debian:/etc/kamailio# find / -name modules > > /etc/modules > > /etc/initramfs-tools/modules > > /etc/gnome-vfs-2.

[SR-Users] config file error for kamailio wheezy

2015-12-29 Thread Ramya Y
Hi, *I recently installed kamailio 4.1 on debian wheezy (i386)* Below are the list of modules in debian wheezy. root@debian:/etc/kamailio# find / -name modules /etc/modules /etc/initramfs-tools/modules /etc/gnome-vfs-2.0/modules /lib/modules /usr/share/initramfs-tools/modules /usr/sh

Re: [SR-Users] Config debugging

2013-08-26 Thread Daniel-Constantin Mierla
Hello, from the log, the alias should be in r-uri unless there is a strict record router somewhere. You should post here the sip trace from invite to ack to look at the signaling. Cheers, Daniel On 8/26/13 7:50 PM, Marc Soda wrote: (Sorry for the double post) I trying to debug why Kamailio

[SR-Users] Config debugging

2013-08-26 Thread Marc Soda
(Sorry for the double post) I trying to debug why Kamailio is dropping certain ACKs. I have debug level set to 4 and cfgtrace on. The last thing I see in the log for my missing ACKs is: Aug 26 12:22:29 eng-reg1 kamailio: ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=789 a=16 n=if Aug 26

Re: [SR-Users] config test

2013-06-14 Thread Victor V. Kustov
Hello, Mino Haluz! >kamailio -c > > OK thank you. -- WBR, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation system: 3.9.4-calculate GNU/Linux ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-

Re: [SR-Users] config test

2013-06-14 Thread Mino Haluz
kamailio -c On Fri, Jun 14, 2013 at 9:29 AM, Victor V. Kustov wrote: > Hi all! > > Is check config without restart possible? > > -- > WBR, Victor > JID: coy...@bks.tv > JID: coy...@bryansktel.ru > I use FREE operation system: 3.9.4-calculate GNU/Linux > >

[SR-Users] config test

2013-06-14 Thread Victor V. Kustov
Hi all! Is check config without restart possible? -- WBR, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation system: 3.9.4-calculate GNU/Linux ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-u

Re: [SR-Users] config

2013-05-16 Thread Daniel-Constantin Mierla
Hello, On 5/16/13 4:23 PM, johnc wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, I nearly forgot, can you post your openrcs config ? at this moment is worked around the web interface system, there rest is just default config with pieces from the extra modules (e.g., websocke

[SR-Users] config

2013-05-16 Thread johnc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, I nearly forgot, can you post your openrcs config ? Many thanks, John -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJRlOvSAAoJELy1jPQ1KER7ju

Re: [SR-Users] Config include

2012-05-09 Thread Konstantin M.
Thank you, I found a logical error in order. Also would be good if lex parser can understand a wildmasks, like: include_file "modules/*.cfg"... 2012/5/9 Andrew Pogrebennyk > Konstantin, > > You should put the include_file directive after loadmodule and modparam > directives. So it can be either

Re: [SR-Users] Config include

2012-05-09 Thread Andrew Pogrebennyk
Konstantin, You should put the include_file directive after loadmodule and modparam directives. So it can be either before main route block or at the bottom of your main kamailio.cfg. On 05/09/2012 06:48 PM, Konstantin M. wrote: > After including a part of main config to included file -- I got a

Re: [SR-Users] Config include

2012-05-09 Thread Konstantin M.
After including a part of main config to included file -- I got a several errors like: 0(1582) ERROR: [cfg.y:3393]: cfg. parser: failed to find command is_method 0(1582) : [cfg.y:3532]: parse error in config file /opt/kamailio/etc/kamailio/debug.cfg, line 4, column 55: unknown command, missin

Re: [SR-Users] Config include

2012-05-09 Thread Konstantin M.
Hi Andrew, I have missed that. Thank you very much! 2012/5/9 Andrew Pogrebennyk > Hello, > It is already there, see > http://www.kamailio.org/dokuwiki/doku.php/core-cookbook:3.1.x > > On 05/09/2012 06:04 PM, Konstantin M. wrote: > > Hi, > > > > I would like (and a many people here I believe) to

Re: [SR-Users] Config include

2012-05-09 Thread Andrew Pogrebennyk
Hello, It is already there, see http://www.kamailio.org/dokuwiki/doku.php/core-cookbook:3.1.x On 05/09/2012 06:04 PM, Konstantin M. wrote: > Hi, > > I would like (and a many people here I believe) to have a functional of > including a multiple config files like (foe example asterisk's > #include

[SR-Users] Config include

2012-05-09 Thread Konstantin M.
Hi, I would like (and a many people here I believe) to have a functional of including a multiple config files like (foe example asterisk's #include "path/to/some/config.conf"). Is it possible to implement a such feature ? Thanks! ___ SIP Express Router