Alexander Olekhnovich
2008-May-20 12:14 UTC
[asterisk-users] IVR for callee (called party)
Hi everybody, Could anyone please answer my question. I want to make the next scenario be possible. 1. Caller call another user. 2. Callee (called party) picks up and enters IVR menu. And then depending on his choice he has variants to: transfer the call to another user, transfer to voicemail, answer, hangup, etc... The problem is in the second part. As I remember Asterisk has an A(x) parameter of Dial to play the Announce to callee, but is there a possibility to organize IVR for callee after he picks up the receiver? Any help will be appropriate. -- Thanks in advance Alexander Olekhnovich -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080520/d7ac29f7/attachment.htm
In article <8c3b04020805200514g30422506n111aa9abacb5cb18 at mail.gmail.com>, Alexander Olekhnovich <a.olekhnovich at gmail.com> wrote:> > Could anyone please answer my question. > > I want to make the next scenario be possible. > 1. Caller call another user. > 2. Callee (called party) picks up and enters IVR menu. And then depending on > his choice he has variants to: transfer the call to another user, transfer > to voicemail, answer, hangup, etc... > > The problem is in the second part. As I remember Asterisk has an A(x) > parameter of Dial to play the Announce to callee, but is there a possibility > to organize IVR for callee after he picks up the receiver? > Any help will be appropriate.Use the G(context^ext^pri) option to Dial. This will transfer both the calling and called parties into the dialplan when the call is answered. Note that the calling party goes to priority pri and the called party goes to priority pri+1, so that you can do different things for each. Cheers Tony -- Tony Mountifield Work: tony at softins.co.uk - http://www.softins.co.uk Play: tony at mountifield.org - http://tony.mountifield.org