Call multiple parties without fail because of unavailability (PJSIP)

I want to call “PJSIP/200&PJSIP/300”. 300 is not reachable at the time and the call fails. What can I do to filter the parties?

I get this message:

ast_sip_create_dialog_uac: Endpoint '300': Could not create dialog to invalid URI '300'.  Is endpoint registered and reachable?

You’ll need to provide the full console output of a call attempt. A single call leg not being able to be dialed does not stop the over all attempt.

Command:

Dial(PJSIP/200&PJSIP/300)

Log:

res_pjsip.c:3142 ast_sip_create_dialog_uac: Endpoint '300': Could not create dialog to invalid URI '300'.  Is endpoint registered and reachable?

chan_pjsip.c:2427 request: Failed to create outgoing session to endpoint '300'

app_dial.c:2510 dial_exec_full: Unable to create channel of type 'PJSIP' (cause 3 - No route to destination)

And does anything else occur? Are you just seeing those messages and wanting to not see them, or does it also not call PJSIP/200?

PJSIP/200 is not being called.

Please increase the verbosity (core set verbose 9), ensure it is going to the console in logger.conf, do a call attempt, and provide that. The version of Asterisk in use would also be useful.

There are no more messages after setting the level to 9. My version is 15.1.5.

Did you do a call attempt after increasing it?

Of course, I tried to call again.