Go Back   ZeroC Forums > Help Center

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 03-20-2008
leya leya is offline
Registered User
 
Name: Leya Wang
Organization: Wuhan Univ.
Project: Scalable Communication
 
Join Date: Mar 2006
Posts: 40
can Ice support SIP protocol as a plugin now?

as far as i know, Ice has its own communication protocol IceP,
it's very compact and quick, but if a system wants to open its interface to the outside systems, IceP is not very appropriate as an open protocol, though we already know the structure of it.

so question is, can Ice support SIP or other non-Ice protocol that we can just add a plugin to make a switch, like ssl.

maybe SIP is not on the same level in OSI structure as SSL, I'm not so sure~

thanks~
Reply With Quote
  #2 (permalink)  
Old 03-20-2008
matthew's Avatar
matthew matthew is offline
ZeroC Staff
 
Name: Matthew Newhook
Organization: ZeroC, Inc.
Project: Internet Communications Engine
 
Join Date: Feb 2003
Location: NL, Canada
Posts: 1,061
Ice, out of the box, supports a single protocol, and multiple pluggable transports (tcp, udp & ssl). Adding an additional transport is fairly straight forward. You could look at the SSL plug-in for an example of how to do this. Adding a totally new protocol would be much more work! Ice was not designed to have support for pluggable protocols.

With respect to SIP, you'd have two options:
- Use SIP as a transport for the Ice protocol. This is basically how Ice for Silverlight works.
- Write a complete new Ice for SIP protocol.

If you want to add support for either you can either do it yourself, or contact us at sales@zeroc.com.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a chance to use a custom XML based protocol with ICE ? Markus Bernhard Help Center 1 11-13-2007 09:47 PM
ICE Protocol - Questions ... Ama Help Center 1 07-16-2006 06:19 AM
Java plugin for ICE qoooba Help Center 1 02-21-2005 04:04 AM
Ice Protocol documentation buglet vukicevic Comments 4 08-21-2003 01:08 AM


All times are GMT -4. The time now is 11:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
(c) 2008 ZeroC, Inc.