First big articles reformatting now that I properly understand hugo
This commit is contained in:
parent
5e6844592a
commit
1a4981a826
40 changed files with 184 additions and 173 deletions
|
@ -1,11 +1,13 @@
|
|||
---
|
||||
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
|
||||
description: How to show active calls on an asterisk system
|
||||
tags:
|
||||
- asterisk
|
||||
---
|
||||
|
||||
## Using the cli
|
||||
|
||||
{{< highlight yaml >}}
|
||||
watch -d -n1 'asterisk -rx “core show channels”'
|
||||
{{< /highlight >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue