Skip to content

Commit 476082d

Browse files
committed
CDR specification: Fix incorrect length limits
1 parent 20e4a33 commit 476082d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Configuration/Reporting/Call-Detail-Records-CDR/CDR-Specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Note that dialed channels automatically receive the `linkedid` of the calling ch
162162

163163
| Field | Type | Description | Access |
164164
| --- | --- | --- | --- |
165-
| accountcode | String (20) | An account code associated with the Party A channel | r/w |
165+
| accountcode | String (80) | An account code associated with the Party A channel | r/w |
166166
| src | String (80) | The Caller ID Number | r |
167167
| dst | String (80) | The destination extension | r |
168168
| dcontext | String (80) | The destination context | r |
@@ -179,8 +179,8 @@ Note that dialed channels automatically receive the `linkedid` of the calling ch
179179
| disposition | Enum | The final known disposition of the CDR record. See [CDR dispositions](#dispositions) for possible values | r |
180180
| amaflags | Enum | A flag specified on the Party A channel. See AMA records for possible values | r/w |
181181
| userfield | String (255) | A user defined field set on the channels. If set on both the Party A and Party B channel, the userfields of both are concatenated and separated by a `;` | r/w |
182-
| uniqueid | String (32) | A unique identifier for the Party A channel | r |
183-
| linkedid | String (32) | A unique identifier that unites multiple CDR records. See [linkedid propagation](#linkedid-propagation) for more details | r |
182+
| uniqueid | String (152) | A unique identifier for the Party A channel | r |
183+
| linkedid | String (152) | A unique identifier that unites multiple CDR records. See [linkedid propagation](#linkedid-propagation) for more details | r |
184184
| peeraccount | String (80) | The account code of the Party B channel | r/w |
185185
| sequence | Integer | A numeric value that, combined with uniqueid and linkedid, can be used to uniquely identify a single CDR record | r |
186186

0 commit comments

Comments
 (0)