(no subject)
"Michalis Michail" <[email protected]>
| Newsgroups | gmane.comp.voip.nist-sip |
|---|---|
| Message-ID | <[email protected]> |
Hi ,again
As i mentioned in previeus messages i am trying to build a UAS-UAC generating
programm based in the jain-sip-1.2\src\examples\reinvite\ReInviteTest
example,so i create several providers ,which later i associate with a
listener with the help of a hash table.This works fine when i'm using udp ,but
when i try to use tcp ,the providers that are the source of the events dont
seem to match the providers that have previusly been created.ie:
gov.nist.javax.sip.SipProviderImpl@12d15a9
{gov.nist.javax.sip.SipProviderImpl@1d2068d=UserAgentServer@106082,
gov.nist.javax.sip.SipProviderImpl@169ca65=UserAgentServer@1301ed8,
gov.nist.javax.sip.SipProviderImpl@1ac2f9c=UserAgentServer@3901c6}
The first is the provider which caused the event and the latter is the
previusly created hashtable.As you can see there is no matching between the
providers.
I am using a previus version of nist-sip and i dont know if this is bug that
is now fixed,or if there is something else i must do.In any case can you tell
me why this is happening?
With lots of thanks Michael