Re: [Asterisk-java-users] fax event question
Brought to you by:
srt
From: Jonathan A. <jau...@st...> - 2006-10-08 16:11:51
|
Stefan, Thanks for the help. I have patched app_txfax and created the class, but I have a couple of questions. First, I used the FaxReceivedEvent as a template for creating FaxSentEvent. There is a UID variable in the class: private static final long serialVersionUID = -1409738380177538949L; // this is from FaxReceivedEvent I assume this is a unique value. My question is, where do I get a value for this variable? Second, I wanted to verify how to register the class with ManagerConnection. I edited EventBuilderImpl.java to import and register the class. Is there anything else I need to do? Jonathan On Oct 7, 2006, at 1:58 PM, Stefan Reuter wrote: > Jonathan Augenstine wrote: >> I have a question about manager fax events. I see documented an >> event that notifies the arrival of an incoming fax. Is there a event >> to notify that txfax has successfully sent a fax (am I just missing >> it in the documentation)? > > No app_txfax does not currently send an event in that case. > >> If not, would it be difficult to implement >> this feature? > > No not really. It involves patching app_txfax, creating a class for > the > event an registering it with the ManagerConnection. > > =Stefan > > -- > 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... > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |