Re: [Asterisk-java-users] How to transfer a call
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-06-30 19:01:33
|
On Tue, 2005-06-28 at 12:46 +0800, liyuqian wrote: > I want use java-asterisk manager action to transfer a call, how i can=20 > do? thanks. Have a look at the tutorial at http://asterisk-java.sourceforge.net/tutorial.html. It shows how to send actions to Asterisk in general. To do the transfer you need to send a RedirectAction (net.sf.asterisk.manager.action.RedirectAction) see=20 http://www.voip-info.org/tiki-index.php?page=3DAsterisk+Manager+API+Action +Redirect for an example of its usage. =3DStefan |