Enable SIP debug traces on the Asterisk CLI to troubleshoot registration failures, call setup problems, and authentication issues -- with annotated RE...
Ring external cell phones through Local channels while preserving the original inbound DID
Used to start monitoring a channel. The channel's input and output voice packets are logged to files until the channel hangs up or monitoring is stopp...
Changes the dtmfmode for a SIP call. Asterisk dialplan application reference.
Unpauses monitoring of a channel on which monitoring had previously been paused with PauseMonitor. Asterisk dialplan application reference.
Stops monitoring a channel. Has no effect if the channel is not monitored. Asterisk dialplan application reference.
Will set the channel's AMA Flags for billing purposes. This application is deprecated. Please use the CHANNEL function instead. ///
Requests client go to URL (IAX2) or sends the URL to the client (other channels). Result is returned in the SENDURLSTATUS channel variable: SENDURLSTA...
Send an image file on a channel supporting it. Result of transmission will be stored in SENDIMAGESTATUS SENDIMAGESTATUS SUCCESS - Transmission succeed...
Remove SIP headers previously added with SIPAddHeader
SIPSendCustomINFO() allows you to send a custom INFO message on all active SIP channels or on channels with the specified User Agent.
Adds a header to a SIP call placed with DIAL. Remember to use the X-header if you are adding non-standard SIP headers, like 'X-Asterisk-Accountcode:'.
Pauses monitoring of a channel until it is re-enabled by a call to UnpauseMonitor. Asterisk dialplan application reference.
Looks up destination via OSP. Input variables: OSPINACTUALSRC - The actual source device IP address in indirect mode.
Looks up the next destination via OSP. Input variables: OSPINHANDLE - The inbound call OSP transaction handle.
Authenticate a call by OSP. Input variables: OSPINPEERIP - The last hop IP address. OSPINTOKEN - The inbound OSP token.
Report call state. Input variables: OSPINHANDLE - The inbound call OSP transaction handle. OSPOUTHANDLE - The outbound call OSP transaction handle.
Tell Asterisk to not maintain a CDR for this channel.
Executes nbscat to listen to the local NBS stream. User can exit by pressing any key. Asterisk dialplan application reference.
DEPRECATED. Use VM\INFO(mailbox\[@context\],exists) instead. /// Check to see if the specified mailbox exists.
Executes macro defined in the context macro- name. Only one call at a time may run the macro. Asterisk dialplan application reference.
Causes the currently running macro to exit as if it had ended normally by running out of priorities to execute.
Executes macro defined in macroiftrue if expr is true (otherwise macroiffalse if provided) Arguments and return values as in application Macro() Use o...
Executes a macro using the context macro- name, jumping to the 's' extension of that context and executing each step, then returning when the steps en...
Is deprecated. Please use the JABBER\STATUS() function instead. Retrieves the numeric status associated with the specified buddy JID.
Import a variable from a channel into a new variable.
Streams to an icecast server using ices (available separately). A configuration file must be supplied for ices (see contrib/asterisk-ices.xml).
Is deprecated and may be removed in a future version of Asterisk. Use the replacement application 'AGI' instead of 'DeadAGI'.
Executes a RAS server using pppd on the given channel. The channel must be a clear channel (i.e. Asterisk dialplan application reference.
Changes monitoring filename of a channel. Has no effect if the channel is not monitored. Asterisk dialplan application reference.