On 5/19/06, H. L. <[EMAIL PROTECTED]> wrote:
I want to know if one sofia-sip stack could be used to support
multiple(let's say two) different physical endpoints. Different endpoints
will maintain its own state machine in parallel with other endpoints.

In other words, is it possible to maintain an array of endpoint data
structure, which maintains states of multiple endpoints.

Yes, it is possible. There are two wyas to do it, however:

1) let every endpoint have its own SIP signaling socket and nua_t
object created with separate call to nua_create()

2) let endoints share the nua_t object, just multiplex at application
level based on the incoming requrest-URLs

--Pekka

--
Pekka.Pessi mail at nokia.com


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to