Hi I'm trying to configure a PJSIP trunk with a global carrier to receive calls. They sent their calls through TLS 5061 and require WebRTC common features to be enabled, but through the GUI I can't configure any of the required parameters to enable encryption or WebRTC configurations, specifically I need these parameters:
dtls_setup=actpass
dtls_verify=fingerprint
dtls_ca_file=
dtls_cert_file=/etc/asterisk/keys/asterisk.pem
ice_support=yes
rtcp_mux=yes
use_avpf=yes
webrtc=yes
media_encryption=dtls
But the GUI does not have the fields to configure them.
I've tried to add a context my-trunk-endpoint to add them in /etc/asterisk/pjsip_custom.conf and in /etc/asterisk/pjsip_custom_post.conf but none of them is adding the custom parameters to the trunk.
When I do pjsip reload on Asterisk CLI I see this message:
[2025-08-05 23:05:28] ERROR[1434250]: config_options.c:780 aco_process_var: Could not find option suitable for category 'my-trunk-endpoint' named 'dtls_setup' at line 2 of /etc/asterisk/pjsip_custom_post.conf
I'm not sure if this should be considered a bug or if maybe I'm doing something wrong.
Thanks for any help that you can share with me.
David