Freepbx install failing

Installing FreePBX 17 on Debian 12 with IN1CLICK by @20telecom makes everything happen “in one click”. But, in the highly unlikely event that the FreePBX installation script is broken for some reason, this is how we handle it. This demonstration is using a startup script and actually failed at “Reloading and restarting FreePBX 17”, which I have edited to keep the video short.

1.0.0 will be available to everyone on GitHub soon, and I can post a video of a successful auto-installation in under 15 minutes, if anyone is interested?

1 Like

I can also confirm that after switching my asterisk version to 21 and then back to 22 to reload the packages and re-running the install it seems like everything is working as intended. I also had to restart apache as the configs had been updated but since it was already running it didn’t notice.

DPMA (res_pjsip_endpoint_identifier_dpma) expects a “default outbound endpoint” in PJSIP to handle DPMA-registered Digium phones.
This is normally set in pjsip.conf with an endpoint named dpma_endpoint or similar.

If you’re not using Digium phones with DPMA, you can disable the faulting module and 21.10.0 will run fine.

edit /etc/asterisk/modules.conf

add
noload => res_pjsip_endpoint_identifier_dpma.so

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.