Asterisk MessageSend to multiple contacts using PJSIP

Hello,
I’m trying to send SIP MESSAGE to all the contacts registered for the endpoint
but I noticed that only one registered device gets delivered with the message.
It seems that the code doesn’t loop over all contacts so it may happen
that I don’t get the message on the device I’m currently using.
Is there any chance to send the message to each of the registered contacts?

Thanks

It’s not currently supported directly, you may be able to write dialplan logic to do it (I vaguely recall someone else on here may have done it).