> Note > > If 'live_dangerously' in 'asterisk.conf' is set to 'no', this function can only be executed from the dialplan, and not directly from extern...
Read the calling 'c'ontext, 'e'xtension, 'p'riority, or 'l'abel, as specified by which, by going up n frames in the Gosub stack.
Retrieve results from an SRVQUERY.
Initiate an SRV query.
Escapes backslashes for use in SQL statements.
Escapes single ticks for use in SQL statements.
Parses the format string specified and returns a string matching that format. Supports most options found in sprintf(3).
Gets the recognized text of a result.
Gets the confidence score of a result.
Sets the type of results that will be returned. Valid options are normal or nbest. Asterisk dialplan function reference.
Gets the matched grammar of a result if available.
Get or change a speech engine specific attribute.
Gets information about speech recognition results.
Sorts a list of key/vals into a list of keys, based upon the vals.
Is used to retrieve an incoming SMDI message. It returns an ID which can be used with the SMDI\_MSG() function to access details of the message.
Is used to access details of an SMDI message that was pulled from the incoming SMDI message queue using the SMDI\MSG\RETRIEVE() function.
Removes and returns the first item off of a variable containing delimited text
Executes a command using the system shell and captures its output.
Implements a shared variable area, in which you may share variables between channels. Asterisk dialplan function reference.
Computes a SHA1 digest.
SET assigns a value to a channel variable.
Scrambles audio on a channel using whole spectrum inversion. This is not intended to be used for securely scrambling audio.
Returns the ampersand-delimited file names that would be played by the Say applications (e.g. SayAlpha, SayDigits).
Trim trailing whitespace in a string
Replace a set of characters in a given string with another character.
Return '1' on regular expression match or '0' otherwise Please note that the space following the double quotes separating the regex from the data is.
Gets or sets Redirecting data on the channel. The orig-pres, from-pres and to-pres fields get/set a combined value for the corresponding ...-name-pres...
Retrieve information about a recording previously created using the Record application
Will insert a new set of values into the RealTime repository. If RT engine provides an unique ID of the stored record, REALTIME\_STORE(...)=..
Retrieves a single record from the RT engine, where fieldmatch contains the value matchvalue and formats the output suitably, such that it can be assi...