Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-07-03 Thread David Ammouial
On Dissabte 30 Juny 2007, Oleg Motienko wrote: It can be a plugin for any existing client, so I can use my favorite client and do call with my favorite phone device :) Alternatively, you might want to consider using [1]Telepathy (not the one referred to in XEP-0183). This approach has

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-30 Thread Oleg Motienko
It can be a plugin for any existing client, so I can use my favorite client and do call with my favorite phone device :) On 6/26/07, Norman Rasmussen [EMAIL PROTECTED] wrote: So do you mean: add code so that if someone calls your jabber client using jingle, you can hand off that call to a sip

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-26 Thread Norman Rasmussen
check out www.gtalk2voip.com On 6/26/07, Oleg Motienko [EMAIL PROTECTED] wrote: Hello, I didn't find any hardware implementation of jabber voice. So, I think it is possible to implement sip2xmpp gateway in jabber client side. For example, I want to make voice chat with GoogleTalk contact in

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-26 Thread Oleg Motienko
Yes, I know about this service. But main idea is to implement gateway in jabber client. There is many hardware and software with sip support but almost none with jingle support. This method can utilize existing sip devices with jingle. On 6/26/07, Norman Rasmussen [EMAIL PROTECTED] wrote: check

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-26 Thread Jacek Konieczny
On Tue, Jun 26, 2007 at 09:58:33AM +0400, Oleg Motienko wrote: I didn't find any hardware implementation of jabber voice. So, I think it is possible to implement sip2xmpp gateway in jabber client side. I have been thinking about the same. In fact a very minimal SIP implementation should be

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-26 Thread Norman Rasmussen
I'm not sure exactly what you want to do, but adding sip support to a jabber client doesn't sound like a good idea. (It would change it into a multi-protocol client) On 6/26/07, Oleg Motienko [EMAIL PROTECTED] wrote: Yes, I know about this service. But main idea is to implement gateway in

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-26 Thread Norman Rasmussen
Jingle is XMPP, there's nothing to - Asterisk has a jingle module, is this something more of what you're looking for? On 6/26/07, Jacek Konieczny [EMAIL PROTECTED] wrote: On Tue, Jun 26, 2007 at 09:58:33AM +0400, Oleg Motienko wrote: I didn't find any hardware implementation of jabber voice.

Re: [jdev] Jabber client as sip2xmpp gateway for voice

2007-06-26 Thread Jacek Konieczny
On Tue, Jun 26, 2007 at 02:07:45PM +0200, Norman Rasmussen wrote: I'm not sure exactly what you want to do, but adding sip support to a jabber client doesn't sound like a good idea. (It would change it into a multi-protocol client) It is not a full SIP client implementation. It's like

[jdev] Jabber client as sip2xmpp gateway for voice

2007-06-25 Thread Oleg Motienko
Hello, I didn't find any hardware implementation of jabber voice. So, I think it is possible to implement sip2xmpp gateway in jabber client side. For example, I want to make voice chat with GoogleTalk contact in my roster and I have VoIP phone adapter (like Addpac). I'm starting voice chat