User Profile

Collapse

Profile Sidebar

Collapse
pramod1984
pramod1984
Last Activity: Apr 21 '09, 11:44 AM
Joined: Apr 19 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pramod1984
    replied to how to write vxml in perl?
    in Perl
    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.
    See more | Go to post

    Leave a comment:


  • pramod1984
    started a topic how to write vxml in perl?
    in Perl

    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";
    ...
    See more | Go to post
    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
Working...