Queue PJSIP, Not All Contacts Rings
Hay guys, have question.
When I do regular dial I use $this->AGI->get_fullvariable(‘${PJSIP_DIAL_CONTACTS(‘.$callObj.’)}’,false,true);
to get all contacts of current endpoint and so I dial to all phones at once,
but if I exec QUEUE, I have just one phone rings, seems like it take first one as Dial app by default, is there way to fix this?
2 thoughts on - Queue PJSIP, Not All Contacts Rings
Nick Awesome wrote:
There is no way to directly do this. The best option is to use a Local channel into the dialplan which dials instead. Once answered everything should fall into place.
Works, thank you!