Comments
See the following link
http://www.voip-info.org/wiki/index.php?page=Asterisk+-+documentation+of+application+commands
Posted by Hash007
General commands
* Authenticate: Authenticate a user
* VMAuthenticate: Authenticate a user based on voicemail.conf
* Asterisk cmd Bridge: Connect two arbitrary callers (new in Asterisk v1.6)
* ChannelRedirect: Redirect an existing channel to the dialplan
* Curl: Allows for the retrieval of external URLs. Also supports POSTing. Deprecated in favor of CURL.
* DUNDiLookup: Look up a number with DUNDi
* Asterisk cmd Log: New in Asterisk 1.6: Append text to the Asterisk log file(s)
* JabberSend: Send a text message via Jabber
* Page: Page a mobile device (new in Asterisk v1.2)
* SendDTMF: Sends arbitrary DTMF digits
* SendImage: Send an image file
* SendText: Send client a text message
* SendURL: Send a client a URL to display
* System: Execute a system command
* Transfer: Transfer caller to remote extension
* TrySystem: Execute a system command with always 0 returned
* Wait: Waits for some time
* WaitExten: Waits for some time for caller to dial a new extension
* WaitForRing: Wait for Ring Application
* WaitMusicOnHold: Wait, playing Music On Hold
Posted by sagitraz
Authenticate: Authenticate a user
VMAuthenticate: Authenticate a user based on voicemail.conf
Bridge: Connect two arbitrary callers (new in Asterisk v1.6)
ChannelRedirect: Redirect an existing channel to the dialplan
Curl: Allows for the retrieval of external URLs. Also supports POSTing. Deprecated in favor of CURL.
DUNDiLookup: Look up a number with DUNDi
Page: Page a mobile device (new in Asterisk v1.2)
SendDTMF: Sends arbitrary DTMF digits
SendImage: Send an image file
SendText: Send client a text message
SendURL: Send a client a URL to display
System: Execute a system command
Transfer: Transfer caller to remote extension
TrySystem: Execute a system command with always 0 returned
Wait: Waits for some time
WaitExten: Waits for some time for caller to dial a new extension
WaitForRing: Wait for Ring Application
WaitMusicOnHold: Wait, playing Music on Hold
Posted by james_winston