Hi Guys,
I need your help with something.
I have been hitting my head against the wall for the last few hours.
First time seeing this error.
I am trying to make a transport for this within my pjsip configuration.
On other servers, it’s working fine, but with my Asterisk 16 server, I get the following error when I restart the asterisk.
[Mar 30 06:35:27] ERROR[1718] res_pjsip/config_transport.c: Transport 'transport-tls' could not be started: Unknown error -1
[Mar 30 06:35:27] ERROR[1718] res_sorcery_config.c: Could not create an object of type 'transport' with id 'transport-tls' from configuration file 'pjsip.conf'
I have tried a lot of things, but it doesn’t seem to show up under “pjsip show transports”.
I’m kind of clue less with this one. Google isn’t really helping also.
My current pjsip configuration.
; Pjsip Configuration
[transport-tls]
type=transport
protocol=tls
bind=0.0.0.0:5061
cert_file=/etc/asterisk/keys/asterisk.crt
priv_key_file=/etc/asterisk/keys/asterisk.key
method=sslv23
I hope anybody can point me In the right direction.
Thank you.
Wesley