lazedo
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
kamailio/db_scripts/db_kazoo-specific
|
|
|
@ -14,7 +14,7 @@ EOF |
|
|
|
sql_setup() { |
|
|
|
DB_KAZOO_LOCATION=${DB_KAZOO_LOCATION:-/etc/kazoo/kamailio/db} |
|
|
|
mkdir -p ${DB_KAZOO_LOCATION} |
|
|
|
KazooDB ${DB_KAZOO_LOCATION}/kazoo.db < $1 |
|
|
|
KazooDB -db ${DB_KAZOO_LOCATION}/kazoo.db < $1 |
|
|
|
} |
|
|
|
|
|
|
|
sql_header() { |
|
|
|
|