<hangup>

Role: <hangup> Ends the call.

Use:

  • Announcement – If you just want to play an announcement and complete the call.

    Off Hours – There is no one to answer the call during off hours. You can simply play a message and hangup the call.

Attributes

<hangup> does not requite any attribute.

Here is an example of how <hangup> is used within code.

<?xml version="1.0" encoding="UTF-8"?> 
<Response>
         <Say>There is no one to answer you call, please call during business hours.</Say>
         <hangup/>
 </Response>

Last updated