[Asterisk-java-users] AsteriskServerImpl reconnect processing
Brought to you by:
srt
From: King H. <kin...@ne...> - 2007-01-28 15:41:56
|
Stefan, I see that AsteriskServerImpl upon reconnects to the Asterisk server will clears all the Channels in memory and do nothing about the originateCallBacks (it might have quite a number of callbacks registered and they won't be freed until removed from originateCallbacks). l think we should only remove channels that are no longer returned by StatusAction() and also remove the callbacks that don't have any corresponding channels. If you think we should make the change, I can submit a patch for this change. Best Regards, King |