
Asterisk Blog Articles
Asterisk func strreplace
Synopsis Replace instances of a substring within a string with another string. Description Searches for all instances of the <find-string> in provided variable and replaces them with <replace-string>. If <replace-string> is an empty string, this will effectively delete…
Read More »asterisk cli command queue show
Synopsis show the queue current status Syntax: Asterisk 1.4 or later: queue show [<queue name>] Note: the queue name is not necessary. If queue name is null, that command will show all queues status. queue Name | Agents…
Read More »Asterisk settings for Sipgate
Asterisk Configuration Examples Incoming and Outgoing Settings here’s a hint on how to place and receive calls through sipgate.de network. Sample in sip.conf [general] … register => sipuid:[email protected]/sipuid [sipgate.de] type=peer defaultuser=sipuid fromuser=sipuid secret=PASSWD context=incoming extension=sipuid…
Read More »Asterisk settings for t-online.de
Asterisk Configuration Examples Incoming and Outgoing Settings here’s a basic asterisk configuration to place and receive calls through t-online.de, the germans leading telephone provider. Assume your telephone number is +49 30 8151234, your username is your telephone number…
Read More »Asterisk High Availability Design
Page Contents Co-Dependence and Autonomy Data Synchronization and Scalability Synchronized Data Shared Data Detecting Failures Up & Downstream Transparency Physical Peer Separation Encryption Speed of Fail Over Fault tolerance Load Balancing Stability and Support Commercial and Free Products…
Read More »Grandstream provisioning in asterisk
http.conf [general] enabled=yes bindaddr=0.0.0.0 bindport=8080 prefix=asterisk phoneprov.conf …… [grandstream] mime_type => text/xml cfg${TOLOWER(${MAC})}.xml => grandstream.xml …… Example grandstream.xml <?xml version=”1.0″ encoding=”UTF-8″ ?> <gs_provision version=”1″> <config version=”1″> <P47>${SERVER}:${SERVER_PORT}</P47> <P102>2</P102> <P122>1</P122> <P132>1</P132> <P191>0</P191> <P1377>RSXX0091</P1377> <P1378>60</P1378> <P1379>c</P1379> <P1405>0</P1405> <P188>1</P188> <P192>firmware.grandstream.com</P192> <P194>3</P194>…
Read More »Asterisk REST Interface
The Asterisk REST Interface is a new interface to Asterisk that was released with Asterisk 12 and lets you build external applications. It does not supercede AMI – its point is letting you build applications without writing them…
Read More »Asterisk func message
Synopsis: MESSAGE(argument) new in Asterisk 10 Description: MESSAGE(argument) argument can be: to – Read-only. The destination of the message from – Read-only. The source of the message. If you want sent message from Asterisk and need change from,…
Read More »FlowVox Asterisk Operator Panel
FlowVox is the next generation of Asterisk Operator Panel software from Imecom. FlowVox is a visual call management software application that transforms your desktop or notebook into an intuitive interface for managing and controlling calls and call flow….
Read More »Asterisk CRM Integration
Asterisk, being open source, can be integrated with a whole lot of different software solutions to enhance, improve and facilitate general users. One of such technological marriages is Asterisk-CRM integration. Asterisk-CRM Integration can provide your Asterisk with the…
Read More »Asterisk simple php lookup up callerid name from Horde Turba
I have developed this script based on the simple PHP callerid lookup setup. The main difference is that I wanted to lookup the callerid in the Horde Turba address book – so that users could easily add records…
Read More »Asterisk 11 Installation on CentOS 6
This page shows the installation of Asterisk 11.0.0 on CentOS 6. It’s been assumed that you have already installed CentOS 6 on your machine. The main steps of installation can be summarized as: 1. CentOS Updates (If Any)…
Read More »GSM Gateway
GSM Gateway from Allo.com Modular GSM VoIP Gateways for IP-PBX with 4 GSM ports that use standard SIP protocol for connecting VoIP PBX directly to the GSM cellular networks to take advantage of low cost calls to and…
Read More »Instalación de Asterisk en Ubuntu Server Paso a Paso
*Procedimiento para Instalar Asterisk VoIP en Ubuntu Server * Servidor: Ubuntu Server Dapper Drake * Conmutador de VoIP: Asterisk asterisk-1.2.15 * Admninistrador Web : FreePBX 2.2.0 // Mi Particion // /boot 100M // /var 2 Gb // /home…
Read More »Asterisk cmd MessageSend
MessageSend Asterisk 10 now has protocol independent support for processing text messages outside of a call. Messages are routed through the Asterisk dialplan. SIP MESSAGE and XMPP are currently supported. There are options in jabber.conf and sip.conf to…
Read More »