Re: [Asterisk-java-users] Using asterisk-java for answering/initiating/connecting calls?
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2006-11-02 14:06:02
|
Hi David, > a) Getting notified on an incoming call (works already) and > answer/hangup the call. Inocming call notification can be done through the Manager API. Answering a call depends on what you want to do with the call, if you want to play an automated message or present the caller with an IVR you can use FastAGI. If you want the call to be answered by a human the callee usually must answer the phone. Hangup is possible through Manager API and FastAGI. > b) Initiate outgoing calls and hang them up. Yes through the Manager API. > c) Connect two incoming calls or one incoming and one outgoing call. Yes you can use redirect and optionally redirect to a meetme room through the Manager API. > d) Terminate connected calls. Same as hangup? =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... |