# CVG 1.13.0 (14-July-2021) The new version of CVG **allows your bots to forward calls to humans even better**. In particular, forwarding chains are also possible if call destinations are busy or not reached. This enables bots built with CVG to be used in further application areas in the contact center environment. At the same time, scenarios are also possible in which the forwarding targets are not a classic contact center but somewhere "out there", for example, self-employed persons or branch offices. In addition, we now allow you to **bring your own Speech-to-Text (STT) from Google** as well. Last but not least, we have **tweaked the usability of our UX** here and there.  ## Enhanced call forwarding / call bridging ### Handling of non sucessful call forwarding / call bridging In the typical use-case inside a call center environment a target number for [`/call/forward`](/specs/#/call/forward) and [`/call/bridge`](/specs/#/call/bridge) is always answering the call. But this is definitely not true outside the contact center environment. To keep the bot in control in case the forward/bridge fails we made the API calls blocking. Although this is a breaking change, we decided to do this in consultation with our customers. Only in this way can the bot receive information about the success/failure of a forward/bridge request. In case of a successful forward / bridge the response includes OutboundCallSuccess with ringTime in milliseconds, the dialogId and a ringStartTimestamp measured in milliseconds since the epoch (1970-01-01). In case of a failed forward / bridge the response includes OutboundCallFailure with ringTime in milliseconds, a ringStartTimestamp measured in milliseconds since the epoch (1970-01-01) and a reason, e.g. RING_TIMED_OUT. Check out the **OutboundCallFailure schema** in the [API specification](/specs/?urls.primaryName=Call%20API) for all possible reasons. In case of our Dialogflow and Cognigy integration `outbound-failure` and `outbound-success` are newly introduced events to enable a Dialogflow / Cognigy bot to handle forward / bridge failures, see [Dialogflow Integration](/docs/conversational-ai/conversational-ai-dialogflow.html#communication) resp. [Cognigy Integration](/docs/conversational-ai/conversational-ai-cognigy.html#communication). ### Ringing Tone For a call handover, a ringing tone can optionally be played into the caller line while the call is being set up. To enable this ringing tone the parameter `experimental-enableRingingTone` can be set to `true` at [`/call/forward`](/specs/#/call/forward) and [`/call/bridge`](/specs/#/call/bridge). A ringing tone built into CVG will be played. It is also possible to activate a ringing tone from our integrated conversational AIs Cognigy and Dialogflow. For this purpose, the parameter `experimental-enableRingingTone` can also be set to `true`. In further integrated Conversational AIs this feature will be available soon.
Ringing tone is alpha
We will support ringing tone more extensively in the future. Among other things, it will also be possible to use your own ringing tones. We would like to get more input from you on this and will extend the API accordingly. Therefore, this parameter is currently to be considered experimental. In the future we reserve the right to change the API for ringing tones according to further requirements.