Multi-endpoints login queue?

I use a PJSIP module not SIP.
so, I create endpoint(9003) and Aor(9003) with MaxContact=3

like this…
asteriskcti*CLI> pjsip list aors
Aor: <Aor…>

  Aor:  9003                                                 3

asteriskcti*CLI> pjsip list contacts
Contact: <Aor/ContactUri…> <Hash…> <RTT(ms)…>

Contact: 9003/sip:9003@110.12.53.87:65476 5ea5b5ff33 Avail 10.579
Contact: 9003/sip:9003@112.171.70.201:5060 7d2ad481fd Avail 20.881

I want to login queue with SIP Phone - Contact “9003/sip:9003@112.171.70.201:5060”
how to login queue with special Contact ?

is it possible?

What does your queues.conf file look like ?

You’d probably need to use Local channel queue members in there, and then in the new context you could specify which contact to Dial explicitly.

Thanks for the reply.

you mean …
to login queue, use originate action with local channel. Not queueadd action.
is it right?

I meant to dial queue members as Local channels. So this:

Dial(Local/…)

Instead of this:

Dial(PJSIP/…)

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