Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-SLEE SubComponent-SLEE-RA-SIP

New issue 3174 by [email protected]: Starting 2 SIP RA's produces UnrecognizedActivityException.
http://code.google.com/p/mobicents/issues/detail?id=3174

What steps will reproduce the problem?
1. Configure and start 2 SIP RA's the prescribed way (using deploy-config.xml to define a second ra-entity and defining address properties there). 2. Have an sbb bind to 1 RA and attempt to create and attach to a dialog as in:
  dialog = sipProvider.getNewDialog(from, to);
  sipAcif.getActivityContextInterface(dialog)
            .attach(sbbContext.getSbbLocalObject());

3. that last call results in an UnrecognizedActivityException as can be seen in line 2493 of the attached server.log.

What is the expected output? What do you see instead?
Expect the dialog to be created and attached (works fine with 1 RA configured and started or 2 RA's configured alternatively [https://groups.google.com/forum/?fromgroups#!topic/mobicents-public/ggiv6ULSHpg/overview]).
Instead, we get the exception.

Please use labels and text to provide additional information.
Behaviour the same in both 2.4.0.FINAL and 2.6.0.FINAL.

Refer to the attached server.log in debug mode for details.

Please rectify.

TIA,
    Tom.

Attachments:
        server.log  342 KB

Reply via email to