[Home]

Summary:ASTERISK-15425: [patch] Add Calling and Called Subaddress to CDR record
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2010-01-14 03:29:29.000-0600Date Closed:2010-01-20 11:49:32.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:CDR/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cdr_subaddr.diff.txt
Description:In some situations it's required to track the calling and called subadress information for inbound and outbound external calls.

Currently the 'userfield' is one of the few places to do it.

This patch, doesn't break binary compatiblity, and if a liked named field exists in the underlying cdr collector, the field will be populated.

Comments:By: Alec Davis (alecdavis) 2010-01-14 03:39:44.000-0600

I forgot to add in the description.
The field names are 'callingsubaddr' and 'calledsubaddr'.

By: Digium Subversion (svnbot) 2010-01-20 11:49:31.000-0600

Repository: asterisk
Revision: 241581

U   trunk/main/cdr.c

------------------------------------------------------------------------
r241581 | alecdavis | 2010-01-20 11:49:31 -0600 (Wed, 20 Jan 2010) | 13 lines

Add Calling and Called Subaddress to CDR record

Requires 'callingsubaddr' and 'calledsubaddr' fields in backend cdr.

(closes issue ASTERISK-15425)
Reported by: alecdavis
Patches:
     cdr_subaddr.diff.txt uploaded by alecdavis (license 585)
Tested by: alecdavis

Review: https://reviewboard.asterisk.org/r/460/


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=241581