Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (101616a73fdeb2d2a51611a9947c2d3688b3fba8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (101616a73fdeb2d2a51611a9947c2d3688b3fba8)
  • Date: Thu, 25 Feb 2016 04:24:50 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
telephony/kamailio/BUILD | 3 +++
telephony/kamailio/DEPENDS | 6 ++++++
telephony/kamailio/DETAILS | 26 ++++++++++++++++++++++++++
telephony/kamailio/HISTORY | 3 +++
5 files changed, 41 insertions(+)

New commits:
commit 101616a73fdeb2d2a51611a9947c2d3688b3fba8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kamailio: new spell, Open Source SIP Server

diff --git a/ChangeLog b/ChangeLog
index d73ef5b..739824e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-02-25 Ismael Luceno <ismael AT sourcemage.org>
+ * telephony/kamailio: new spell, Open Source SIP Server
+
2016-02-21 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-apps/kwave: added, sound editor

diff --git a/telephony/kamailio/BUILD b/telephony/kamailio/BUILD
new file mode 100755
index 0000000..451efd2
--- /dev/null
+++ b/telephony/kamailio/BUILD
@@ -0,0 +1,3 @@
+cd "$SOURCE_DIRECTORY" &&
+make cfg &&
+make
diff --git a/telephony/kamailio/DEPENDS b/telephony/kamailio/DEPENDS
new file mode 100755
index 0000000..cdbdfcb
--- /dev/null
+++ b/telephony/kamailio/DEPENDS
@@ -0,0 +1,6 @@
+depends flex &&
+depends bison &&
+depends SSL &&
+depends curl &&
+depends libxml2 &&
+depends pcre
diff --git a/telephony/kamailio/DETAILS b/telephony/kamailio/DETAILS
new file mode 100755
index 0000000..f325a96
--- /dev/null
+++ b/telephony/kamailio/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=kamailio
+ VERSION=4.3.4_src
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://www.${SPELL}.org/pub/${SPELL}/4.3.4/src/${SOURCE}
+
SOURCE_HASH=sha512:7054f11b812d6454b625c9577f11933f4545bf95ddd5341d4c8f9f8df0b71c5690f53d3aa8409035797cfdd7312304b1049dec4e4aa5e3db545deb93c3bf8ef1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-4.3.4"
+ WEB_SITE="http://www.kamailio.org/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20160224
+ KEYWORDS=""
+ SHORT="Open Source SIP Server"
+cat << EOF
+Kamailio is an open source implementation of a SIP Signaling Server. SIP
+is an open standard protocol specified by the IETF. The core specification
+document is RFC3261.
+
+The Kamailio SIP server is designed for scalability, targeting large
+deployments (e.g. for IP telephony operators or carriers, which have a large
+subscriber base or route a big volume of calls), but can be also used in
+enterprises or for personal needs to provide VoIP, Instant Messaging and
+Presence. Kamailio is well known for its flexibility, robustness, strong
+security and the extensive number of features - for more information,
+please see:
+
+ http://www.kamailio.org/w/features/
+EOF
diff --git a/telephony/kamailio/HISTORY b/telephony/kamailio/HISTORY
new file mode 100644
index 0000000..05d4f4d
--- /dev/null
+++ b/telephony/kamailio/HISTORY
@@ -0,0 +1,3 @@
+2016-02-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (101616a73fdeb2d2a51611a9947c2d3688b3fba8), Ismael Luceno, 02/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page