View | Details | Raw Unified | Return to bug 91284
Collapse All | Expand All

(-)call-logd_new Tue Jan 3 22:51:33 2006 (-7 / +8 lines)
Lines 33-45 Link Here
33
      else{
33
      else{
34
       @cpn = split(' ', $grepS);
34
       @cpn = split(' ', $grepS);
35
35
36
         if ($phonenr eq ''){
36
       if ($cpn[0] eq "[calling") {
37
             $phonenr = "$cpn[3]";
37
          if ($cpn[3] ne "(type=national,") {
38
         }#end if phonenr
38
           $phonenr = "$cpn[3]";
39
39
          }
40
         else{
40
       }
41
           $msnnr = "$cpn[3]";                             
41
       if ($cpn[0] eq "[called") { 
42
         }#end else 
42
          $msnnr = "$cpn[3]";
43
       }
43
44
44
           
45
           
45
            if ($msnnr eq ''){
46
            if ($msnnr eq ''){

Return to bug 91284