Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SS7 Roadmap-Fix

New issue 273 by [email protected]: CAPDialogs never removed from CAPProvider dialogs Map
http://code.google.com/p/jss7/issues/detail?id=273

What steps will reproduce the problem?
1.Add a log in CAPProviderImpl which prints this.dialogs.size();
2.Make Camel calls
3.

What is the expected output?
During the call the size increase, after the call the size decrease

What do you see instead?
The size doesn't decrease after the end of the call.


What version of the product are you using? On what operating system?
2.0.0.CR1

Please provide any additional information below.
Hello,
The method removeDialogs in CAPProvider is never invoked. You should use
CAPDialogImpl capDialogImpl = (CAPDialogImpl) this.removeDialog(tcapDialog.getLocalDialogId());

Instead of
CAPDialogImpl capDialogImpl = (CAPDialogImpl) this.getCAPDialog(tcapDialog.getLocalDialogId());

in method onDialogReleased



Attachments:
        CAPProvider.patch  774 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to