[Asterisk-java-users] Asterisk Java Live
Brought to you by:
srt
From: Tony M. <to...@am...> - 2006-05-18 12:44:59
|
HI, I've started playing with the AsteriskManager interface; I realize it is still new. I discovered it when I started writing something with similar functionality and some of my class and interface names turned exactly the same as yours; I saw them in the eclipse code completion window :-) If possible I'd like there to be another originate method on it that I can use to originate calls to an application. Perhaps something like: AsteriskChannel originate(String channel, String application, String data, long timeout) throws ManagerCommunicationException; Right now I am using the deprecated originate method and then getting the asterisk channel from the Call object. Tony mowers http://www.amowers.com <http://www.amowers.com/> |