[ https://issues.apache.org/activemq/browse/CAMEL-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashwin Karpe updated CAMEL-2943: -------------------------------- Attachment: camel-sip-20100823_1.diff camel-sip-20100823_1.zip Hi Claus, Please find a new diff and zip file with the latest set of changes. I have removed the commented API's (thanks for spotting that), updated the repository to the one used in Netty using the same ID. I also found a newer version of the sip jars (1.2.153). I have changed the link in the parent/pom.xml to use the latest version. I have also verified that the tests work fine against the newer version. I have verified the code using sourcecheck (checkstyle) and everything is in order. Cheers, Ashwin... P.S: I will be checking in this version of the code. > A Camel component that implements the Telecom SIP protocol for > Publish/Subscribe capability... > ----------------------------------------------------------------------------------------------- > > Key: CAMEL-2943 > URL: https://issues.apache.org/activemq/browse/CAMEL-2943 > Project: Apache Camel > Issue Type: New Feature > Reporter: Ashwin Karpe > Assignee: Ashwin Karpe > Attachments: camel-sip-20100823_1.diff, camel-sip-20100823_1.zip > > > The Telco SIP protocol has operations to perform Publish and Subscribe of > Telecom events via a Presence Agent (similar to a Broker) as an intermediary. > Develop a Camel SIP Component that can communicate with a Presence Agent > (also add a basic Presence Agent with no persistence). The SIP Component > should as a consumer, subscribe to messages from a Presence Agent and support > the SIP protocol handshake and as a Producer publish messages to a Presence > Agent. > The SIP protocol involves communication over HTTP with specific > acknowledgements that need to cater for different situations. This > communication pattern and handshake must be properly supported. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.