Advanced Search
Search Results
403 total results found
Using a node in the cluster to dial out from other nodes
This page reorganizes the operational steps for Using a node in the cluster to dial out from other nodes. This configuration requires a more than average knowledge of Asterisk dialplan and SIP configuration. In general, you cannot use one node as "Provider" fo...
Integrating with Yealink Redirection and Provisioning Service (RPS)
This page reorganizes the operational steps for Integrating with Yealink Redirection and Provisioning Service (RPS). A nice client of me as written a nice guide to have Yealking RPS service integrated with Phone provisioning, so when you create or update your ...
QueueMetrics integration
This page reorganizes the operational steps for QueueMetrics integration. You should have received from QueueMetrics the Web interface and API credentials, something like: QM-Live ID: YourCompany Access URL: https://my.queuemetrics-live.com/YourCompany L...
Using PHP 7
This page reorganizes the operational steps for Using PHP 7. Upgrade you PHP to php 7.3/7.4 by running: On CentOS 6 wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh remi-release-6.rpm yum -y replace php-common --replace-with=php73-php-...
Upgrading Ioncube
This page reorganizes the operational steps for Upgrading Ioncube. To upgrade Ioncube to latest version you need to start by identifying the php version you are running: # php -v PHP 5.5.38 (cli) (built: Jul 21 2016 12:51:12) Copyright (c) 1997-2015 The PHP G...
Upgrading CUPS to include ipp support
This page reorganizes the operational steps for Upgrading CUPS to include ipp support. You can receive a FAX and have it directly printed to your printer using the IPP protocol. To do so, besides the port forwarding to allow the PBX to reach directly the print...
Using haproxy
This page reorganizes the operational steps for Using haproxy. Haproxy can add a useful layer, allowing to balance and failover the connection between two mysql servers. This is a client provided configuration file: <tt> # pxdbproxy haproxy config global log 1...
Configuring OpenDNS
This page reorganizes the operational steps for Configuring OpenDNS. A good DNS service is extremely important. Asterisk can performs a lots of DNS requests and it can lock awaiting for an answer. It is strongly suggested to configure OpenDNS servers: nameserv...
Configuring BLF on Cisco SPA
This page reorganizes the operational steps for Configuring BLF on Cisco SPA. Cisco SPA can be tricky even for basic configurations. In this case, we use a Cisco SPA504G to configure BLF for some phones. # Open the phone administration in your browser. # Login...
Using Cisco 7900/8800/9900 phones
This page reorganizes the operational steps for Using Cisco 7900/8800/9900 phones. Standard asterisk support for these legacy phones is not complete, so it is needed to apply a series of patches: http://usecallmanager.nz/sip-conf.html Current Verification Afte...
Phones local dial plan
This page reorganizes the operational steps for Phones local dial plan. Most if not any phone has a local dial plan, a way to filter what is entered in the keypad. They are used to speed up the dialing, placing the call when a complete number is dialed, saving...
Text to Speech and Speech to Text services with IBM Bluemix
This page reorganizes the operational steps for Text to Speech and Speech to Text services with IBM Bluemix. Subscribe to IBM Bluemix and login to its web interface http://www.ibm.com/cloud-computing/bluemix/ Log in and create your space. 400px From the catalo...
Changing server name
This page reorganizes the operational steps for Changing server name. If you like to change the server name, you need to perform additional activities to ensure all continue to work. Change the server name in /etc/sysconfig/network (assuming you are running Ce...
Changing server IP
This page reorganizes the operational steps for Changing server IP. If you like to change the server IP, you need to perform additional activities to ensure all continue to work. Change the server IP in /etc/sysconfig/network-scripts/ifcfg-* ( if you are runni...
Choosing between Host Based Routing and SIP Registration
This page reorganizes the operational steps for Choosing between Host Based Routing and SIP Registration. MiRTA PBX doesn't support natively SIP registration for Providers, but you can manually configure them in sip.conf Here a simple example about a static re...
Upgrading/Downgrading Asterisk
This page reorganizes the operational steps for Upgrading/Downgrading Asterisk. Upgrading or downgrading Asterisk should be done only if really needed. Asterisk relies on a series of libraries and different Asterisk versions may need different library versions...
Configuring BLF on a phone
This page reorganizes the operational steps for Configuring BLF on a phone. If you want to monitor an extension status from another phone, you need to configure the phone for BLF. Based on the brand of phone, it is named in different ways, for example on Yeali...
Running on VMware
This page reorganizes the operational steps for Running on VMware. Asterisk and MiRTA PBX work great in VMware, but you need to know running a "latency sensitive application" is not the same as running a web or email server. It is really important you are not ...