This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
prepare the kamailio db if it doesnt exist
KAZOO-5650
karl anderson
9 years ago
parent
0fbe7cf6a4
commit
68b39d4856
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
system/sbin/kazoo-kamailio
+ 3
- 0
system/sbin/kazoo-kamailio
View File
@ -31,6 +31,9 @@ prepare() {
if [ -e ${PID_FILE} ]; then
rm -rf ${PID_FILE}
fi
if [ ! -f /etc/kazoo/kamailio/db/kazoo.db ]; then
KazooDB -init /etc/kazoo/kamailio/kazoodb.sql
fi
RETVAL=$?
}
Write
Preview
Loading…
Cancel
Save