diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-09-19 18:02:46 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-09-19 18:02:46 +0000 |
commit | bb2f76c9c33a3256bd267ab6fb8358f804e99adf (patch) | |
tree | 3ada8ebff8508ae60067d85dd4711f2d022f9068 /net/kamailio/files/kamailio.in | |
parent | Update to 2.0.0. (diff) |
New port: net/kamailio 4.1.6
Kamailio is an open source SIP proxy server that is capable of
handling thousands of up calls in a second. Among the features
it provides, are support for TCP, UDP and SCTP, secure communication
via TLS for VoIP (voice, video), accounting, the most popular open
source databases and much more.
Originally starting out as the SIP Express Router (SER) project by
the Fraunhofer Society in 2001, the design team got together in
2008, merged old and new source code and rebranded SER to Kamailio.
WWW: http://www.kamailio.org/
PR: 181301
Submitted by: Oliver Mahmoudi <olivermahmoudi@gmail.com>
Reviewed by: marino
Diffstat (limited to 'net/kamailio/files/kamailio.in')
-rw-r--r-- | net/kamailio/files/kamailio.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net/kamailio/files/kamailio.in b/net/kamailio/files/kamailio.in new file mode 100644 index 000000000000..c642807d0dc6 --- /dev/null +++ b/net/kamailio/files/kamailio.in @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD: net/kamailio/files/kamailio.in +# +# PROVIDE: kamailio +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf to enable this service +# at system startup: +# +# kamailio_enable (bool): Set to NO by default. +# Set it to YES to enable kamailio. +# + +. /etc/rc.subr + +name=kamailio +rcvar=kamailio_enable + +load_rc_config ${name} + +: ${kamailio_enable:=NO} + +command="/usr/local/sbin/kamailio" +required_files="/usr/local/etc/kamailio/kamailio.cfg" + + +run_rc_command $1 |