Hi,
I have made the changes near print <<XMLPRINT; but i am getting error as:
Can't find string terminator "XMLPRINT" anywhere before EOF at ./employee.agi line 36.
User Profile
Collapse
-
how to write vxml in perl?
...Code:#!/usr/bin/perl # PERL MODULES WE WILL BE USING use DBI; use DBD::mysql; use Asterisk::AGI; $AGI = new Asterisk::AGI; # HTTP HEADER # Print "Content-type:text/vxml \n\n"; #CONFIG VARIABLES $platform="mysql"; $database="employeedet"; $host="localhost"; $port="3306"; $tablename="employee";
Last edited by eWish; Apr 21 '09, 03:15 AM. Reason: moved to perl forum. Also, please use the code tags
No activity results to display
Show More
Leave a comment: