25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
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";