Doubt regarding Convergence Name

9 views
Skip to first unread message

Sachin Parnami

unread,
Mar 4, 2011, 5:24:50 AM3/4/11
to mobicent...@googlegroups.com
Hi All,

A small doubt regarding convergence name calculation.

What happens when my sbb-jar.xml says

<event event-direction="Receive" initial-event="True">
            <event-name>AbcEvent</event-name>
            <event-type-ref>
                <event-type-name>org.ABC</event-type-name>
                <event-type-vendor>Mobicents</event-type-vendor>
                <event-type-version>1.0</event-type-version>
            </event-type-ref>
            <initial-event-selector-method-name>initialEventSelect</initial-event-selector-method-name>
        </event>

And @ MySbb

public InitialEventSelector initialEventSelect(InitialEventSelector ies) {
.........
........
......
ies.setInitialEvent(true); //Not setting any CustomeName
}

What would be the convergence name in that case?

As per specs

8.6.2 Computing the convergence name
Logically, the convergence name is a canonical name constructed by concatenating the following variables.
A variable is either selected or not selected (see Section 8.6.3). If a variable is not selected, its value is
null.

But in above mentioned case nothing has been passed or selected.


Thanks & Regards,
Sachin Parnami


Bartosz Baranowski

unread,
Mar 4, 2011, 5:43:54 AM3/4/11
to mobicent...@googlegroups.com
See inline.
Bartosz Baranowski
JBoss R & D
==================================
Word of criticism meant to improve is always step forward.


As above, if not selected there is "default" value, specs say null, but... iirc now mobicents have different default.
 
But in above mentioned case nothing has been passed or selected.

SBBE was not created? 

Eduardo Martins

unread,
Mar 4, 2011, 6:44:29 AM3/4/11
to mobicent...@googlegroups.com, Sachin Parnami
It would result in all variables being null, just that.

-- Eduardo
..............................................
http://emmartins.blogspot.com
http://redhat.com/solutions/telco

Sachin Parnami

unread,
Mar 6, 2011, 11:33:40 PM3/6/11
to Eduardo Martins, mobicent...@googlegroups.com
Thanks for your replies :).

So what would be the behavior of container in that case?

I mean will that be creating multiple SbbEntities in that case (Because all variables are null so same convergence name for each call), if pass 100s of concurrent calls for a SIP app. ?


Regards,
Sachin Parnami

Bartosz Baranowski

unread,
Mar 7, 2011, 2:06:30 AM3/7/11
to mobicent...@googlegroups.com
Inline.
Bartosz Baranowski
JBoss R & D
==================================
Word of criticism meant to improve is always step forward.


On Mon, Mar 7, 2011 at 5:33 AM, Sachin Parnami <sachin...@gmail.com> wrote:
Thanks for your replies :).

So what would be the behavior of container in that case?


Convergence name <----------> SBBE is one to one relation.
 
I mean will that be creating multiple SbbEntities in that case (Because all variables are null so same convergence name for each call), if pass 100s of concurrent calls for a SIP app. ?

As above. 

Eduardo Martins

unread,
Mar 7, 2011, 6:57:48 AM3/7/11
to Sachin Parnami, mobicent...@googlegroups.com
A messy system with only one sbb entity, with all events serialized...

-- Eduardo
..............................................
http://emmartins.blogspot.com
http://redhat.com/solutions/telco

Reply all
Reply to author
Forward
0 new messages