You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 regels
268 B

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