|
- #!/usr/bin/perl
- #
-
- require '/usr/local/majormin/libUTILSgeneral.pl';
- require '/usr/local/majormin/web-lib.pl';
-
-
- my %hash_call;
- $hash_call{'call_id'}= $ARGV[0];
- # my @calls = &getRecordXML("./runningCalls.xml", "call", "call_id", $hash_call{'call_id'} );
- print "ciao";
|