11 lines
267 B
Markdown
Executable file
11 lines
267 B
Markdown
Executable file
---
|
|
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 >}}
|