[Asterisk-Dev] [Manager extension] redirect to ivr and back
mattf
mattf at vicimarketing.com
Fri Mar 19 08:40:26 MST 2004
Believe me, it would be easier to have the whole call stay in a meetme room,
that's how I did it with my asterisk dialer application. Then you can just
Originate calls within the meetme room and you don't have to redirect either
of the parties out of it to bring another call in.
take a look at the code for VICIDIAL(part of the astguiclient suite):
http://astguiclient.sf.net/
MATT---
-----Original Message-----
From: Maciek Kaminski [mailto:maciejka at tiger.com.pl]
Sent: Friday, March 19, 2004 10:28 AM
To: asterisk-dev at lists.digium.com
Subject: [Asterisk-Dev] [Manager extension] redirect to ivr and back
Hi,
It seems that I need to extend manager api to accommodate following
scenario:
During call center conversation there is a need to redirect client end
to ivr transaction authorization application, consultant end put on
hold, and later, when client finished authorization both ends should be
reconnected.
Initial redirect seems to be possible to implement with
ast_async_goto_by_name, alike manager action_redirect. Dial application
uses client ast_bridge_call to connect two channels. Is it the right
mean to reconnect channels?
Any suggestions? Anyone find such functionality useful?
Maciej Kaminski
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list