Lenz wrote:
[queuetransfer]
exten => _0.,1,DigitTimeout(5)
exten => _0.,2,ResponseTimeout(10)
exten => _0.,3,Answer
exten => _0.,4,NoOp
exten => _0.,5,NoOp
exten => _0.,6,SetCallerPres(prohib)
exten => _0.,7,Dial(Zap/g1/${EXTEN:1})
exten => _0.,108,NoOp(Got busy here)

As you can see, a transfer from a queue is routed to context queuetransfer to be processed. There it gets all numbers starting with 0 and tries to dial out. Extension 108 should be hit on busy, and in fact it is - the execution goes there and is processed, i.e. I get the string printed out on the console. The problem is that at the moment it gets the busy, the logic seems to exit from the queue in [nQueue], so the agent's telephone starts reporting a busy tone and there is no way to get conversation on the agent's phone anymore. Is there anything stupid that I'm missing?

Try adding this line:
exten => _0.,109,Hangup

Dunno if it will solve it, but might help :)

Regards,
Adam

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to