> For the complete documentation index, see [llms.txt](https://docs.didforsale.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didforsale.com/voice-and-sms-apis/voice-and-sms/didml-verbs/hangup.md).

# \<hangup>

**Role:** \<hangup> Ends the call.

**Use:**&#x20;

* *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>
```
