Remote queue members

Hi,

I have 2 pbx asterisk, and I works with queues like this:

[prueba]
ringinuse=no
music=default
strategy=leastrecent
timeout=20
retry=1
wrapuptime=0
maxlen = 0
eventwhencalled=yes
member => SIP/100000101302
member => SIP/100000101303

I need add a member that who is in the other pbx. Both are connected with a trunk SIP. Are there any ways to do this?

Thanks!

Use a dialstring that accesses the remote member. Note that you will get device state for the remote server, not the individual telephone, so you should have ringinuse set.

Ok, I try put the member like this but not works:

[prueba2]
music=default
strategy=rrmemory
timeout=10
retry=5
wrapuptime=0
ringinuse=yes
maxlen = 0
announce-position = yes
announce-frequency = 25
eventwhencalled=yes
context=
member => SIP/trunk/101

When I make the reload and queue show prueba2:

prueba2 has 0 calls (max unlimited) in ‘rrmemory’ strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s
Members:
SIP/trunk/107 (ringinuse enabled) (Invalid) has taken no calls yet
No Callers

It doesn’t make de call to the trunk and it stays on hold.

We only ever did this with AgentLogin.

I think the problem here is that you need to specify a device state provider, as the dialled number part is confusing the device state lookup.

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