PLugin updated
Here are some extra things in this data that was not in the documentation, and how I interpreted it.
Please add the relevant plugin to the forum please.
• There are calls that show as “i” or “s” as the extension. It seems that another call follow it directly that is a valid call. You can drop these records with a plugin rule that checks if your extension is “i" or “s” and then delete the record.
• To detect internal calls, the plugin will try and check the number and extension and the channel to try and get it identified. The Trunk will be changed to “INTERNAL” in those cases.
• Some calls seems to have a routing digit in front of the number so it will start with 30xxxxxxxxx and other will just be 0xxxxxxxxx. Use a plugin rule that checks if the Number starts with 30 and change it to 0.
• There are some incoming calls that Show a trunk as Local/ext@ (local/107@) and the extension shows as 7xx. This call is then usually followed by another call record that has the same details and the correct extension. These might be a record for the trunk side of the call and the following record the extension side of the call. If you do not want to see those calls you can use a plugin rule to drop calls where the extension starts with a 7.
• There are sometimes calls with a number as 5xxx and the trunk shows as SIP/0xxxxxxxxx. I don’t know what they are so I am just displaying them as they are.
• I don’t know what the ‘FMGL’ and ‘FMPR’ calls are but I see the value added to the front in the extension and the Trunk sometimes. If you want to strip it, you will have to add a plugin rule to strip it. This might be related to Call Group or Ring group. Since I see unanswered calls for the same extension and number. Then it followed by a different extension and an answered call.
• I added Unasnwered Action types
Rules to manipulate the raw data
- Code: Select all
Internal=1
0=NUMBER|STARTS|3|<BLANK>|FALSE
1=NUMBER|STARTS|00|0|FALSE
2=EXTENSION|STARTS|s|DELETE||FALSE|TRUE|ANY
3=EXTENSION|STARTS|i|DELETE||FALSE|TRUE|ANY
4=LINE|EQUALS|SIP/012434|INTERNAL|FALSE
5=LINE|EQUALS|SIP/100-00|INTERNAL|FALSE
You do not have the required permissions to view the files attached to this post.