aboutsummaryrefslogtreecommitdiff
path: root/content/en/blog/commands/asterisk-call-you.md
blob: 7dd65f3ec341e1079f1c849e0402588230770720 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: "List active calls on asterisk"
linkTitle: "List active calls on asterisk"
date: 2018-09-25
description: >
  How to show active calls on an asterisk system
---

{{< highlight yaml >}}
watch -d -n1 'asterisk -rx “core show channels”'
{{< /highlight >}}