Hi,
I need reopen this issue:
I have 2 pbx asterisk, and I works with queues like this:
[prueba]
ringinuse=yes
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. I try to add this:
member => SIP/trunk_sip/100000101351
But obviously, it appears Invalid and it doesn’t works:
prueba 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/351 (ringinuse enabled) (Invalid) has taken no calls yet
No Callers
Are there any way to make that asterisk execute the call?
Thanks!