Long overdue first commit with content
This commit is contained in:
parent
f63ce5bdd8
commit
6cc9d8c72a
92 changed files with 2031 additions and 97 deletions
11
content/en/blog/commands/asterisk-call-you.md
Executable file
11
content/en/blog/commands/asterisk-call-you.md
Executable file
|
@ -0,0 +1,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 >}}
|
Loading…
Add table
Add a link
Reference in a new issue