lmangani / kelpie

OpenKelp = Voxbone's Kelpie + QXIP QMOD Hacks

Home Page:http://qxip.net/kelpie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

***** OpenKelp is a DEVELOPMENT FORK! Please see the WIKI for full details! *******

The original "vanilla" Kelpie can be found at http://code.google.com/p/kelpie

Kelpie is a SIP <> XMPP gateway

It attempts to make sip endpoints appear as xmpp endpoints and vice-versa supporting voice and video calls, im and presence.

The gateway only focuses on protocol translation, a SIP proxy (such as Kamailio) 
and a federated xmpp server are required for routing.


XMPP->SIP

This is the easiest case, the xmpp client adds user@{kelpie.hostname} to his contact 
list, this gets translated as user@{outbound.siproxy} and the proxy routes the messages

SIP->XMPP

This direction is more complicated.
The sip proxy should identify that user is actually an xmpp endpoint and forwards to 
the kelpie gateway.  Kelpie has a mapping of "user" to xmpp ids in its properties file,  
if it is found it forwards the message to the specified xmpp server. If the contact is
not mapped, Kelpie will attempt to lookup its fullJID and send an invite/request.


For Instructions and Examples please check out the Wiki: https://github.com/lmangani/kelpie/wiki

About

OpenKelp = Voxbone's Kelpie + QXIP QMOD Hacks

http://qxip.net/kelpie


Languages

Language:Java 92.4%Language:Shell 7.4%Language:Groovy 0.1%Language:Racket 0.1%Language:JavaScript 0.0%