I have a problem, when issuing a call with an explicit SIP URI, the following errors appear on the console;
[May 30 18:25:22] ERROR[1853] res_stir_shaken.c: Failed to retrieve certificate for caller ID ‘xxxx’
[May 30 18:25:22] ERROR[1853] res_pjsip_stir_shaken.c: Failed to sign STIR/SHAKEN payload
[May 31 16:37:55] ERROR[2038][C-0000001b] res_pjsip_header_funcs.c: This function requires a PJSIP channel.
[May 31 16:37:55] ERROR[1853] res_stir_shaken.c: Failed to retrieve certificate for caller ID ‘xxxx’
[May 31 16:37:55] ERROR[1853] res_pjsip_stir_shaken.c: Failed to sign STIR/SHAKEN payload
This is the only information i see in console.
I have tried with the following versio; 18.12, certified/18.9, 18.10
this would be my dialplan;
[function_outbound_call]
exten => _X.,1,NoOp(Dialing via ip)
same => n,Set(PJSIP_HEADER(add,X-did)=XXXXXX)
same => n,ExecIf($[!${EXISTS(${ChID})}]?Set(__ChID=${SHELL(/data/uuid)}))
same => n,Dial(PJSIP/default_endpoint/sip:${EXTEN}@10.244.120.237:3945,21,rRtTU(ANSWER^${UNIQUEID})b(predial^${EXTEN}^1))
same => n,Hangup()
Could you give me a hand with this?
thanks in advance
What is the actual configuration? Are you trying to do STIR/SHAKEN? There was a release that had an issue where it would be attempted, but we released fixed versions[1] and there have been no subsequent reports. If you believe you are using other versions, you should double check with “core show version”.