<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CallRecordMaster</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>Recent changes to CallRecordMaster</description><atom:link href="https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 18 Jul 2012 21:02:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v32
+++ v33
@@ -54,6 +54,8 @@
 
 ***WholesalePrice*** | numeric(19, 7) | No Nulls | This is the price you carrier charged you for this call. This value might be supplied in the CDR your carrier sends you. This information can be used for profit analysis reporting.
 
+***RoutingPrefix*** | varchar(10) | Nulls Allowed | Optional. You can supply it or we can parse it from DestinationNumber using '#' as a separator. We use routing prefix for rating and [Carrier Reconciliation].
+
 ***RowID*** | integer | Auto-increment | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Wed, 18 Jul 2012 21:02:36 -0000</pubDate><guid>https://sourceforge.netdaba8c320b502da80275b3816017176689c6c56d</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v31 
+++ v32 
@@ -34,7 +34,7 @@
 
 ***CNAMFee*** | numeric(9, 9) | No Nulls | This is the CNAM dip fee applied to the call.
 
-***LRNFee*** | numeric(9, 9) | No Nulls | This is the CNAM dip fee applied to the call.
+***LRNFee*** | numeric(9, 9) | No Nulls | This is the LRN dip fee applied to the call.
 
 ***RetailRate*** | numeric(9, 7) | No Nulls | This is the per-minute rate applied to the call.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 17 May 2012 19:56:07 -0000</pubDate><guid>https://sourceforge.net6de43eb75d8f820836ae6913fc94d816bd2d44dc</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v30 
+++ v31 
@@ -18,7 +18,7 @@
 
 ***Direction*** | char(1) | Nulls Allowed | This field is optional but if you do know it, send it in. If you are populating this field, use "I" for incoming calls and "O" for outgoing calls.
 
-***SourceIP*** | vachar(15) | Nulls Allowed | This field is optional at the moment. We may use this field to determine the CustomerID if the CustomerID field is blank/null.
+***SourceIP*** | vachar(15) | Nulls Allowed | This field is optional. We may use this field to determine the CustomerID if the CustomerID field is blank/null.
 
 ***OriginatingNumber*** | varchar(50) | No Nulls | This field is required. It should be in E.164 format. If it cannot be supplied in E.164 then scripting in the rating engine may attempt to convert it to E.164. This field can also be used to help determine the CustomerID.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 17 May 2012 19:54:52 -0000</pubDate><guid>https://sourceforge.nete487b6edf0dfa703d1570af2f210a18759e37987</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v29 
+++ v30 
@@ -1,24 +1,22 @@
-***This is a first-release of the documentation. Additional detail will be added as the project matures.***
-
-***CRM*** stands for 'CallRecordMaster'. This is where the CDR will go after they have been rated. Depending on your actual call volume, you may decide to partition this table on day, month or year of the CallDateTime field.
-
+***CRM*** stands for 'CallRecordMaster'. This is where the CDR will go after they have been rated. Depending on your actual call volume, you may decide to partition this table on the day, month or year of the CallDateTime field.
+
 This page describes the columns in this table.
 
 ***Column*** | Data type | Nulls | Description
 
 ***CallID*** | varchar(100) | No Nulls | This should contain the same unique CallID your CDR source uses so you can reference the original record if you ever need to. This value must be unique amongst all your CDR.
 
 ***CustomerID*** | varchar(15) | Nulls Allowed | This field is optional though if you do have the value, we recommend supplying it. Alternatively, we might be able to determine the CustomerID by other fields on the CDR, i.e. SourceIP, OriginationNumber, DestinationNumber, SAP ID, etc.
 
 ***CallType*** | smallint | Nulls Allowed | Please see [Call Types] for more information. If you do not know this value, use null and we will attempt to derive it from other fields in the CDR.
 
-***CallDateTime*** | timestamp | No Nulls | This is the date/time the call was initiated.
+***CallDateTime*** | timestamp | No Nulls | This is the date/time the call was connected.
 
 ***Duration*** | integer | No Nulls | This is the raw duration, in seconds, of the call. We will convert it to 'Billed Duration' during rating.
 
 ***BilledDuration*** | integer | No Nulls | During rating, we use the raw duration, apply the billing intervals to it and calculate the new BilledDuration of the call.
 
-***Direction*** | char(1) | Nulls Allowed | This field is optional for any records where you specify the CallType. If you send in a null CallType then we need this field populated so we can try to determine/derive the CallType. If you are populating this field, use "I" for incoming calls and "O" for outgoing calls.
+***Direction*** | char(1) | Nulls Allowed | This field is optional but if you do know it, send it in. If you are populating this field, use "I" for incoming calls and "O" for outgoing calls.
 
 ***SourceIP*** | vachar(15) | Nulls Allowed | This field is optional at the moment. We may use this field to determine the CustomerID if the CustomerID field is blank/null.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 17 May 2012 19:54:22 -0000</pubDate><guid>https://sourceforge.net946cad9190ece05a2d701e9b6aaf2eff3c6847b7</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v28 
