t appears that disabling NAT Mapping Enable: and NAT Keep Alive Enable:
Category archives: Uncategorized
Asterisk – print registration IP list
Thirdlane – Monitor cdr – Reseller report
check number of international calls in last 5 mins, if over max value, send a warning email Reseller report
Mirtapbx – monitor audio export
the recording audio in mysql table, used “select into dumpfile” the aws is used, it used profile to separate multi aws account credential file name my need include the caller – callee info
Twilio pjsip trunk on freepbx, call center request
Twilio: https://www.wuyifan.com/wp-content/uploads/2020/11/TwilioElasticSIPTrunking-FreePBX-Configuration-Guide-Version1-0-FINAL.pdf Call Center: https://www.wuyifan.com/wp-content/uploads/2020/11/FreePBX-Phone-System-Project-ReadMe-1.pdf
Desktop softphone: microsip configuration
https://www.microsip.org/downloads https://help.yeastar.com/en/s-series/topic/register_microsip.html
Thirdlane yealink dialplan / park / page / sidebar / DND hide – dup mac
mysql> select * from devices where mac = ‘805EC0B3092C’; Empty set (0.00 sec) select * from tenants where id in (select tenantid from devices where mac = ‘805EC0B30A2D’);
Queue stats software
https://www.asternic.net/ https://www.queuemetrics.com/
Desktop softphone support conference
https://softphone.pro/ usually, call center used for soft-phone all work for conference.
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