Hello,
Is kamctl utility version independent of the kamailio binary version?
# kamailio -V
version: kamailio 3.2.0 (x86_64/linux) 94d3b8
# kamctl version
/usr/sbin/kamctl 3.1.0
Just a typo i guess.
Regards,
Claudio
Hi,
I was using ndb cluster as the dabatase backend for my kamailio setup. The
thing is, mysql ndb cluster is difficult to maintain for me and it crashed
multiple times (desynchronization, datamemory limit reached, and other
strange reasons) and it is not that well documented (the user-base is quite
narrow). My question is, what mysql architecture would you recommend me, if
it has to be high available, well documented with various examples wihitn
the community, thus easy to maintain. DB has 5% writes, 100queries/sec. and
its size is 100MB.
Mino
I've asked a lot of question about Kamailio Dispatcher in front of
FreeSwitch in this mailing list. So I'm sorry that I'm still "spamming", but
it still fails.
This is my status so far.
When connecting 2 devices directly to FreeSwitch everything works. When
connecting to Kamailio, some calls fails with "Timeout" and some fails with
"Too many loops".
This is my kamailio.cfg: http://pastebin.com/KEuZmikh
When connected directly to FreeSwitch where everything works, this is how my
clients are registrered in FreeSwitch: http://pastebin.com/prkjkb7g
When connected to Kamailio where nothing works, this is how my clients are
registrered in FreeSwitch: http://pastebin.com/b5x6NZyv
215.197.145.132 (sip.my-domain.com) is my Kamailio.
pbx.my-domain.com is my FreeSwitch.
96.224.14.164 is my IP at home, where my 2 devices are from.
Can anyone help me out? I'm kinda lost at this point.
Hello,
this is a short notice to let everyone know that the GIT master branch
is open for commits of new features -- to be part of next major release
v3.3.0, as v3.2.0 has been officially released few moments ago.
From this moment on, master and 3.2 branches will diverge, 3.2 taking
in only bug fixes. So if you want to use stable release of existing
features, switch to branch 3.2. You can find guidelines of installing
branch 3.2 in the wiki site:
* http://www.kamailio.org/wiki/install/3.2.x/git
I spotted already a new module by one of the community members submitted
to the mailing list in the last days, related to presence extensions,
therefore looks like is going to be another great development cycle
until 3.3.0 will be out. Happy coding SIP routing extensions in SER and
Kamailio!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Dec 5-8, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda
Kamailio (OpenSER) SIP Server v3.2.0 is out – a major release with a
very large number of new features and improvements.
v3.2.0 release is a result of more than 10 months of development and 2
months of testing from the teams of Kamailio (OpenSER) and SIP Express
Router (SER) projects. In the year of the 10th celebration of our
project (http://sip-router.org/10-years-ser/), this version comes with
12 brand new modules in addition to a lot of fresh features in core and
old modules.
Full release notes, including links for download and documentation, are
available at:
* http://www.kamailio.org/w/kamailio-openser-v3-2-0-release-notes/
Many thanks to all developers and community members that made possible
this release.
Enjoy SIP routing in a more flexible and easier way with Kamailio v3.2.0!
--
Daniel-Constantin Mierla -- http://www.asipto.com
Hello,
short notice to let everyone know that the branch for 3.2.x release
series was created with the name 3.2.
For example, downloading sources from GIT and building Kamailio flavour
form this branch can be done with:
git clone --depth 1 git://git.sip-router.org/sip-router kamailio
cd kamailio
git checkout -b 3.2 origin/3.2
make FLAVOUR=kamailio cfg
make all
make install
The official release of 3.2.0 will follow just a bit later today.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.com
Kamailio Advanced Training, Dec 5-8, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda
I am building Kamailio 3.1.5 on Solaris 10 64bit environment and I am
getting this error.
yacc -d -b cfg cfg.y
"cfg.y", line 104: fatal: invalid escape, or illegal reserved word: expect
gmake: *** [cfg.tab.h] Error 1
I tried compiling with bison, but got errors immediately after getting
thru the yacc (I just issued ln -s /opt/csw/bin/bison /opt/csw/bin/yacc
and recompiled)
flex cfg.lex
CC (gcc) [kamailio] lex.yy.o
In file included from ip_addr.h:50:0,
from globals.h:37,
from cfg.lex:91:
ut.h: In function 'str2s':
ut.h:195:17: warning: variable 'init' set but not used
[-Wunused-but-set-variable]
cfg.lex: In function 'yylex':
cfg.lex:561:11: error: 'yylval' undeclared (first use in this function)
cfg.lex:561:11: note: each undeclared identifier is reported only once
for each function it appears in
cfg.lex:561:40: error: 'FORWARD' undeclared (first use in this function)
cfg.lex:562:40: error: 'FORWARD_TCP' undeclared (first use in this function)
cfg.lex:563:40: error: 'FORWARD_TLS' undeclared (first use in this function)
Thanks
Nathaniel L Keeling