李君 wrote: > Hi,All, > > I wang to use AGI in asterisk1.4. > AGI file / myperl.agi > > #!/usr/bin/perl > use strict; > ...... > print STDERR "7. Testing GET VARIABLE..."; > print "GET VARIABLE EXTEN \"\"\n"; > my $result = <STDIN>; > &checkresult($result); > > ...... >
I don't know perl, but try either taking the escaped quotes out or surrounding EXTEN with them. -- Warm Regards, Lee _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
