partysip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Partysip-dev] SIP Client


From: Aymeric Moizard
Subject: Re: [Partysip-dev] SIP Client
Date: Thu, 30 May 2002 18:05:17 +0200 (CEST)

On Thu, 30 May 2002, Vishal Jain wrote:

> Well, here is the exact scenario that I am trying to achieve. I am using
> MSN messenger in Communication Service mode as it uses SIP protocol. There are
> 2 users that exist in say "chat.com" domain. Both login to partysip with
> username and password that I specify in configuration file as
>
> user  address@hidden  uuser1  puser1
> user  address@hidden  uuser2  puser2
>
> Login for both is successful.

With authentication on? Great...

> Now these users add each other as contact. Once
> the contacts are added, SUBSCRIBE message flow from each client to partysip.
> First SUBSCRIBE messege is rejected saying "Proxy Authentication Required".
> So they send request again with their IP address, port number, user id
> and other stuff.

so the new SUBSCRIBE is authenticated??? great move! Else partysip
would continue to answer 401/407

> Partysip reply 404 NOT FOUND. These users are
> currently logged it and if somehow I manage to send the INVITE
> message, it goes via proxy as expected. But the SUBSCRIBE requests
> result in NOT FOUND even though that user is live! I think there are
> some issues with MSN messenger as well.

What is the request-uri of the subscribe?

> I created one more domain say "chat.xp.com" where I run the SIP server 
> provided
> by Microsoft on Windows XP. Say I have user address@hidden and I add it as
> a contact list of address@hidden the SUBSCRIBE message is properly directed by
> Partysip to "chat.xp.com" machine and I did see this user live, as Microsoft
> SIP Proxy replies with 200 Message. I can even send them message, but it is a
> whole other story, as messages are not proxied via Partysip. MSN messenger
> clients themselves have brains to directly connect to other client. They use
> Partysip server for just SUBSCRIBE messages and for address resolution of
> contacts.

If I understood correctly: it works well in this situation, but it doesn't
work properly if the windows proxy is not running?

This is expected as partysip can only forward SUBSCRIBE and will do so
in the case where the request-uri contains an ip or fqdn which is not
his domain (those values comes from "serverip" and "servername" in
partysip.conf). In the case where the request-uri matches the domain,
the SUBSCRIBE will be forwarded if the username is known else he will
answer 404 Not Found.

I think this is the behavior expected of partysip-0.4.4...

Aymeric

> My main requirement is to use MSN messenger, as we just need IM and not the
> phone or multimedia content.

> --
> Regards,
> Vishal Jain
> ILX Systems
> 123, William Street
> New York, NY
>
> On Thu, 30 May 2002, Aymeric Moizard wrote:
>
> > Date: Thu, 30 May 2002 17:18:24 +0200 (CEST)
> > From: Aymeric Moizard <address@hidden>
> > To: Vishal Jain <address@hidden>
> > Cc: address@hidden
> > Subject: Re: [Partysip-dev] SIP Client
> >
> >
> > partysip is nearly fully untested! So it is not strange...
> >
> > I have tested it with some SIP phones:
> >  siemens (old series)
> >  ADtech
> >  I think some guys tested Cisco phones.
> >  josua (my test application, I do most testing with it!)
> >  linphone (Web phone for linux - www.linphone.org)
> >
> > I never tested it with another proxy on the way.
> >
> > I tested a very old version of partysip at the SIPit #10 in Cannes
> > with aroud 20 SIP phones and proxies. It was running as expected
> > but we did only INVITE and BYE test not more as it was a very early
> > version.
> >
> > Can you send me a copy of the SUBSCRIBE message partysip is receiving
> > and then I'll told you the behavior which is exepced by looking at
> > the route and the request-uri. (or correct the bug!)
> >
> > I think I'll finish the statefull mode in less than a week now.
> > After that challenge, I will focus on interperability issues and bugs.
> >
> > Thanks
> > Aymeric.
> >
> > On Thu, 30 May 2002, Vishal Jain wrote:
> >
> > > Hello,
> > >
> > > Is there any sip client that you are using to test your partysip code? I 
> > > tried
> > > using MSN messenger in Communication Service mode and Subscribe does not 
> > > work
> > > always. If somehow I see the user in different domain and try to send them
> > > message only first message goes via the partysip and all other messages 
> > > bypass
> > > proxy.
> > >
> > > --
> > > Regards,
> > > Vishal Jain
> > > ILX Systems
> > > 123, William Street
> > > New York, NY
> > >
> > >
> > > _______________________________________________
> > > Partysip-dev mailing list
> > > address@hidden
> > > http://mail.freesoftware.fsf.org/mailman/listinfo/partysip-dev
> > >
> >
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]