Helli friends,
i need your help,
i have some custom extension to agi like:
.
exten => 8001,1,AGI(agi://localhost/java.agi)
.
.
exten => 8002,1,AGI(agi://localhost/java2.agi)
.
.
exten => 8003,1,AGI(agi://localhost/java3.agi)
.
.
Now i want the users when call to my system (for example:IVR), connect to these AGIs sequenty, exacly like queue,
but the problem is that the custom extensions 8001,8002,8003 doesn’t behavior like Extensions !
when i put them in queue, all the call connect just to the first one !
i think because the custom ext don’t send back the busy status !..
Now how can i do,
i want my custom Ext behavior like a normal extension !
Please help ,
very thanks in advanced,