Skip to content

Commit

Permalink
Fixed the voicemail export script
Browse files Browse the repository at this point in the history
  • Loading branch information
sluther committed Oct 7, 2009
1 parent c6e80a2 commit 7a3d727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avscripts/scripts/agilevoice-export-vm
Expand Up @@ -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/voicemail_agilevoice.conf";
$vm_conf = "/etc/asterisk/voicemai.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
Expand Down

0 comments on commit 7a3d727

Please sign in to comment.