You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Configuration/Reporting/Call-Detail-Records-CDR/CDR-Specification.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ Note that dialed channels automatically receive the `linkedid` of the calling ch
162
162
163
163
| Field | Type | Description | Access |
164
164
| --- | --- | --- | --- |
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 |
166
166
| src | String (80) | The Caller ID Number | r |
167
167
| dst | String (80) | The destination extension | r |
168
168
| dcontext | String (80) | The destination context | r |
@@ -179,8 +179,8 @@ Note that dialed channels automatically receive the `linkedid` of the calling ch
179
179
| disposition | Enum | The final known disposition of the CDR record. See [CDR dispositions](#dispositions) for possible values | r |
180
180
| amaflags | Enum | A flag specified on the Party A channel. See AMA records for possible values | r/w |
181
181
| 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 |
184
184
| peeraccount | String (80) | The account code of the Party B channel | r/w |
185
185
| sequence | Integer | A numeric value that, combined with uniqueid and linkedid, can be used to uniquely identify a single CDR record | r |
0 commit comments