Setting up WebRTC softphone

freepbx webrt config queuemetrics webrtc Configuring FreePBX We start by creating an extension and a user linked to it. Login in the FreePBX administration page and go to:

freepbx UCP config

call forwarding, call waiting, dot not disturb, call history, voice mail, call events

Posted inUncategorized

Zoiper softphone on mobile

Characteristics of a Smartphone Calls can be made from smartphone without using cellular minutes.  Particularly useful when roaming Calls can be made using your office callerid rather than cell number.  Keep your cell number private for business calls Can be configured to receive calls made to your office extension, as an alternative to call forward/follow …

mirtapbx installation on droplet

centos, CentOS 7 64bit database replacing MariaDB with MySQL 5.7 cat fulldump.sql | mysql -u root -ppassw0rd –max-allowed-packet=1024M –force cpu frequency, should get “performance” by following cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor 2 cpu, 500G disk ? Mirtapbx installation url: http://www.mirtapbx.com/manual/index.php/Installing_MiRTA_PBX ftp upload mirtapbx06 install script hostnamectl set-hostname mirtapbx01 –static

VoIP FAQ

sometimes, why incoming calls from Europe fail to enter company IVR menu ? – DTMF tones are not being transmitted correctly by the original carrier or someone in between. Chances are, the international carrier is the problem. Like almost all carriers, in North America, we use RFC2833. Sometimes intenational carriers send it inband and the …

simple call blaster

create a csv file, which include all destination numbers, sample as follows on web page as follows, upload csv file click button “upload and Initiate calls”, csv file will be uploaded and asterisk dial automatically. while connected, play the “welcome” message, after, there is option to press 1 or 2, in this example, option 1 …

AMD tweak – 8 parameters

AMD – ANSWER MACHINE DETECTION https://www.voip-info.org/asterisk-cmd-amd/ AMD([|initialSilence][|greeting][|afterGreetingSilence][|totalAnalysisTime][|minimumWordLength][|betweenWordsSilence][|maximumNumberOfWords][|silenceThreshold]) << Example block — AMD: initialSilence [2500] greeting [1500] afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength [100] betweenWordsSilence [50] maximumNumberOfWords [3] silenceThreshold [256] maximumWordLength [5000] << Example block from the log file, we know, 2500 is the default value of initialSilence, 2.5 second to tweak these parameters, for example: exten …