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?