Author: VoIP Info
Asterisk – Documentation of Application Commands
Asterisk Dialplan Commands Here is a list of all the commands that you can use in your Dialplan (extensions.conf). Obtaining a List of Available Applications in the CLI Asterisk 1.4 or earlier: Type “show applications” or “show application…
Read More »Asterisk cmd Pickup
Pickup Asterisk now comes with its own directed Pickup application, see bug 4865. This will conflict with the bristuff app_pickup. Therefore the current version of bristuff (0.3) changed the name of this application to DPickup. Synopsis Pickup(extension[@context]) Be…
Read More »Asterisk cmd BristuffPickUp
PickUp (bristuff) Synopsis Channel independent call pickup. Description PickUp([group]) Tries to pickup the first ringing channel with callgroup == group. If called without the group argument, the pickupgroup of the channel will be used. Related bristuff applications PickUpChan…
Read More »Asterisk Record Calls
Automon for a Single Call Asterisk 1.2 now comes with the new “automon” setting in features.conf that permits a user to turn on/off call recording during an active conversation. Example by Mojo If you have httpd with php…
Read More »Asterisk cmd Monitor
Description Monitor(ext,basename) Monitor(ext,basename,flags) — New feature added to CVS 2004-06-0 The Monitor command starts recording a channel. The channel’s input and output voice packets are saved to separate sound files. You may change filenames during a recording by…
Read More »Asterisk func sort
SORT() Synopsis: SORT(key1:val1[…][,keyN:valN]) Description: SORT(key1:val1[…][,keyN:valN]) This function takes a list of keys and values and returns a comma-delimited list of the keys, sorted by each associated value. Values are sorted as floats. Notes The resulting value is…
Read More »Asterisk cmd Cut
Synopsis Cut(newvar=varname,delimiter,fieldspec) Deprecated As of Asterisk 1.2 this command has been depracated. It has been removed as of Asterisk 1.4. Use the function Cut instead. Description Cut(newvar=varname,delimiter,fieldspec) newvar: this variable is set to the result string varname: variable…
Read More »Asterisk Func Cut
Synopsis: CUT(varname,delimiter,fieldspec) at least on asterisk 1.2.8 the parameters must be separated by “|” and not “,” Description: CUT(varname,delimiter,fieldspec) varname: variable you want cut (and not a string – see PASSTHRU of Asterisk 1.8) delimiter: defaults to –…
Read More »Asterisk Cmd NoOp
Synopsis: No operation Description: NoOp() – No-operation; Does nothing. … Well not quite. It can be used as a printf, or echo for the console, if your verbose level is set to 3 or higher. For example, Zap…
Read More »Skype Gateways
A list of products that can be used to connect non-PC devices to the Skype network. Skype itself is available for Windows, Mac OSX, Linux and Pocket-PCs, but for many of the products only windows drivers available. Page…
Read More »Asterisk gui vmail.cgi
Web interface to Voicemail There is a perl script included in the source distribution, vmail.cgi, located in /usr/src/asterisk/contrib/scripts/vmail.cgi Note that ‘make install’ doesn’t install this interface, instead you must run ‘make webvmail‘ separatly. The vmail.cgi script requires that…
Read More »OrderlyQ
OrderlyQ by Orderly Software FREE TRIAL now available to Asterisk users. “50% of all callers hang up after just 45 seconds of waiting on-hold” – Source: Avaya OrderlyQ means your callers never have to wait on hold in…
Read More »VOIP Software
Page Contents Billing Call center monitoring Computer Telephony Integration (CTI) Development Tools Fax Broadcasting IVR Management OSS – Provisioning Queues MNP Solutions Recording Routing Systems Secure Communication Soft Phones SwitchBoards Operator Panels Softswitches Hosted Software Video Conferencing Voice…
Read More »Asterisk cmd Queue
Synopsis Queue a call for a call queue Description Asterisk 1.8: Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule[,position]]]]]]]]]) Asterisk 1.6.0: Queue(queuename[,options[,URL[,announceoverride[,timeout[,AGI[,macro[,gosub[,rule]]]]]]]]) Asterisk 1.4: Queue(queuename[|options][|URL][|announceoverride][|timeout][|AGI]) Asterisk 1.0 through 1.2: Queue(queuename[|options][|URL][|announceoverride][|timeout]) Queues an incoming call in a particular call queue as defined in queues.conf or dynamic…
Read More »Asterisk call queues
Queues consist of Incoming calls being placed in the queue Members that answer the queue (extensions or users that login as agents) A strategy for how to handle the queue and divide calls between members Music played while…
Read More »