Hello,
I have a virtual machine installation of FreePBX 17 with Asterisk 21.4.1 running correctly, but I’m encountering the following problem.
In the pjsip.endpoint_custom_post.conf file, I only have the following content:
[6000](+)
outbound_auth=6000-auth
The pjsip.endpoint_custom_post.conf file is included in the pjsip.conf file, and I can see it being loaded during startup.
Using debug, I can see in the logs: DEBUG[1859] config.c: Parsing /etc/asterisk/pjsip.endpoint_custom_post.conf, but it does not show any errors.
However, I cannot get the endpoint to take the value of that parameter. I’ve tried other parameters (e.g., sdp_owner=test), but they are also not applied.
Can you think of a way to debug why the value is not being applied? Has anyone else experienced something similar?
Thank you,
Obihuan.