mirror of https://github.com/cheat/cheat.git
Update asterisk
Added what 'echo' does in originate command.
This commit is contained in:
parent
3b44731819
commit
c78dc1a236
|
@ -4,7 +4,7 @@ asterisk -rvvv
|
||||||
To issue a command to Asterisk from the shell:
|
To issue a command to Asterisk from the shell:
|
||||||
asterisk -rx "<command>"
|
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"
|
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:
|
||||||
|
|
Loading…
Reference in New Issue