Skip to main content

Ring

The Ring verb is used to play ringing audio on a call.

Text Content

There is no text content available to be set for the <Ring> verb.

Attributes

ATTRIBUTEDescription
duration(optional) How many seconds to play ringing on the call. Default value is 5. Range: decimal values between 0.1 - 86400.
answerCall(optional) A boolean indicating whether or not to answer the call when Ring is executed on an unanswered incoming call. Default value is 'true'.

Webhooks Received

There are no webhooks received after the <Ring> verb is executed.

Examples

Play Ringing to a Call

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Ring duration="10" answerCall="false"/>
</Response>