Anton Yurchenko
2003-Dec-25 05:11 UTC
[Asterisk-Users] return of the transfer to a busy number
Hello, Can such thing be done through dialplan , that say I transfer a call to an extension but it is busy, so that this call returns back to me. Thanks -- Anton Yurchenko<phila@dg.net.ua> Digital Generation
Eric Wieling
2003-Dec-25 13:15 UTC
[Asterisk-Users] return of the transfer to a busy number
Anton Yurchenko wrote:> Hello, > > Can such thing be done through dialplan , that say I transfer a call to > an extension but it is busy, so that this call returns back to me.exten => 123,1,Dial(Zap/5,30) ; ring Zap/5 for 30 seconds exten => 123,2,VoiceMailMain(u123) ; No answer voicemail exten => 123,102,Wait(2) exten => 123,103,Dial(Local/$(CALLERIDNUM}) You can also do FLASH, dial number, if it's busy FLASH twice, if it's not hang up. This is for Zap channels.