Re: [Asterisk-java-devel] The "getVariable(Constants.VARIABLE_TRACE_ID)" inside of ChannelManager.
Brought to you by:
srt
From: Bruno N. <bn...@gm...> - 2006-11-02 22:08:30
|
Hi Stefan, On 11/2/06, Stefan Reuter <ste...@re...> wrote: > > Hi, > > this variable is used internally to allow Asterisk-Java to track > originated calls. Ok, but this variable never has a value in our case. I don't know if our asterisk server is lacking some configuration that would make that variable be set. Should we set this variable? What do you mean with "track originated calls"? What is this information? (maybe it is worth...) Does it really hurt you? i.e. did you notice any performance problems > that you relate to the trace id? Untill now this didn't hurt. But we're developing an application that is supposed to run in every desktop of a company. My customer argues that if all the desktops call getVariable() at the same time after they receive a DialEvent, the asterisk server can get slow. And I think he's right, don't you? Is there any other way to track that information you want without these getVariable() calls? If I'll make a patch for the manager interface on the asterisk server, couldn't I add some info to be sent on the DialEvents that would save you from actively calling a getVariable() on the server? I think these events are lacking a lot of valuable information and this is what is making them so difficult to parse and understand. regards, bnegrao =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... > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > |