Created the viciagi.pm library and moved the agi functions out of vicidial.pm.

Updated the vicilib-testcode.pl to test both libraries.
Removed the GMT_USA_zip.txt and phone_codes_GMT.txt files as they are not downloaded from phonecodes.vicidial.com
Changed ADMIN_area_code_populate.pl so that it pulls the GMT_USA_zip.txt and phone_codes_GMT.txt files rom phonecodes.vicidial.com so we can update the data after a release incase area code data changes. This means that users do not need to update to the latest vicidial code to get changes to the area code data.


git-svn-id: svn://192.168.202.10@836 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mikec
2008-04-16 16:36:53 +00:00
parent 3707e23a9d
commit 32af9c8ff4
6 changed files with 172 additions and 42812 deletions
+1
View File
@@ -20,6 +20,7 @@ use strict;
use warnings;
use vicidial;
use viciagi;
use DBI;
# Test if get_date_hash_current is working