Recent content by SIPVoIPDumMe

  1. S

    Installation on Debian 12

    https://www.fusionpbx.com/download Work as expected with the following modification: sed -i -e"s/^\(domain_name=\)ip_address \(.*#\)/\1$(hostname -f)\2/;"\ -e"s/^\(system_username=\)admin \(.*#\)/\1superadmin\2/;"\ -e"s/\(system_password=\)random...
  2. S

    SBC suggestion for use with FusionPBX

    https://github.com/hnimminh/libresbc
  3. S

    Hello FPbx/FS World from HKG, HRB & YYZ

    Hello! Had been lurking around for awhile! Finally signup to say thank you to markjcrane, DigitalDaz, and Adrian Fretwell, et al. Open Source Rocks! function decode(){ echo 'HKG = Hong Kong' echo 'HRB = Harbin, China' echo 'YYZ = Toronto, Canada' } decode