PJSIP_DIAL_CONTACTS - Dial

Hello I need to make a dial to both endpoints with the same number.

Example: Endpoint 1000 registered with PJSIP UDP and Endpoint 1000 registered with PJSIP WSS (webrtc).

But when Asterisk send dial Dial(${PJSIP_DIAL_CONTACTS(1000)})

The endpoint UDP dont receveid call because the Invite have fingerprint and others parametrs DTLS from endpoind wss

How can I solve this ? Is possible?

An endpoint can not be used for both WebRTC and non-WebRTC. Their configuration is incompatible with one another.

Thank you for answer .

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.