+++ v29 
@@ -65,3 +65,5 @@
 
 
 ***Follow us on twitter*** to receive new feature notifications: http://www.twitter.com/opencdrrate/
+
+***Join our LinkedIn group*** to open discussions on features you would like to see in the system. http://www.linkedin.com/groups/OpenCDRRate-4381972
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 05 Apr 2012 16:53:31 -0000</pubDate><guid>https://sourceforge.netc3a21ed0caa62e811e9898bc7da5135b4729228f</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v27 
+++ v28 
@@ -62,3 +62,6 @@
 If you have any questions, please contact [Support].
 
 -The OpenCDRRate team.
+
+
+***Follow us on twitter*** to receive new feature notifications: http://www.twitter.com/opencdrrate/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 29 Mar 2012 16:41:36 -0000</pubDate><guid>https://sourceforge.netcfe416f31cb2fd633a037f72d4c902add07c739f</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v26 
+++ v27 
@@ -10,7 +10,7 @@
 
 ***CustomerID*** | varchar(15) | Nulls Allowed | This field is optional though if you do have the value, we recommend supplying it. Alternatively, we might be able to determine the CustomerID by other fields on the CDR, i.e. SourceIP, OriginationNumber, DestinationNumber, SAP ID, etc.
 
-***CallType*** | smallint | Nulls Allowed | Please see [Call Types] for more information.
+***CallType*** | smallint | Nulls Allowed | Please see [Call Types] for more information. If you do not know this value, use null and we will attempt to derive it from other fields in the CDR.
 
 ***CallDateTime*** | timestamp | No Nulls | This is the date/time the call was initiated.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 08 Mar 2012 18:02:29 -0000</pubDate><guid>https://sourceforge.net6960119ed5f6b24655cb6d1593c4a3051b21e364</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v25 
+++ v26 
@@ -48,6 +48,8 @@
 
 ***RateCenter*** | varchar(50) | Nulls Allowed | Rate center for [Tiered Origination] calls.
 
+***BillingBatchID*** | varchar(15) | Nulls Allowed | This is the batchid assigned to the call during the billing process.
+
 ***CarrierID*** | varchar(100) | Nulls Allowed | Optional. Used primarily for reporting.
 
 ***WholesaleRate*** | numeric(19, 7) | No Nulls | This is the per-minute rate applied to the call by your carrier. This value might be supplied in the CDR your carrier sends you. This information can be used to calculate margins or profitability to certain destinations.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 08 Mar 2012 13:20:57 -0000</pubDate><guid>https://sourceforge.netd6bd6ceb12bb55e6e3e013021343922ea61ccc09</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v24 
+++ v25 
@@ -30,6 +30,8 @@
 
 ***BilledNumber*** | varchar(50) | No Nulls | This is the number used to determine the per-minute rate during the rating process. This value will differ based on whether we rated off DestinationNumber or LRN.
 
+***BilledPrefix*** | varchar(10) | Nulls Allowed | This is the full or partial match rating made when compare the BilledNumber to the rate sheets.
+
 ***CNAMDipped*** | boolean | Nulls Allowed | Per-call surcharges can be added if the call was dipped for CNAM. This is customer-level setting.
 
 ***CNAMFee*** | numeric(9, 9) | No Nulls | This is the CNAM dip fee applied to the call.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Thu, 08 Mar 2012 13:19:44 -0000</pubDate><guid>https://sourceforge.net736335ea8ed59d37d7aa602cad8e93cee4948546</guid></item><item><title>WikiPage CallRecordMaster modified by DTH</title><link>https://sourceforge.net/p/opencdrrate/home/CallRecordMaster/</link><description>&lt;pre&gt;--- v23 
+++ v24 
@@ -48,6 +48,10 @@
 
 ***CarrierID*** | varchar(100) | Nulls Allowed | Optional. Used primarily for reporting.
 
+***WholesaleRate*** | numeric(19, 7) | No Nulls | This is the per-minute rate applied to the call by your carrier. This value might be supplied in the CDR your carrier sends you. This information can be used to calculate margins or profitability to certain destinations.
+
+***WholesalePrice*** | numeric(19, 7) | No Nulls | This is the price you carrier charged you for this call. This value might be supplied in the CDR your carrier sends you. This information can be used for profit analysis reporting.
+
 ***RowID*** | integer | Auto-increment | This is an internal field used primarily for adhoc queries. Do not supply a value for this field. Do not remove this field.
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DTH</dc:creator><pubDate>Wed, 30 Nov 2011 17:33:40 -0000</pubDate><guid>https://sourceforge.net5b1b084be3127d07e919c157290e7c85c9f08c0e</guid></item></channel></rss>