[EMAIL PROTECTED] wrote:
Hi,
I'm interested in having multiple users registered from same machine e.g. [EMAIL PROTECTED] and [EMAIL PROTECTED] Do I have to setup the UAS to listen on different ports for each user e.g. [EMAIL PROTECTED]:5060 and [EMAIL PROTECTED]:5061 or is the messages sepparated in some other way?
They can be on the same port as long as the application listening on that port does the demultiplexing. The demux can be done based on the request URI of the incoming messages.
Paul _______________________________________________ Sip-implementors mailing list [EMAIL PROTECTED] http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors
