Sends the content of message as text message from the given account to the buddy identified by jid The example below sends "Hello world" to bob@domain...
Leave a chat room
Join a chat room
When executing this application, two jack ports will be created; one input and one output. Asterisk dialplan application reference.
Signals the PBX routines that the previous matched extension is incomplete and that further input should be allowed before matching can be considered ...
Start an if branch.
This is a skeleton application that shows you the basic structure to create your own asterisk applications and demonstrates the IVR demo.
Provisions the calling IAXy (assuming the calling entity is in fact an IAXy) with the given template. Returns '-1' on error or '0' on success.
Clears hangup cause information from the channel that is available through HANGUPCAUSE.
Hang up the calling channel.
Will set the context, extension, and priority in the channel structure based on the evaluation of the given time specification.
Will set the current context, extension, and priority in the channel structure based on the evaluation of the given condition.
Will set the current context, extension, and priority in the channel structure. After it completes, the pbx engine will continue dialplan execution at...
Conditionally jump to label, saving return address.
Jump to label, saving return address.
Get ADSI CPE ID.
Forks the current Call Data Record for this channel.
Performs Find-Me/Follow-Me functionality for the caller as defined in the profile matching the followmeid parameter in followme.conf.
Performs a flash on a DAHDI trunk. This can be used to access features provided on an incoming analogue circuit such as conference and call waiting.
Connect to Festival, send the argument, get back the waveform, play it to the user, allowing any given interrupt keys to immediately terminate and ret...
Either forks a process to run given command or makes a socket to connect to given host and starts a generator on the channel.
Listen to a channel, and optionally whisper into it.
End a While loop.
End an If branch.
Conditional application execution based on the current time.
If expr is true, execute and return the result of appiftrue(args). If expr is true, but appiftrue is not found, then the application will return a.
End a while loop.
End an if branch.
Start an optional ElseIf branch. Execution will continue inside the branch if expr is true and if previous If and ElseIf branches evaluated to false.
Define an optional else branch.