2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
title: "List active calls on asterisk"
|
|
|
|
date: 2018-09-25
|
2021-03-11 19:47:26 +01:00
|
|
|
description: How to show active calls on an asterisk system
|
|
|
|
tags:
|
|
|
|
- asterisk
|
2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
|
2021-03-11 19:47:26 +01:00
|
|
|
## Using the cli
|
|
|
|
|
2020-04-28 17:29:52 +02:00
|
|
|
{{< highlight yaml >}}
|
|
|
|
watch -d -n1 'asterisk -rx “core show channels”'
|
|
|
|
{{< /highlight >}}
|