- or download this
PCSPLMNCallDataRecord
mSOriginating callPosition
+ 3'D
...
incomingRoute "BAPL01I"'S
callingPartyNumber 14xxxxxxxxxx'TBCD ((((Th
+is is the $msisdn line))))
calledPartyNumber 1xxxxxxxxF'TBCD
- or download this
#!/usr/bin/perl -w
use strict;
...
}
}
}
- or download this
if ($lines[43] || $lines[30] || etc... =~ "$msisdn")
- or download this
if ($lines[1] =~ "mSOriginating") {
if ($lines[43] =~ "mSOriginating") {
...
print "blah";
}
}
- or download this
if ($lines[30] =~ "$msisdn") {