summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorIsmael Luceno2016-02-25 01:16:40 -0300
committerIsmael Luceno2016-02-25 01:16:40 -0300
commit101616a73fdeb2d2a51611a9947c2d3688b3fba8 (patch)
tree1aa1316cf5d24cb5bcefc7260529b32bd26a8301 /telephony
parent50895dc5cb1a46b6d48155872ee2fd87f914b054 (diff)
kamailio: new spell, Open Source SIP Server
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/kamailio/BUILD3
-rwxr-xr-xtelephony/kamailio/DEPENDS6
-rwxr-xr-xtelephony/kamailio/DETAILS26
-rw-r--r--telephony/kamailio/HISTORY3
4 files changed, 38 insertions, 0 deletions
diff --git a/telephony/kamailio/BUILD b/telephony/kamailio/BUILD
new file mode 100755
index 0000000000..451efd2867
--- /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 0000000000..cdbdfcb102
--- /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 0000000000..f325a96b1e
--- /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 0000000000..05d4f4dee3
--- /dev/null
+++ b/telephony/kamailio/HISTORY
@@ -0,0 +1,3 @@
+2016-02-24 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+