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?
There is another parameter that allows you to provide the device that will be used to provide the device state.
Note that if you use SIP/trunk_sip as that device, it will always be called, as Asterisk will be unable to dtetect busy until it actually tries the call.