Dear all,
I can use Openser to set up the Presence Server and connect it to my IMS platform.
My question is:
1. It is possible to add the additional functionnality for Presence into Presence Server? Should i modify the code source directly?
2. Because in a environment IMS, higher application can be developped based on Enabling Services which include Presence, IM, etc. So can Openser be interact with other SIP AS? How?
Thanks for give some hint or documentation lien, i am not very familiar with Openser.
Best Regards,
li
_________________________________________________________________ Gagnez des écrans plats avec Live.com http://www.image-addict.fr/
Hello,
On 06/07/07 16:11, li wang wrote:
Dear all,
I can use Openser to set up the Presence Server and connect it to my IMS platform.
My question is:
- It is possible to add the additional functionnality for Presence
into Presence Server? Should i modify the code source directly?
It is possible, you have sources. Depending on what features you need to add, you may have to do some hacking.
- Because in a environment IMS, higher application can be developped
based on Enabling Services which include Presence, IM, etc. So can Openser be interact with other SIP AS? How?
One way is via SIP.
Cheers, Daniel
Thanks for give some hint or documentation lien, i am not very familiar with Openser.
Best Regards,
li
Gagnez des écrans plats avec Live.com http://www.image-addict.fr/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Daniel,
Thanks so much for your response.
1. I am new to Openser, could you give me some lien of documentation for modify and run the code source? Is it write with C? JAVA?
2. Could you precis the way of using SIP? That's what i really want to do. But i don't kown what and how to do the modification neccessaire in the Openser.
Best Regards,
li
From: Daniel-Constantin Mierla daniel@voice-system.ro Reply-To: daniel@voice-system.ro To: li wang li.wang119@hotmail.com CC: users@openser.org Subject: Re: [Users] Openser Presence Server Date: Mon, 18 Jun 2007 10:56:46 +0300
Hello,
On 06/07/07 16:11, li wang wrote:
Dear all,
I can use Openser to set up the Presence Server and connect it to my IMS platform.
My question is:
- It is possible to add the additional functionnality for Presence into
Presence Server? Should i modify the code source directly?
It is possible, you have sources. Depending on what features you need to add, you may have to do some hacking.
- Because in a environment IMS, higher application can be developped
based on Enabling Services which include Presence, IM, etc. So can Openser be interact with other SIP AS? How?
One way is via SIP.
Cheers, Daniel
Thanks for give some hint or documentation lien, i am not very familiar with Openser.
Best Regards,
li
Gagnez des écrans plats avec Live.com http://www.image-addict.fr/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
_________________________________________________________________ Windows Live Messenger sur i-mode : dialoguez avec vos amis depuis votre mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/
Hello,
On 06/18/07 11:40, li wang wrote:
Hi Daniel,
Thanks so much for your response.
- I am new to Openser, could you give me some lien of documentation
for modify and run the code source? Is it write with C? JAVA?
it is C.
- Could you precis the way of using SIP? That's what i really want to
do. But i don't kown what and how to do the modification neccessaire in the Openser.
You have to relay the SIP messages from a AS to another AS. Based on src ip you can decide what was the source AS and what you should do in the current node.
Cheers, Daniel
Best Regards,
li
From: Daniel-Constantin Mierla daniel@voice-system.ro Reply-To: daniel@voice-system.ro To: li wang li.wang119@hotmail.com CC: users@openser.org Subject: Re: [Users] Openser Presence Server Date: Mon, 18 Jun 2007 10:56:46 +0300
Hello,
On 06/07/07 16:11, li wang wrote:
Dear all,
I can use Openser to set up the Presence Server and connect it to my IMS platform.
My question is:
- It is possible to add the additional functionnality for Presence
into Presence Server? Should i modify the code source directly?
It is possible, you have sources. Depending on what features you need to add, you may have to do some hacking.
- Because in a environment IMS, higher application can be
developped based on Enabling Services which include Presence, IM, etc. So can Openser be interact with other SIP AS? How?
One way is via SIP.
Cheers, Daniel
Thanks for give some hint or documentation lien, i am not very familiar with Openser.
Best Regards,
li
Gagnez des écrans plats avec Live.com http://www.image-addict.fr/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Windows Live Messenger sur i-mode™ : dialoguez avec vos amis depuis votre mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/
Hi all,
There is another question for OpenSer Presence module i don't understand.
I see that the Presence server takes action base on the received SIP message SUBSCRIBE/PUBLISH, I want to know which stack SIP are u using in Openser? Because i look around the SIP Servlet API standard, it doesn't contain the method like doPublish(), doUpdate(). How do u do to realise the Presence module with Openser?
Thanks,
li
From: Daniel-Constantin Mierla daniel@voice-system.ro Reply-To: daniel@voice-system.ro To: li wang li.wang119@hotmail.com CC: users@openser.org Subject: Re: [Users] Openser Presence Server Date: Mon, 18 Jun 2007 11:45:32 +0300
Hello,
On 06/18/07 11:40, li wang wrote:
Hi Daniel,
Thanks so much for your response.
- I am new to Openser, could you give me some lien of documentation for
modify and run the code source? Is it write with C? JAVA?
it is C.
- Could you precis the way of using SIP? That's what i really want to do.
But i don't kown what and how to do the modification neccessaire in the Openser.
You have to relay the SIP messages from a AS to another AS. Based on src ip you can decide what was the source AS and what you should do in the current node.
Cheers, Daniel
Best Regards,
li
From: Daniel-Constantin Mierla daniel@voice-system.ro Reply-To: daniel@voice-system.ro To: li wang li.wang119@hotmail.com CC: users@openser.org Subject: Re: [Users] Openser Presence Server Date: Mon, 18 Jun 2007 10:56:46 +0300
Hello,
On 06/07/07 16:11, li wang wrote:
Dear all,
I can use Openser to set up the Presence Server and connect it to my IMS platform.
My question is:
- It is possible to add the additional functionnality for Presence into
Presence Server? Should i modify the code source directly?
It is possible, you have sources. Depending on what features you need to add, you may have to do some hacking.
- Because in a environment IMS, higher application can be developped
based on Enabling Services which include Presence, IM, etc. So can Openser be interact with other SIP AS? How?
One way is via SIP.
Cheers, Daniel
Thanks for give some hint or documentation lien, i am not very familiar with Openser.
Best Regards,
li
Gagnez des écrans plats avec Live.com http://www.image-addict.fr/
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Windows Live Messenger sur i-mode : dialoguez avec vos amis depuis votre mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/
_________________________________________________________________ Personnalisez votre Messenger avec Live.com http://www.windowslive.fr/livecom/