Re: [Asterisk-java-users] Call control in asterisk
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-12-09 13:21:36
|
Ines schrieb: > i want to be able to do call control, which means, when a call comes > threw asterisk, i want to be able to detect it, without answering, and > to be able to detect it's status (call alerting, connected... ) and then > control it and decide to answer or not, to forward it ... yes thanks for the clarification. Then you want to use the ManagerAPI. Have a look at the HelloManager and HelloEvents examples in the tutorial and at the javadocs for the classes in net.sf.asterisk.manager. Hope that helps. =Stefan |