Eric Chamberlain
2007-Nov-08 23:39 UTC
[asterisk-users] Asterisk as a SIP to XMPP Jingle voice gateway
Hello, I'm looking for a SIP to XMPP Jingle voice gateway. I see that Asterisk has Jabber and Jingle support, but it looks like Asterisk acts as a Jabber client. Are there any Jabber server solutions, where Jabber users can call SIP users by using the SIP URI and vice versa? -- Eric Chamberlain, CISSP Chief Technical Officer Voxilla - http://voxilla.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071108/904cc61c/attachment.htm
Geoff Jacobs
2007-Nov-09 00:04 UTC
[asterisk-users] Asterisk as a SIP to XMPP Jingle voice gateway
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body style="font-family: Verdana; font-size: 13px; color: rgb(46, 52, 54);"> <br> Openfire has a SIP soft phone plugin (and an AsteriskIM plugin - different functionality though)<br> <a href="http://www.igniterealtime.org/">http://www.igniterealtime.org/</a><br> <br> <br> Eric Chamberlain wrote: <blockquote id="mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com" cite="mid:d3ad7384960d144fbe9ccf6df4c0ebdd@voxilla.com" type="cite"> <style> <!-- #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com p.MsoNormal , #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com li.MsoNormal , #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com div.MsoNormal         {margin:0in;         margin-bottom:.0001pt;         font-size:12.0pt;         font-family:"Times New Roman";} #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com a:link , #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com span.MsoHyperlink         {color:blue;         text-decoration:underline;} #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com a:visited , #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com span.MsoHyperlinkFollowed         {color:purple;         text-decoration:underline;} #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com span.EmailStyle17         {mso-style-type:personal-compose;         font-family:Arial;         color:windowtext;} #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com @page Section1         {size:8.5in 11.0in;         margin:1.0in 1.25in 1.0in 1.25in;} #mid_d3ad7384960d144fbe9ccf6df4c0ebdd_voxilla_com div.Section1         {page:Section1;} --> </style> <div class="Section1"> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Hello,<o:p></o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">I’m looking for a SIP to XMPP Jingle voice gateway. <o:p></o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">I see that Asterisk has Jabber and Jingle support, but it looks like Asterisk acts as a Jabber client. <o:p></o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Are there any Jabber server solutions, where Jabber users can call SIP users by using the SIP URI and vice versa?<o:p></o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><o:p> </o:p></span></font></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">--</span></font><o:p></o:p></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Eric Chamberlain, CISSP</span></font><o:p></o:p></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Chief Technical Officer</span></font><o:p></o:p></p> <p class="MsoNormal"><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">Voxilla - <a class="moz-txt-link-freetext" href="http://voxilla.com/">http://voxilla.com/</a></span></font><o:p></o:p></p> <p class="MsoNormal"><font face="Times New Roman" size="3"><span style="font-size: 12pt;"><o:p> </o:p></span></font></p> </div> <pre wrap=""> <hr size="4" width="90%"> _______________________________________________ --Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre> </blockquote> </body> </html>
Mik Cheez
2007-Nov-09 00:43 UTC
[asterisk-users] Asterisk as a SIP to XMPP Jingle voice gateway
Openser has "SIP-to-XMPP Gateway" and "JABBER IM and PRESENCE interconnection" modules. I used the XMPP module with Google Talk and Asterisk a while back. It resulted in a segmentation fault, but again that was a long time ago. Eric Chamberlain wrote:> Hello, > > > > I?m looking for a SIP to XMPP Jingle voice gateway. > > > > I see that Asterisk has Jabber and Jingle support, but it looks like > Asterisk acts as a Jabber client. > > > > Are there any Jabber server solutions, where Jabber users can call SIP > users by using the SIP URI and vice versa? > > > > -- > > Eric Chamberlain, CISSP > > Chief Technical Officer > > Voxilla - http://voxilla.com/ > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Philippe Sultan
2007-Nov-09 10:39 UTC
[asterisk-users] Asterisk as a SIP to XMPP Jingle voice gateway
Hi Eric,> I'm looking for a SIP to XMPP Jingle voice gateway. > > > > I see that Asterisk has Jabber and Jingle support, but it looks like > Asterisk acts as a Jabber client.Asterisk can connect as a client or component to a XMPP server. XMPP components are typically used as gateways between XMPP and other IM services such as MSN or Yahoo. You can connect Asterisk to GoogleTalk's XMPP network as a client only, which will therefore be accessible through a presence subscription mechanism just like a usual client. On the other hand, you can connect Asterisk as a component to your locally administered XMPP server, for example. A 'service discovery' request to the server will show the Asterisk server as being available.> Are there any Jabber server solutions, where Jabber users can call SIP users > by using the SIP URI and vice versa?Asterisk can be used to call Gtalk users from SIP phones, and vice versa. Configuration examples are given here : http://www.voip-info.org/wiki/view/Asterisk+Google+Talk The call configuration is handled in the Dialplan in that case. If you need to place a call from a XMPP client to a SIP URI, you'll also have to find a client that's able to to so. I know that GoogleTalk and Jabbin both speak XMPP + Gtalk. However, the GoogleTalk client's user interface does not allow you to place a call to anything but another XMPP client from your buddy list, without offering the ability to enter either a SIP URI or phone number. A possible workaround was available here : http://bugs.digium.com/view.php?id=8659 As for Jingle, Asterisk tries to follow the latest set of specifications (code only available from SVN trunk), which are not completed yet. Philippe