Hello,
upon a process initiated before the summer during the IRC Devel Meeting,
when we started to look for refreshing the logo of Kamailio project, we
are now trying to finalize the decision and we are proposing a new logo
for Kamailio project.
The new proposed logo, as well as more details, can be seen at:
*
http://www.kamailio.org/w/2015/12/proposing-new-logo-for-kamailio-project/
We look forward to the feedback from community about this proposal - you
like it or not, is too similar with other logos, etc...
This announcement was sent to few of our mailing lists, but please reply
to sr-users(a)lists.sip-router.org, being something concerning the
community and definitely not something about development.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
Hello dear fellow developers,
I am new to Kamailio and to get started I followed the guide (http://www.kamailio.org/wiki/install/4.3.x/git)...
On the 3rd stage of the guide (3.Tuning Makefiles)
I changed "include_modules= db_mongodb" instead of "include_modules= db_mysql" and sucessfully compiled Kamailio...
I skipped stage 7 and followed this guide instead (http://www.kamailio.org/wiki/tutorials/kamailio-and-mongodb)
But at the stage 10 where I should add new account using command:
kamctl add test testpasswd test(a)mysipserver.com
I received an error:
ERROR: This command requires a database engine - none was loaded
Where was my mistake? What I did wrong?
Thanks in advance
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/431
Hello,
a short message to announces that the date and location for next
Kamailio World Conference were decided - May 18-20, 2016, in Berlin,
Germany.
Kamailio project is celebrating 15 years of development in 2016,
therefore we plan to have a special edition.
Website of the event and call for presentations will be launched very
soon. Meanwhile, if you haven't participated at a past edition, you can
check the previous edition website in order to get an idea about the
structure and content of the event:
- http://www.kamailioworld.com/k03/
Have a great week,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
Hi,
Not sure if this is a proper bug, but when I assign something to $fd, instead of replacement it just add that value to the end:
Let assume current $fd value is "mydomain.com"
if I do following:
$fd = "newdomain.com";
$fd changed to "mydomain.comnewdomain.com", but it should be "newdomain.com"
I believe this is not proper behavior.
Thank you!
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/428