I'm trying to make a global variable for conferences, the full command should bevideo_logo_path={position=left-bot,text_x=center,center_offset=190,text=#000000:transparent:/usr/share/fonts/dejavu/DejaVuSansMono.ttf:50:'${toupper...
for the config.sh I copied it from the debian and changed it to package, for the nginx file I copied it from debian and made the changes to the php location. postgresql.sh and php.sh needed to change to the centos8 way of removing the original versions and using the ones supplied by the remi...
the config.sh should be able to just be copied from the debian version. I've done that and just changed from source to the package version. It is just variables being listed. I believe the only changes I've made are to postgresql.sh and php.sh to update to the newer versions. I'm using centos 8...
It used to work, freeswitch suggests using debian so i believe that's what the developer actually test. I'd look at the debian fusionpbx install scripts or check freeswitch documentation how to get the token needed. I know that's at least part of your issue. It states "freeswitch:daemon user...
CentOS isn't the targeted platform, that said it's possible to have it run on CentOS. You can submit pull requests for CentOSm. I've had it running since fusionpbx v4.5 so i can't remember what change I've made but it is possible.
Not an expert but i think you'll have to create new passwords for the DB. If you look in the script for /usr/src/fusionpbx-install.sh/debian/resources/postgresql.sh you should be able to find the commands used to create a new password. If you're using a different distro just change "debian"...
Provisioning template for linphone. If anyone has any improvements please share. you'd have to add the directory and correct the permissions. Be aware that secure calling is enabled in this template.
tree /var/www/fusionpbx/resources/templates/provision/ |grep linphone
├── linphone
│ └──...
By default virtualbox separates the VM from the host network. You have to use bridged adapter under the network settings. It would be better to create a new VM with that setting if you're not familiar with Linux.
I'm using the blink sip phone and it seems to use html tags for the simple messaging which microsip doesn't seem to understand. Is there a way to strip that and only pass the messsage?
2022-06-18 07:33:58.235471 97.87% [INFO] mod_sms.c:368 Processing text message dad->1100 in context public...
@gflow I created a new extension and you're correct it does work. My issue seems to stem from the fact that wasn't using the alias before and then edited the extension to use it. For me it won't register for the edited extensions. I've checked the postgres db to see if the changes are...