https://softphone.pro/ usually, call center used for soft-phone all work for conference.
Author archives: admin
Fusionpbx – find domain from did number
/etc/fusionpbx/config.php, get password used in following command psql -U fusionpbx fusionpbx –host 127.0.0.1 select * from v_destinations where destination_number_regex = ‘^(7188715233)$’; match with % not work, get domain_uuid select * from v_domains where domain_uuid= ‘ad5e51e2-ee33-4c67-8d21-cc38747b6321’; web access postgres database: https://fusionpbx-ip/app/adminer/index.php?pgsql&db=fusionpbx&ns=public&username=auto
ROUTER: NAT – RV042 disable ALG, NETGEAR r7000, ASUS RT-AC66U, DHCP lease time
In RV042 SIP ALG option is available in hidden page.Use the below link to access the hidden page of RV042 to disable the SIP ALG option. https://192.168.1.1/f_general_hidden.htm some client complain: no audio after return from moh Netgear r7000 – need upgrade firmware to latest version, ALG disable DHCP lease time: 120 mins ( tp-link ), …
Continue reading “ROUTER: NAT – RV042 disable ALG, NETGEAR r7000, ASUS RT-AC66U, DHCP lease time”
Letsencrypt SSL certificate renew
Thirdlane: service iptables stop /usr/local/bin/certbot-auto renew service iptables start manually enter domain name: pbx17…. service nginx reload Asterisk: /etc/httpd/certbot-auto renew –force-renew; Mirtapbx:
Mirtapbx – webrtc – switchboard
https://www.youtube.com/watch?v=5gA8rdC73GE
Sonicwall – Basic
reference url: https://www.sonicwall.com/support/knowledge-base/adjusting-sip-session-initiation-protocol-phones-registration-timeout-value/170503521769679/
Freepbx – install module “Zend Guard Loader”
/etc/sangoma account https://portal.sangoma.com/ https://wiki.freepbx.org/display/FPG/FreePBX+Distro
Linux monitor – glances
Auction webrtc – Asterisk – sipjs
https://starkautosales.com/auction/audiotest.php (not-in-use) https://provision.wuyifan.com/audiotest.php https://sipjs.com/guides/make-call/ pbx6 custom destination pbx6 dialplan adminconf,s,1 [adminconf] exten => s,1,Authenticate(2444,) exten => s,n,MeetMe(660,a) pbx6 incoming route pbx6 conference go custom destination 660 (all no, except, yes for “mute on join”
Fusionpbx – slow database – not show cdr
https://www.pbxforums.com/threads/cdrs-slow-experiencing-crashes-when-accessing-cdrs-add-indexes-to-v_xml_cdr.2793/