From 1a4981a826bb94c478c6f49721396ec03e02649c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 19:47:26 +0100 Subject: First big articles reformatting now that I properly understand hugo --- content/blog/commands/asterisk-call-you.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'content/blog/commands/asterisk-call-you.md') diff --git a/content/blog/commands/asterisk-call-you.md b/content/blog/commands/asterisk-call-you.md index 7dd65f3..75d642b 100644 --- a/content/blog/commands/asterisk-call-you.md +++ b/content/blog/commands/asterisk-call-you.md @@ -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 >}} -- cgit v1.2.3