With latest master compiling failed when compiling kamcmd on FreeBSD-11.0.
```
clang -g -m64 -DNAME='"kamcmd"' -DSRNAME='"kamailio"' -DVERSION='"1.5"' -D__OS_freebsd -DRUN_DIR='"/var/run/kamailio/"' -DUSE_READLINE -DMOD_NAME="utils/kamcmd" -c parse_listen_id.c -o parse_listen_id.o
clang -g -m64 -DNAME='"kamcmd"' -DSRNAME='"kamailio"' -DVERSION='"1.5"' -D__OS_freebsd -DRUN_DIR='"/var/run/kamailio/"' -DUSE_READLINE -DMOD_NAME="utils/kamcmd" -c kamcmd.c -o kamcmd.o
kamcmd.c:46:10: fatal error: 'readline/readline.h' file not found
#include <readline/readline.h>
^
1 error generated.
gmake[3]: *** [../../src//Makefile.rules:100: kamcmd.o] Error 1
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/920
Module: kamailio
Branch: master
Commit: 66cc8e3616d938ddd8aec747661c4682061fae73
URL: https://github.com/kamailio/kamailio/commit/66cc8e3616d938ddd8aec747661c468…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2017-01-09T21:03:25+01:00
README minor fixes
---
Modified: README
---
Diff: https://github.com/kamailio/kamailio/commit/66cc8e3616d938ddd8aec747661c468…
Patch: https://github.com/kamailio/kamailio/commit/66cc8e3616d938ddd8aec747661c468…
---
diff --git a/README b/README
index 7fee64e..965d6dc 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-Kamailio v4.4
+Kamailio v5.0
=============
-http://www.kamailio.org
+https://www.kamailio.org
Table of contents
I. About Kamailio
@@ -55,7 +55,7 @@ barrier, presence server, application server, IMS server or PSTN gateway guard
II. Feature List
================
-Please visit http://www.kamailio.org/ for the most up-to-date feature list.
+Please visit https://www.kamailio.org/ for the most up-to-date feature list.
Note that as features easily are added as modules, changes can occur quickly.
Most of Kamailio's features are implemented as plug-in modules. See
@@ -67,7 +67,7 @@ III. Getting started
The documentation wiki is an important source of tutorials for installing
and understanding how Kamailio works:
- * http://www.kamailio.org/wiki/
+ * https://www.kamailio.org/wiki/
The INSTALL document provides more details and guidelines that will help with
the installation.
@@ -86,7 +86,7 @@ IV. About kamailio.org
The Kamailio project has roots in a line of projects starting with SIP Express
Router, then OpenSER and now Kamailio. A merge project was started during the
fall of 2008 by developers from the OpenSER project, recently renamed to
-Kamailio.org and SIP Express Router (SER) from iptel.org.
+Kamailio.org, and SIP Express Router (SER) from iptel.org.
Kamailio is the result of a merge of the code base and years of experience from
both developer teams. During the development of the release 4.0, autumn-winter
@@ -106,7 +106,7 @@ To receive feedback to your inquiries, we recommend you to subscribe
to the sr-users mailing list and post your queries there. This mailing
list is set up for mutual help by the community of Kamailio users and developers.
To participate in the mailing list, subscribe at the following web address:
- http://lists.sip-router.org/mailman/listinfo/sr-users
+ https://lists.sip-router.org/mailman/listinfo/sr-users
The IRC channel #kamailio on freenode.net is a place where to meet and discuss
with other members of Kamailio community.
@@ -120,18 +120,18 @@ documentation or other resources that could help the project.
For code contributions, follow the suggestions provided at:
- * http://www.kamailio.org/wiki/devel/git-commit-guidelines
+ * https://www.kamailio.org/wiki/devel/git-commit-guidelines
The recommended way to contribute code is via pull requests to Kamailio
project on Github:
- * https://github.com/kamailio
+ * httpss://github.com/kamailio
VII. More Information
=====================
Most up-to-date information is always available at our website,
- http://www.kamailio.org/
+ https://www.kamailio.org/
Particularly, it includes:
- administrator's guide
@@ -140,3 +140,6 @@ Particularly, it includes:
- installation guidelines (INSTALL)
- download links
- etc.
+
+You can also follow us on Twitter as @kamailioproject and like us on Facebook
+to get regular updates.
Hi!
Going through some documentation I found this as compiler requirements:
- gcc or icc : gcc >= 2.9x; 3.[12] recommended (it will work with older version
but it might require some options tweaking for best performance)
I guess we need to add CLANG - anyone who can provide me with some text?
/O
Hello Everyone,
Is possible add PORT parameter into connection string in kamctl ? We use pgpool with pgsql and it use custom port. Right now impossible use kamctl without it.
Thanks.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/916