www/content/blog/commands/asterisk-call-you.md

14 lines
225 B
Markdown
Raw Normal View History

2020-04-28 17:29:52 +02:00
---
title: "List active calls on asterisk"
date: 2018-09-25
description: How to show active calls on an asterisk system
tags:
- asterisk
2020-04-28 17:29:52 +02:00
---
## Using the cli
```sh
2020-04-28 17:29:52 +02:00
watch -d -n1 'asterisk -rx “core show channels”'
```