Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Updated the voicemail export script
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
avscripts/scripts1.6/agilevoice-export-vm
|
@@ -8,7 +8,7 @@ use DBI; |
|
|
$table_name = "ab_voip_vm"; |
|
|
# the path to the extensions.conf file |
|
|
# WARNING: this file will be substituted by the output of this program |
|
|
$vm_conf = "/etc/asterisk/voicemai.conf"; |
|
|
$vm_conf = "/etc/asterisk/voicemail.conf"; |
|
|
# the name of the box the MySQL database is running on |
|
|
$hostname = "%%AGILE_DB_HOST%%"; |
|
|
# the name of the database our tables are kept |
|
|