Retrieving Conversation Tracking

On demand conversation information tracking

It is possible for the user to retrieve information regarding the parameters and content of a particular conversation (see conversation tracking) by providing the conversation tracking Id. Such information include: the direction of the conversation (whether it is inbound or outbound), the initiator and recipient of the conversation, the combination of action verbs comprising the dial plan, the number of times an action (defined by an action verb) was repeated, the URL of the wav file containing the audio, or the text of the voice message to be reproduced, the language and gender of the voice messages, the maximum duration of the dial and dial plan.

A list of conversation tracking parameters is provided below:

KEYDESCRIPTION
trackingIdThe id of the conversation.
directionThe direction of conversation (inbound or outbound)
fromThe sender Id of the conversation
toThe first recipient.
dialPlansA combination of action verbs to be executed
dialPlans.verbsThe verbs of dialPlan.
dialPlans.verbs.typeThe type of verb.
dialPlans.verbs.bargeInIf the value is true then all the collected tones, including the tone that interrupted the current execution, are sent to the eventUrl.
The default value is false.
dialPlans.verbs.repeatDeclare the number of verb's repetition.
dialPlans.verbs.fileURLThe url of wav file.
dialPlans.verbs.message.languageThe language of the voice message to be played.
dialPlans.verbs.message.genderThe gender of the voice message to be played. VALUES: "male", "female"
dialPlans.verbs.message.textThe text of the voice message to be played.
dialPlans.verbs.maxDurationDeclare the maximum duration of dial.
dialPlans.verbs.fromThe sender Id of dial.
dialPlans.verbs.toThe recipient of dial.
dialPlans.verbs.eventUrlThe url that the collected tones will be sent.
dialPlans.verbs.maxDigitsThe maximum collected digits. The default value is 30.
dialPlans.verbs.submitOnHashIf the value is true the collected tones are sent to the eventUrl after pressing #.
The default value is false.
dialPlans.maxDurationDeclare the maximum duration of dialPlan.