Skip to content

Commit

Permalink
Merge pull request #270 from swarajCisco/main
Browse files Browse the repository at this point in the history
DS-21221 | Adding 5 new fields to QBR
  • Loading branch information
kekansalCisco authored Oct 25, 2024
2 parents b60db66 + b1424e1 commit b7f712b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reporting-samples/graphql-sample/DataDictionary/CLR.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,8 @@ Note -
| conferenceSuccessCount | Int | Indicates the number of successful conferences initiated from the queue. | Yes | Yes | Yes | Yes |
| blindTransferToAgentCount | Int | Count of successful blind transfer to another agent. | Yes | Yes | Yes | Yes |
| queuedTo | String | Represents the entity to which the taskLeg was queued, Possible values are Agent or Queue. | Yes | Yes | Yes | No |
| consultToAgentErrorCount | Int | Number of times a consultation to an agent failed because the destination agent could not be connected. | Yes | Yes | Yes | Yes |
| consultToQueueErrorCount | Int | Number of times a consultation to a queue was marked as failed because no other agent joined the consult leg (inbound calls). | Yes | Yes | Yes | Yes |
| outdialConsultToQueueErrorCount | Int | Number of times a consultation to a queue was marked as failed because no other agent joined the consult leg (outbound calls). | Yes | Yes | Yes | Yes |
| consultToEpErrorCount | Int | Number of times a consultation to an entry point was marked as failed because no other agent joined the consult leg. | Yes | Yes | Yes | Yes |
| consultToDnErrorCount | Int | Number of times a consultation to a dial number failed because the destination agent could not be connected. | Yes | Yes | Yes | Yes |

0 comments on commit b7f712b

Please sign in to comment.