diff options
Diffstat (limited to 'misc/callid/files/patch-src_call-logd')
-rw-r--r-- | misc/callid/files/patch-src_call-logd | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/callid/files/patch-src_call-logd b/misc/callid/files/patch-src_call-logd deleted file mode 100644 index 80d7e82a77d1..000000000000 --- a/misc/callid/files/patch-src_call-logd +++ /dev/null @@ -1,27 +0,0 @@ ---- sbin/call-logd.orig Tue Jan 3 22:45:53 2006 -+++ sbin/call-logd Tue Jan 3 22:51:33 2006 -@@ -33,13 +33,14 @@ - else{ - @cpn = split(' ', $grepS); - -- if ($phonenr eq ''){ -- $phonenr = "$cpn[3]"; -- }#end if phonenr -- -- else{ -- $msnnr = "$cpn[3]"; -- }#end else -+ if ($cpn[0] eq "[calling") { -+ if ($cpn[3] ne "(type=national,") { -+ $phonenr = "$cpn[3]"; -+ } -+ } -+ if ($cpn[0] eq "[called") { -+ $msnnr = "$cpn[3]"; -+ } - - - if ($msnnr eq ''){ - - - |