Hi.
My Asterisk ver. 20.5.0
queue:
[day]
strategy = ringall
ringinuse = yes
member => PJSIP/701
member => PJSIP/702
member => PJSIP/703
member => PJSIP/704
queue show day:
day has 0 calls (max unlimited) in 'ringall' strategy (0s holdtime, 0s talktime), W:0, C:0, A:14, SL:0.0%, SL2:0.0% within 0s
Members:
PJSIP/704 (ringinuse enabled) (Not in use) has taken no calls yet (login was 2 secs ago)
PJSIP/703 (ringinuse enabled) (Unavailable) has taken no calls yet (login was 2 secs ago)
PJSIP/702 (ringinuse enabled) (Unavailable) has taken no calls yet (login was 2 secs ago)
PJSIP/701 (ringinuse enabled) (Unavailable) has taken no calls yet (login was 2 secs ago)
When I call this queue all works well but I get:
ERROR[3398]: res_pjsip.c:993 ast_sip_create_dialog_uac: Endpoint '701': Could not create dialog to invalid URI '701'. Is endpoint registered and reachable?
ERROR[3398]: chan_pjsip.c:2698 request: Failed to create outgoing session to endpoint '701'
ERROR[3398]: res_pjsip.c:993 ast_sip_create_dialog_uac: Endpoint '702': Could not create dialog to invalid URI '702'. Is endpoint registered and reachable?
ERROR[3398]: chan_pjsip.c:2698 request: Failed to create outgoing session to endpoint '702'
ERROR[3398]: res_pjsip.c:993 ast_sip_create_dialog_uac: Endpoint '703': Could not create dialog to invalid URI '703'. Is endpoint registered and reachable?
ERROR[3398]: chan_pjsip.c:2698 request: Failed to create outgoing session to endpoint '703'
So calling “Unavailable” or “Invalid” members gives an Error. Why?
Is this a bug or do I need to make some additional settings?
When I used chan_sip before I didn’t get any errors.
Interestingly, when ringinuse = no, there are no such errors with PJSIP members.
Thanks for your help.