Help for this page

Select Code to Download


  1. or download this
    INVITE   100  180  200
    INVITE   503 ACK
    
  2. or download this
    foreach $callid (sort keys %data1) {
         my @fields = join('', split(/[ +\t]/, @{$data1{$callid}}));
        print "@fields\n";
    }