What are the Genaral commands you can use in your Dialplan (extensions.conf)? james_winston 05-August-2008 02:16:57 PMComments 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 |
Posted: 06-August-2008 01:48:19 PM By: james_winston 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: 26-August-2008 10:30:24 PM By: sagitraz 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: 31-December-2008 10:59:36 AM By: Hash007 See the following link http://www.voip-info.org/wiki/index.php?page=Asterisk+-+documentation+of+application+commands |