Hi Srinath,

JainSIP has API which enable you to do this something very similar. You need to create what is called a listening point -- a tuple consisting of IP address, transport and port. Then you register callbacks per listening point. When a message is received, it is demultiplexed based on this tuple. So, in your case, each TU would create a different listening point to get only those messages that are meant for it.

I dont believe there is any draft or RFC for this, since this does not have anything to do with the protocol.

Hope this helps.

Regards,
A. N. Gautham
Srinath.H.N wrote:

Hi All,
        I have 2 or more TU layers using SIP Core (Transport and Transaction
layers) stack, which is running as a service.
When i receive a request, what will be the criteria based on which i will
arbitrate among these TU layers, to pass the received request.
Is there any draft or RFC for the arbitration logic?

Regards,
Srinath.
_______________________________________________
Sip-implementors mailing list
[email protected]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors




_______________________________________________
Sip-implementors mailing list
[email protected]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to