Hi All,
Can someone provide me a soap voice sample code implementing the "CallControlOptions" ?
Thanks a lot in advance !
Best regards,
RSA
Apologies for the delayed response. Following is a sample of CallControlOptions being used in a JobSubmit request. The most common actions are included:
<JobOptions> <BillingCode>API Forum: CallControlOptions</BillingCode> <CustomerReference>RSA</CustomerReference> <VoiceOptions> <VoiceDeliveryMethod>force_play</VoiceDeliveryMethod> <CallControlOptions> <UseCallControl>true</UseCallControl> <CallControl> <ControlKeyAction>replay</ControlKeyAction> <ControlKey>1</ControlKey> </CallControl> <CallControl> <ControlKeyAction>pause</ControlKeyAction> <ControlKey>7</ControlKey> </CallControl> <CallControl> <ControlKeyAction>start_play</ControlKeyAction> <ControlKey>8</ControlKey> </CallControl> </CallControlOptions> <VoiceJobExtensions> <Segment name="USER"> <Property name="deliveries_need_udders">Y</Property> </Segment> </VoiceJobExtensions> </VoiceOptions> </JobOptions>
If you require further information on CallControlOptions, please respond to this post.
Thank you.