Explicitly mark comment lines in builtin sheets.

This commit is contained in:
Lars Yencken
2013-08-22 11:34:11 +10:00
parent f89d887c21
commit 8245d3f4ec
24 changed files with 86 additions and 86 deletions

View File

@ -1,17 +1,17 @@
To connect to a running Asterisk session:
# To connect to a running Asterisk session:
asterisk -rvvv
To issue a command to Asterisk from the shell:
# To issue a command to Asterisk from the shell:
asterisk -rx "<command>"
To originate an echo call from a SIP trunk on an Asterisk server, to a specified number:
# To originate an echo call from a SIP trunk on an Asterisk server, to a specified number:
asterisk -rx "channel originate SIP/<trunk>/<number> application echo"
To print out the details of SIP accounts:
# To print out the details of SIP accounts:
asterisk -rx "sip show peers"
To print out the passwords of SIP accounts:
# To print out the passwords of SIP accounts:
asterisk -rx "sip show users"
To print out the current active channels:
# To print out the current active channels:
asterisk -rx "core show channels"