-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 14, 15
-
Component/s: Core
-
Labels:None
-
Sprint:Sprint 17!
-
ToDo:
-
Asterisk Version:Asterisk 13.18.3~dfsg-1ubuntu4
-
Distro Version:Ubuntu 18.04.3 LTS
-
Distro:Self Install Ubuntu
-
Module Fix Version:
FreePBX 14.0.13.12
Core module 14.0.28.25
After updating core module (in order to fix https://issues.freepbx.org/browse/FREEPBX-20656 ) got an issue with with broken pjsip trunks. It looks like pjsip in Asterisk 13 doesn't recognize 'send_connected_line' option. Had to use POST_RELOAD script as workaround to fix pjsip endpoints config.
/var/log/asterisk/full
[2019-11-28 16:09:39] ERROR[1015] config_options.c: Could not find option suitable for category 'XXXX' named 'send_connected_line' at line 1490 of /etc/asterisk/pjsip.endpoint.conf
[2019-11-28 16:09:39] ERROR[1015] res_sorcery_config.c: Could not create an object of type 'endpoint' with id 'XXXX' from configuration file 'pjsip.conf'
/etc/asterisk/pjsip.endpoint.conf
[XXXX]
type=endpoint
transport=0.0.0.0-udp
context=custom-from-xxxx
disallow=all
allow=g729,ulaw,alaw
aors=SComp
send_connected_line=false
language=en
t38_udptl=no
t38_udptl_ec=none
fax_detect=no
trust_id_inbound=no
t38_udptl_nat=no
direct_media=no
rtp_symmetric=yes
dtmf_mode=auto