
Asterisk Blog - Page 16
Dimensioning an Asterisk system
Typical questions asked on the mailing asterisk-users are: How fast/big must my machine be in order to serve my needs? How many simultaneous calls can Asterisk handle? The only rule of thumb we appear to be able to…
Read More »Asterisk Manager API Action Command
Asterisk Manager API Action: Command Action: CommandParameters: Command (Asterisk CLI command, not an application command), ActionID Example (Show Channels) via Asterisk 1.0.9:SEND: ACTION: COMMANDcommand: Show Channels RECEIVE: Response: FollowsChannel (Context Extension Pri ) State Appl. Data0 active channel(s)–END…
Read More »Asterisk cmd SetGroup
Synopsis SetGroup(groupname[@category]) Description Sets the channel group to the specified value. Equivalent to SetVar(GROUP=group). Use categories to sort specifc groupnames into super-groups, which is equivalent to SetVar(GROUP_category=group). Each channel = call leg can have its own group. Also…
Read More »Asterisk phones
Asterisk Configuration Notes for Specific Phones These pages document how to configure Asterisk for specific telephony devices. Asterisk Configuration Notes for Specific Hard Phones and ATAs Aastra / Sayson phones: Asterisk and Aastra Phones Atcom IP Phone:AT-510/AT530:iax2/sip support…
Read More »Asterisk func callerid
Synopsis: CALLERID(<item>) Description: CALLERID(<item>) The allowed values for <item> are: name: alphanumeric string num or number: number at which caller prefers to be called back (digits only in the POTS/ISDN world) all: a Caller*ID string with the number…
Read More »Asterisk Sound Files International
As of October 2009, it is possible for new languages to be added to Asterisk if you or your company is willing to have the recordings made and then contribute them under the Creative Commons license. They will…
Read More »Asterisk Consultants Italy
Lista dei consulenti Asterisk in Italia, suddivisi per regione e provincia, che forniscono consulenze per l’installazione e l’amministrazione di centralini telefonici basati su Asterisk. E’ possibile avere supporto online in italiano attraverso la rete IRC freenode, canale #asterisk-it…
Read More »Asterisk Cisco CallManager Express Integration
The new family of ISR routers provided by Cisco make great media gateways for PSTN connectivity and make a very nice IP enabled key system replacement. Unfortunately, the solution can be pricey and lacks some of the flexibility…
Read More »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 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 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 »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 »