[Asterisk-java-users] OriginateCallback: onDialing()
Brought to you by:
srt
From: Gaetan M. <gm...@ea...> - 2007-02-16 09:54:22
|
Hi, I'm using asterisk-live and the OriginateCallback interface to track originate requests. >From time to time, I get an error in my code because it seems onDialing() is not always called. Indeed I can detect in the onSuccess callback that onDialing has never been called previously. Are there known situations where this can happen ? I have not been able yet to tell if it's the asterisk manager that skips events or asterisk-live that misses some ? This happens when I originate from an sip channel that's in autoanswer mode (operator with headset) so maybe something is going too fast for the manager or asterisk-java ? regards, Gaetan |