Update asterisk

Added what 'echo' does in originate command.
This commit is contained in:
Simnol 2013-08-18 15:34:07 +01:00
parent 3b44731819
commit c78dc1a236
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ asterisk -rvvv
To issue a command to Asterisk from the shell:
asterisk -rx "<command>"
To originate a 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: