[Astpp-tracker] [ astpp-Support Requests-2980142 ] error in excuting perl scripts
Brought to you by:
darrenkw
From: SourceForge.net <no...@so...> - 2010-04-10 20:03:07
|
Support Requests item #2980142, was opened at 2010-03-31 12:17 Message generated for change (Comment added) made by darrenkw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994547&aid=2980142&group_id=205663 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Jeem94 (jeem94) >Assigned to: Aleph Communications (darrenkw) Summary: error in excuting perl scripts Initial Comment: Hi finally installed and can access the astpp web page. however when executing any of the cgi scripts of freeswitch, the following output shows up: ssw1# ./astpp-fs-xml.cgi "my" variable $count masks earlier declaration in same scope at /usr/local/lib/perl5/site_perl/5.10.1/ASTPP.pm line 806. "our" variable $shucks masks earlier declaration in same scope at /usr/local/astpp/astpp-common.pl line 4184. Interface language is set to: en Interface language is set to: en Connected to ASTPP Database! Connected to Freeswitch(TM) Database! DBI:mysql:database=freeswitchcdrdb;host=127.0.0.1 Connected to CDR Database! Destination = ssw1# ---------------------------------------------------------------------- >Comment By: Aleph Communications (darrenkw) Date: 2010-04-10 14:03 Message: That is the correct output when you're executing them from the command line. When Freeswitch calls them using mod_xml_curl it passes along the information telling the script what it's looking for. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=994547&aid=2980142&group_id=205663 |