
Asterisk Blog - Page 36
Asterisk Call Manager for Windows
by Alex Argov Tikalnetworks Crystal Manager Ver 3.3.5 CrystalManager CrystalManager is a call manager and a personal monitoring tool for Asterisk PBX. Extensions status (BLF) Extensions Grouping Call Pickup Call Transfer Conference Call Double-Click to Call Instant Messaging…
Read More »Asterisk cmd SetAccount
Note: This function is deprecated. It has been replaced by Set(CDR(accountcode)=[account]) in latest SVN. Synopsis: Sets account code Description: SetAccount([account]) Set the channel account code for billing purposes. Return codes Always returns 0. The ACCOUNTCODE variable The accountcode…
Read More »Asterisk config modules.conf
Modules.conf configures which modules to load or not to load from the directory specified in asterisk.conf Sample config ; Asterisk configuration file ; ; Module Loader configuration file ; [modules] autoload=yes ; ; noload => pbx_gtkconsole.so ;load =>…
Read More »Asterisk config asterisk.conf
In asterisk.conf you specify: location, permissions and ownership for the socket used to connect from a remote console locations for various directories used by Asterisk to store configuration files, log files, library files and scripts default command line…
Read More »Asterisk cmd ParkAndAnnounce
Synopsis Park and Announce Description Park a call into the parkinglot and announce the call over an extension. ParkAndAnnounce(announce:template|timeout|dial|[return_context]) announce template: colon seperated list of files to announce, the word PARKED will be replaced by a say_digits of…
Read More »Asterisk cli Show Codecs
This command just lists all codecs available in asterisk, not specifically reflecting your configuration. It does not show the codecs according to preferences or availability in a specific channel. Which codecs you use for each channel is configured…
Read More »Asterisk libpri
libpri supports PRI, BRI and QSIG News As of libpri 1.4.4 this library now also supports BRI (basic rate interface, sometimes known as ISDN-2) next to PRI. WARNING for 1.4.4 libpri-1.4.4 includes a patch which shouldn’t ever have…
Read More »Asterisk contexts
All defined extensions belong to one CONTEXT. These are defined in extensions.conf and referenced in many other configuration files. You can jump between contexts with the Goto application. Macros are defined as separate contexts. Contexts are named freely,…
Read More »Asterisk cmd SetMusicOnHold
Synopsis: Set default Music On Hold class Description: SetMusicOnHold(class) Sets the default class for music on hold for a given channel. When music on hold is activated, this class will be used to select which music is played….
Read More »Asterisk cmd Answer
Synopsis Answer a channel if ringing Description Answer([delay]) If the channel is ringing, answer it, otherwise do nothing. If a delay is specified, Asterisk will wait this number of milliseconds AFTER answering the call. If you want to…
Read More »