Hi,
As far as i know, there are mostly commercial SIP presence servers available, but not open source. One open source presence (old one) is written in java JAIN-SIP api called JAIN-PRESENCE-SERVER or smth.
I dont know what your objective is, but you can try a client-to-client (mesh, peer-to-peer) presence instead of server presence. If you are making a client on your own, then you'll have a hard time, if you dont need to make a client, just use new version of X-Lite for Win. It has a presence built it for both peer-to-peer and server-side.
Alternatevly, you can use Jabber presence instead of SIP presence. There are plenty of resources available for Jabber already as opposed to SIP. Moreover, SER has a jabber module to function as a gateway when subscribtions and notifications arrive from SIP clients (I dont know if it works fine, because I havent tried it yet myself). So, you can have registrations and calls handled by SIP and presence and IM handled by Jabber.
Bests,
Andrey.
On 7/21/06, Jason Terry jterry@airvana.com wrote:
Hi Andrey,
I'm having a rough time installing this version of SER. Do you know of another good free presence server?
Thanks, Jason
-----Original Message----- From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Andrey Kouprianov Sent: Thursday, July 20, 2006 11:04 AM To: serusers@iptel.org Subject: Re: [Serusers] Presence issue with SER
Hi,
SER 0.9.6 is not a presence server and pa.so is an incomplete module. You can try installing test persence version of CVS or FTP under /pub/ser/presence directory.
Andrey.
On 7/20/06, Jason Terry jterry@airvana.com wrote:
Hi,
I am testing a sip application and I'm using SER as a presence server.
I see two issues in notifies generated by SER. Here is the actual notify that I receive after my app sends a subscribe:
NOTIFY sip:Google@10.4.12.10:50600 SIP/2.0 Via: SIP/2.0/UDP 10.4.12.11;branch=z9hG4bK6c01.a4670966.0 To: <sip:Google@127.0.0.1>;tag=2cb6000467458b6bc623 From:
sip:test@10.4.12.11;tag=5e359e0a74af9df0dcf075250e57d0d9-d5fe
CSeq: 1 NOTIFY Call-ID: 2cb6000567458b6bc623 Content-Length: 240 User-Agent: Sip EXpress router(0.9.6 (i386/linux)) Event: presence ß The ID from the subscribe is missing Content-Type: application/pidf+xml Subscription-State: active;expires=597 <?xml version="1.0"?> <!DOCTYPE presence PUBLIC "//IETF//DTD RFCxxxx PIDF 1.0//EN"
"pidf.dtd">
<presence entity="sip:test@10.4.12.11"> <tuple id="9r28r49">ser"> ß XML Error <status> <basic>closed</basic> </status> </tuple> </presence> Are these known issues? If so can someone point me to where I can get a
fix?
Regards,
Jason _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi, as presence server can be used ser from CVS head (but I'm not sure if changes in CVS in last few days haven't broken something) or presence snapshot published on ftp://ftp.iptel.org/pub/ser/presence. There is a presence handbook describing usage of presence modules.
I'm now changing internal data structures and till 1.-2. August there will be new presence snapshot with support for PIDF extensions like RPID, ...
It will NOT support id in Event header - we don't support multiple subscriptions within one dialog now.
Vaclav
On Fri, Jul 21, 2006 at 10:52:36AM +0700, Andrey Kouprianov wrote:
Hi,
As far as i know, there are mostly commercial SIP presence servers available, but not open source. One open source presence (old one) is written in java JAIN-SIP api called JAIN-PRESENCE-SERVER or smth.
I dont know what your objective is, but you can try a client-to-client (mesh, peer-to-peer) presence instead of server presence. If you are making a client on your own, then you'll have a hard time, if you dont need to make a client, just use new version of X-Lite for Win. It has a presence built it for both peer-to-peer and server-side.
Alternatevly, you can use Jabber presence instead of SIP presence. There are plenty of resources available for Jabber already as opposed to SIP. Moreover, SER has a jabber module to function as a gateway when subscribtions and notifications arrive from SIP clients (I dont know if it works fine, because I havent tried it yet myself). So, you can have registrations and calls handled by SIP and presence and IM handled by Jabber.
Bests,
Andrey.
On 7/21/06, Jason Terry jterry@airvana.com wrote:
Hi Andrey,
I'm having a rough time installing this version of SER. Do you know of another good free presence server?
Thanks, Jason
-----Original Message----- From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Andrey Kouprianov Sent: Thursday, July 20, 2006 11:04 AM To: serusers@iptel.org Subject: Re: [Serusers] Presence issue with SER
Hi,
SER 0.9.6 is not a presence server and pa.so is an incomplete module. You can try installing test persence version of CVS or FTP under /pub/ser/presence directory.
Andrey.
On 7/20/06, Jason Terry jterry@airvana.com wrote:
Hi,
I am testing a sip application and I'm using SER as a presence
server.
I see two issues in notifies generated by SER. Here is the actual notify that I receive after my app sends a subscribe:
NOTIFY sip:Google@10.4.12.10:50600 SIP/2.0 Via: SIP/2.0/UDP 10.4.12.11;branch=z9hG4bK6c01.a4670966.0 To: <sip:Google@127.0.0.1>;tag=2cb6000467458b6bc623 From:
sip:test@10.4.12.11;tag=5e359e0a74af9df0dcf075250e57d0d9-d5fe
CSeq: 1 NOTIFY Call-ID: 2cb6000567458b6bc623 Content-Length: 240 User-Agent: Sip EXpress router(0.9.6 (i386/linux)) Event: presence ß The ID from the subscribe is missing Content-Type: application/pidf+xml Subscription-State: active;expires=597 <?xml version="1.0"?> <!DOCTYPE presence PUBLIC "//IETF//DTD RFCxxxx PIDF 1.0//EN"
"pidf.dtd">
<presence entity="sip:test@10.4.12.11"> <tuple id="9r28r49">ser"> ß XML Error <status> <basic>closed</basic> </status> </tuple> </presence> Are these known issues? If so can someone point me to where I can
get a
fix?
Regards,
Jason _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers