Skip to main content
This example notifies the caller that the cost of the current call is $2 a minute.

Example Request

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <PreAnswer>
        <Speak>This call will cost you $2 a minute.</Speak>
    </PreAnswer>
    <Speak>Hey, thanks for dropping by.</Speak>
</Response>