From joegen at ossapp.com Mon Jul 2 23:32:49 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Tue, 03 Jul 2012 12:32:49 +0800 Subject: [karoo-users] Test Post Message-ID: <4FF275F1.2050604@ossapp.com> Please ignore From darren at dmmhosting.co.uk Mon Jul 23 10:29:25 2012 From: darren at dmmhosting.co.uk (Darren Williams) Date: Mon, 23 Jul 2012 16:29:25 +0100 Subject: [karoo-users] Test Message-ID: <6d1d4874-e626-4d39-9c74-1c0bef9d983f@dmmhosting.co.uk> Ignore -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Mon Jul 23 10:30:44 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Mon, 23 Jul 2012 23:30:44 +0800 Subject: [karoo-users] Test In-Reply-To: <6d1d4874-e626-4d39-9c74-1c0bef9d983f@dmmhosting.co.uk> References: <6d1d4874-e626-4d39-9c74-1c0bef9d983f@dmmhosting.co.uk> Message-ID: <500D6E24.2040001@ossapp.com> Ignored. On 07/23/2012 11:29 PM, Darren Williams wrote: > > Ignore > > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From darren at dmmhosting.co.uk Mon Jul 23 10:33:41 2012 From: darren at dmmhosting.co.uk (Darren Williams) Date: Mon, 23 Jul 2012 16:33:41 +0100 Subject: [karoo-users] Documentation Message-ID: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> Hi, Is there anywhere I can find any sample config for a NAT helper and upper registration to put in front of Asterisk/FreePBX in the same way that could be done with OpenSBC? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: From lunacristian at gmail.com Mon Jul 23 12:34:49 2012 From: lunacristian at gmail.com (Cristian Luna) Date: Mon, 23 Jul 2012 14:34:49 -0300 Subject: [karoo-users] Documentation In-Reply-To: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> References: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> Message-ID: Hi Darren, I'am user of karoo, in my environment DMZ(Karoo) -> Trust (Sipx) my settings for upper reg is this: route.js function Route() { } Route.prototype = new RouteProfile(); Route.prototype.isRoutable = function() { if (is_domain_routable(this)) return true; else return false; } your.sip.domain.js function is_domain_routable(profile) { var ip = profile.sipMessage.getSourceAddress(); var domain = profile.sipMessage.getFromHost(); if (ip != "IP_Karoo" && domain == "sip.domain.com") { profile.setTargetAddress("udp","IP_PBX","5060"); return true; }else { return false; } } Good luck 2012/7/23 Darren Williams > Hi,**** > > ** ** > > Is there anywhere I can find any sample config for a NAT helper and upper > registration to put in front of Asterisk/FreePBX in the same way that > could be done with OpenSBC?**** > > ** ** > > TIA**** > > ** ** > > ** ** > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Mon Jul 23 20:34:53 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Tue, 24 Jul 2012 09:34:53 +0800 Subject: [karoo-users] Documentation In-Reply-To: References: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> Message-ID: <500DFBBD.5080601@ossapp.com> Darren, There is a cookbook available in the website that demonstrates all the aspects of how routing can be done in Karoo Bridge. If you want to use Karoo Bridge as a transparent SBC, all you need to do is install and use it as an outbound proxy for your asterisk. It should work out of the box. Cristians example has an extra layer of checking where it checks the domain and manually set the target address. Joegen On 07/24/2012 01:34 AM, Cristian Luna wrote: > Hi Darren, > > I'am user of karoo, in my environment DMZ(Karoo) -> Trust (Sipx) my > settings for upper reg is this: > > route.js > > function Route() > { > } > > Route.prototype = new RouteProfile(); > > Route.prototype.isRoutable = function() > { > if (is_domain_routable(this)) > return true; > else > return false; > } > > your.sip.domain.js > > function is_domain_routable(profile) > { > var ip = profile.sipMessage.getSourceAddress(); > var domain = profile.sipMessage.getFromHost(); > > if (ip != "IP_Karoo" && domain == "sip.domain.com > ") > { > profile.setTargetAddress("udp","IP_PBX","5060"); > return true; > }else > { > return false; > } > } > > Good luck > > > 2012/7/23 Darren Williams > > > Hi, > > Is there anywhere I can find any sample config for a NAT helper > and upper registration to put in front of Asterisk/FreePBX in the > same way that could be done with OpenSBC? > > TIA > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From darren at dmmhosting.co.uk Tue Jul 24 19:07:51 2012 From: darren at dmmhosting.co.uk (Darren Williams) Date: Wed, 25 Jul 2012 01:07:51 +0100 Subject: [karoo-users] Documentation Message-ID: This is brilliant, it just works J Thanks for the help!! If I were to want to use it for more than 25 users, where can I get it from? Thanks again! Darren Williams -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Tue Jul 24 20:53:25 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Wed, 25 Jul 2012 09:53:25 +0800 Subject: [karoo-users] Documentation In-Reply-To: References: Message-ID: <500F5195.4030606@ossapp.com> All you need is to acquire a license from OSS Software Solutions. Send an email to cheryll at ossapp.com and she will give you a quote. Channels are in multiple of 500 RTP channels with 5K as maximum per box. On 07/25/2012 08:07 AM, Darren Williams wrote: > > This is brilliant, it just works J > > Thanks for the help!! If I were to want to use it for more than 25 > users, where can I get it from? > > Thanks again! > > Darren Williams > > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbaclor at ezuce.com Wed Jul 25 23:17:54 2012 From: jbaclor at ezuce.com (Joegen Baclor) Date: Thu, 26 Jul 2012 12:17:54 +0800 Subject: [karoo-users] Karoo Bridge Core Library is now open source! Message-ID: <5010C4F2.6090608@ezuce.com> OSS Software Solutions released the OSS Core library for Karoo Bridge under the L-GPL license today. This library is the B2BUA engine for Karoo Bridge and can give way for other projects such as sipXecs to link with a well tested and robust library for B2BUA and SBC purposes. On top of this, I am contemplating on reviving OpenSBC from the dead using OSS Core instead of OpenSIPStack. Source code can be found here: https://github.com/joegen/oss_core Joegen From martin.rodriguez at globant.com Thu Jul 26 13:30:02 2012 From: martin.rodriguez at globant.com (Martin Rodriguez) Date: Thu, 26 Jul 2012 15:30:02 -0300 Subject: [karoo-users] [sipx-users] Karoo Bridge Core Library is now open source! In-Reply-To: References: <5010C4F2.6090608@ezuce.com> Message-ID: Actualy we are using Karoo to connect all our remote user. We have architecture Sipx/Karoo, our platform is distributed in 4 countries (Argentina, USA, Uruguay y Colombia) and 3000 users. Thanks to Sipx and Karoo Team. Martin Rodriguez VoIP & Video Engineer AR: +54-11-4109-1700 ext 8249 US: +1 877 798 8104 ext 8249 UK: +44 20 7043 8269 ext 8249 martin.rodriguez at globant.com Laminar Plaza Tower Ingeniero Butty 240 9? Piso C1001AFB - Capital Federal On Thu, Jul 26, 2012 at 3:09 PM, Eric Hernaez wrote: > I am in favor of reviving OSBC :) > > > On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor wrote: > > OSS Software Solutions released the OSS Core library for Karoo Bridge > > under the L-GPL license today. This library is the B2BUA engine for > > Karoo Bridge and can give way for other projects such as sipXecs to link > > with a well tested and robust library for B2BUA and SBC purposes. On > > top of this, I am contemplating on reviving OpenSBC from the dead using > > OSS Core instead of OpenSIPStack. > > > > Source code can be found here: https://github.com/joegen/oss_core > > > > Joegen > > _______________________________________________ > > sipx-users mailing list > > sipx-users at list.sipfoundry.org > > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From t.hodgen at MisiuSystems.com Thu Jul 26 13:51:19 2012 From: t.hodgen at MisiuSystems.com (Todd Hodgen) Date: Thu, 26 Jul 2012 18:51:19 +0000 Subject: [karoo-users] FW: [sipx-users] Karoo Bridge Core Library is now open source! References: <5010C4F2.6090608@ezuce.com> Message-ID: Martin, Are you using the recipe from sipxecs wiki, or have you created your own? I'm looking for a known working configuration for a sipx system. Regards, Todd Hodgen From: sipx-users-bounces at list.sipfoundry.org [mailto:sipx-users-bounces at list.sipfoundry.org] On Behalf Of Martin Rodriguez Sent: Thursday, July 26, 2012 11:30 AM To: eric at hernaez.com; Discussion list for users of sipXecs software Cc: karoo-users at ossapp.com Subject: Re: [sipx-users] Karoo Bridge Core Library is now open source! Actualy we are using Karoo to connect all our remote user. We have architecture Sipx/Karoo, our platform is distributed in 4 countries (Argentina, USA, Uruguay y Colombia) and 3000 users. Thanks to Sipx and Karoo Team. Martin Rodriguez VoIP & Video Engineer AR: +54-11-4109-1700 ext 8249 US: +1 877 798 8104 ext 8249 UK: +44 20 7043 8269 ext 8249 martin.rodriguez at globant.com Laminar Plaza Tower Ingeniero Butty 240 9? Piso C1001AFB - Capital Federal On Thu, Jul 26, 2012 at 3:09 PM, Eric Hernaez > wrote: I am in favor of reviving OSBC :) On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor > wrote: > OSS Software Solutions released the OSS Core library for Karoo Bridge > under the L-GPL license today. This library is the B2BUA engine for > Karoo Bridge and can give way for other projects such as sipXecs to link > with a well tested and robust library for B2BUA and SBC purposes. On > top of this, I am contemplating on reviving OpenSBC from the dead using > OSS Core instead of OpenSIPStack. > > Source code can be found here: https://github.com/joegen/oss_core > > Joegen > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/ _______________________________________________ sipx-users mailing list sipx-users at list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipx-users/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.rodriguez at globant.com Thu Jul 26 14:35:01 2012 From: martin.rodriguez at globant.com (Martin Rodriguez) Date: Thu, 26 Jul 2012 16:35:01 -0300 Subject: [karoo-users] FW: [sipx-users] Karoo Bridge Core Library is now open source! In-Reply-To: References: <5010C4F2.6090608@ezuce.com> Message-ID: We are using Public Doc in Karoo website, step to step http://bridge.ossapp.com/karoo/Cookbook.pdf. We are making a GUI to Karoo manager for starting and in few week any integration to Sipx, we need to have centralized management, for people en Level Support 1 2 and 3 Martin Rodriguez VoIP & Video Engineer AR: +54-11-4109-1700 ext 8249 US: +1 877 798 8104 ext 8249 UK: +44 20 7043 8269 ext 8249 martin.rodriguez at globant.com Laminar Plaza Tower Ingeniero Butty 240 9? Piso C1001AFB - Capital Federal On Thu, Jul 26, 2012 at 3:51 PM, Todd Hodgen wrote: > ** ** > > Martin,**** > > ** ** > > Are you using the recipe from sipxecs wiki, or have you created your > own? I?m looking for a known working configuration for a sipx system. > **** > > ** ** > > Regards,**** > > ** ** > > Todd Hodgen**** > > ** ** > > *From:* sipx-users-bounces at list.sipfoundry.org > [mailto:sipx-users-bounces at list.sipfoundry.org] *On Behalf Of *Martin > Rodriguez > *Sent:* Thursday, July 26, 2012 11:30 AM > *To:* eric at hernaez.com; Discussion list for users of sipXecs software > *Cc:* karoo-users at ossapp.com > *Subject:* Re: [sipx-users] Karoo Bridge Core Library is now open source!* > *** > > ** ** > > Actualy we are using Karoo to connect all our remote user. We have > architecture Sipx/Karoo, our platform is distributed in 4 countries > (Argentina, USA, Uruguay y Colombia) and 3000 users.**** > > ** ** > > Thanks to Sipx and Karoo Team.**** > > ** ** > > ** ** > > Martin Rodriguez > VoIP & Video Engineer > AR: +54-11-4109-1700 ext 8249**** > > US: +1 877 798 8104 ext 8249**** > > UK: +44 20 7043 8269 ext 8249**** > > martin.rodriguez at globant.com > > Laminar Plaza Tower > Ingeniero Butty 240 9? Piso > C1001AFB - Capital Federal **** > > ** ** > > On Thu, Jul 26, 2012 at 3:09 PM, Eric Hernaez wrote:*** > * > > I am in favor of reviving OSBC :)**** > > > > On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor wrote: > > OSS Software Solutions released the OSS Core library for Karoo Bridge > > under the L-GPL license today. This library is the B2BUA engine for > > Karoo Bridge and can give way for other projects such as sipXecs to link > > with a well tested and robust library for B2BUA and SBC purposes. On > > top of this, I am contemplating on reviving OpenSBC from the dead using > > OSS Core instead of OpenSIPStack. > > > > Source code can be found here: https://github.com/joegen/oss_core > > > > Joegen > > _______________________________________________ > > sipx-users mailing list > > sipx-users at list.sipfoundry.org > > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/**** > > ** ** > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at hernaez.com Thu Jul 26 13:09:03 2012 From: eric at hernaez.com (Eric Hernaez) Date: Thu, 26 Jul 2012 14:09:03 -0400 Subject: [karoo-users] [sipx-users] Karoo Bridge Core Library is now open source! In-Reply-To: <5010C4F2.6090608@ezuce.com> References: <5010C4F2.6090608@ezuce.com> Message-ID: I am in favor of reviving OSBC :) On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor wrote: > OSS Software Solutions released the OSS Core library for Karoo Bridge > under the L-GPL license today. This library is the B2BUA engine for > Karoo Bridge and can give way for other projects such as sipXecs to link > with a well tested and robust library for B2BUA and SBC purposes. On > top of this, I am contemplating on reviving OpenSBC from the dead using > OSS Core instead of OpenSIPStack. > > Source code can be found here: https://github.com/joegen/oss_core > > Joegen > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/ From joegen at ossapp.com Mon Jul 2 22:32:49 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Tue, 03 Jul 2012 12:32:49 +0800 Subject: [karoo-users] Test Post Message-ID: <4FF275F1.2050604@ossapp.com> Please ignore From darren at dmmhosting.co.uk Mon Jul 23 09:29:25 2012 From: darren at dmmhosting.co.uk (Darren Williams) Date: Mon, 23 Jul 2012 16:29:25 +0100 Subject: [karoo-users] Test Message-ID: <6d1d4874-e626-4d39-9c74-1c0bef9d983f@dmmhosting.co.uk> Ignore -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Mon Jul 23 09:30:44 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Mon, 23 Jul 2012 23:30:44 +0800 Subject: [karoo-users] Test In-Reply-To: <6d1d4874-e626-4d39-9c74-1c0bef9d983f@dmmhosting.co.uk> References: <6d1d4874-e626-4d39-9c74-1c0bef9d983f@dmmhosting.co.uk> Message-ID: <500D6E24.2040001@ossapp.com> Ignored. On 07/23/2012 11:29 PM, Darren Williams wrote: > > Ignore > > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From darren at dmmhosting.co.uk Mon Jul 23 09:33:41 2012 From: darren at dmmhosting.co.uk (Darren Williams) Date: Mon, 23 Jul 2012 16:33:41 +0100 Subject: [karoo-users] Documentation Message-ID: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> Hi, Is there anywhere I can find any sample config for a NAT helper and upper registration to put in front of Asterisk/FreePBX in the same way that could be done with OpenSBC? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: From lunacristian at gmail.com Mon Jul 23 11:34:49 2012 From: lunacristian at gmail.com (Cristian Luna) Date: Mon, 23 Jul 2012 14:34:49 -0300 Subject: [karoo-users] Documentation In-Reply-To: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> References: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> Message-ID: Hi Darren, I'am user of karoo, in my environment DMZ(Karoo) -> Trust (Sipx) my settings for upper reg is this: route.js function Route() { } Route.prototype = new RouteProfile(); Route.prototype.isRoutable = function() { if (is_domain_routable(this)) return true; else return false; } your.sip.domain.js function is_domain_routable(profile) { var ip = profile.sipMessage.getSourceAddress(); var domain = profile.sipMessage.getFromHost(); if (ip != "IP_Karoo" && domain == "sip.domain.com") { profile.setTargetAddress("udp","IP_PBX","5060"); return true; }else { return false; } } Good luck 2012/7/23 Darren Williams > Hi,**** > > ** ** > > Is there anywhere I can find any sample config for a NAT helper and upper > registration to put in front of Asterisk/FreePBX in the same way that > could be done with OpenSBC?**** > > ** ** > > TIA**** > > ** ** > > ** ** > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Mon Jul 23 19:34:53 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Tue, 24 Jul 2012 09:34:53 +0800 Subject: [karoo-users] Documentation In-Reply-To: References: <263ed195-79c4-4515-a33c-16e0a04356b1@dmmhosting.co.uk> Message-ID: <500DFBBD.5080601@ossapp.com> Darren, There is a cookbook available in the website that demonstrates all the aspects of how routing can be done in Karoo Bridge. If you want to use Karoo Bridge as a transparent SBC, all you need to do is install and use it as an outbound proxy for your asterisk. It should work out of the box. Cristians example has an extra layer of checking where it checks the domain and manually set the target address. Joegen On 07/24/2012 01:34 AM, Cristian Luna wrote: > Hi Darren, > > I'am user of karoo, in my environment DMZ(Karoo) -> Trust (Sipx) my > settings for upper reg is this: > > route.js > > function Route() > { > } > > Route.prototype = new RouteProfile(); > > Route.prototype.isRoutable = function() > { > if (is_domain_routable(this)) > return true; > else > return false; > } > > your.sip.domain.js > > function is_domain_routable(profile) > { > var ip = profile.sipMessage.getSourceAddress(); > var domain = profile.sipMessage.getFromHost(); > > if (ip != "IP_Karoo" && domain == "sip.domain.com > ") > { > profile.setTargetAddress("udp","IP_PBX","5060"); > return true; > }else > { > return false; > } > } > > Good luck > > > 2012/7/23 Darren Williams > > > Hi, > > Is there anywhere I can find any sample config for a NAT helper > and upper registration to put in front of Asterisk/FreePBX in the > same way that could be done with OpenSBC? > > TIA > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From darren at dmmhosting.co.uk Tue Jul 24 18:07:51 2012 From: darren at dmmhosting.co.uk (Darren Williams) Date: Wed, 25 Jul 2012 01:07:51 +0100 Subject: [karoo-users] Documentation Message-ID: This is brilliant, it just works J Thanks for the help!! If I were to want to use it for more than 25 users, where can I get it from? Thanks again! Darren Williams -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Tue Jul 24 19:53:25 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Wed, 25 Jul 2012 09:53:25 +0800 Subject: [karoo-users] Documentation In-Reply-To: References: Message-ID: <500F5195.4030606@ossapp.com> All you need is to acquire a license from OSS Software Solutions. Send an email to cheryll at ossapp.com and she will give you a quote. Channels are in multiple of 500 RTP channels with 5K as maximum per box. On 07/25/2012 08:07 AM, Darren Williams wrote: > > This is brilliant, it just works J > > Thanks for the help!! If I were to want to use it for more than 25 > users, where can I get it from? > > Thanks again! > > Darren Williams > > > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbaclor at ezuce.com Wed Jul 25 22:17:54 2012 From: jbaclor at ezuce.com (Joegen Baclor) Date: Thu, 26 Jul 2012 12:17:54 +0800 Subject: [karoo-users] Karoo Bridge Core Library is now open source! Message-ID: <5010C4F2.6090608@ezuce.com> OSS Software Solutions released the OSS Core library for Karoo Bridge under the L-GPL license today. This library is the B2BUA engine for Karoo Bridge and can give way for other projects such as sipXecs to link with a well tested and robust library for B2BUA and SBC purposes. On top of this, I am contemplating on reviving OpenSBC from the dead using OSS Core instead of OpenSIPStack. Source code can be found here: https://github.com/joegen/oss_core Joegen From martin.rodriguez at globant.com Thu Jul 26 12:30:02 2012 From: martin.rodriguez at globant.com (Martin Rodriguez) Date: Thu, 26 Jul 2012 15:30:02 -0300 Subject: [karoo-users] [sipx-users] Karoo Bridge Core Library is now open source! In-Reply-To: References: <5010C4F2.6090608@ezuce.com> Message-ID: Actualy we are using Karoo to connect all our remote user. We have architecture Sipx/Karoo, our platform is distributed in 4 countries (Argentina, USA, Uruguay y Colombia) and 3000 users. Thanks to Sipx and Karoo Team. Martin Rodriguez VoIP & Video Engineer AR: +54-11-4109-1700 ext 8249 US: +1 877 798 8104 ext 8249 UK: +44 20 7043 8269 ext 8249 martin.rodriguez at globant.com Laminar Plaza Tower Ingeniero Butty 240 9? Piso C1001AFB - Capital Federal On Thu, Jul 26, 2012 at 3:09 PM, Eric Hernaez wrote: > I am in favor of reviving OSBC :) > > > On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor wrote: > > OSS Software Solutions released the OSS Core library for Karoo Bridge > > under the L-GPL license today. This library is the B2BUA engine for > > Karoo Bridge and can give way for other projects such as sipXecs to link > > with a well tested and robust library for B2BUA and SBC purposes. On > > top of this, I am contemplating on reviving OpenSBC from the dead using > > OSS Core instead of OpenSIPStack. > > > > Source code can be found here: https://github.com/joegen/oss_core > > > > Joegen > > _______________________________________________ > > sipx-users mailing list > > sipx-users at list.sipfoundry.org > > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From t.hodgen at MisiuSystems.com Thu Jul 26 12:51:19 2012 From: t.hodgen at MisiuSystems.com (Todd Hodgen) Date: Thu, 26 Jul 2012 18:51:19 +0000 Subject: [karoo-users] FW: [sipx-users] Karoo Bridge Core Library is now open source! References: <5010C4F2.6090608@ezuce.com> Message-ID: Martin, Are you using the recipe from sipxecs wiki, or have you created your own? I'm looking for a known working configuration for a sipx system. Regards, Todd Hodgen From: sipx-users-bounces at list.sipfoundry.org [mailto:sipx-users-bounces at list.sipfoundry.org] On Behalf Of Martin Rodriguez Sent: Thursday, July 26, 2012 11:30 AM To: eric at hernaez.com; Discussion list for users of sipXecs software Cc: karoo-users at ossapp.com Subject: Re: [sipx-users] Karoo Bridge Core Library is now open source! Actualy we are using Karoo to connect all our remote user. We have architecture Sipx/Karoo, our platform is distributed in 4 countries (Argentina, USA, Uruguay y Colombia) and 3000 users. Thanks to Sipx and Karoo Team. Martin Rodriguez VoIP & Video Engineer AR: +54-11-4109-1700 ext 8249 US: +1 877 798 8104 ext 8249 UK: +44 20 7043 8269 ext 8249 martin.rodriguez at globant.com Laminar Plaza Tower Ingeniero Butty 240 9? Piso C1001AFB - Capital Federal On Thu, Jul 26, 2012 at 3:09 PM, Eric Hernaez > wrote: I am in favor of reviving OSBC :) On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor > wrote: > OSS Software Solutions released the OSS Core library for Karoo Bridge > under the L-GPL license today. This library is the B2BUA engine for > Karoo Bridge and can give way for other projects such as sipXecs to link > with a well tested and robust library for B2BUA and SBC purposes. On > top of this, I am contemplating on reviving OpenSBC from the dead using > OSS Core instead of OpenSIPStack. > > Source code can be found here: https://github.com/joegen/oss_core > > Joegen > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/ _______________________________________________ sipx-users mailing list sipx-users at list.sipfoundry.org List Archive: http://list.sipfoundry.org/archive/sipx-users/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin.rodriguez at globant.com Thu Jul 26 13:35:01 2012 From: martin.rodriguez at globant.com (Martin Rodriguez) Date: Thu, 26 Jul 2012 16:35:01 -0300 Subject: [karoo-users] FW: [sipx-users] Karoo Bridge Core Library is now open source! In-Reply-To: References: <5010C4F2.6090608@ezuce.com> Message-ID: We are using Public Doc in Karoo website, step to step http://bridge.ossapp.com/karoo/Cookbook.pdf. We are making a GUI to Karoo manager for starting and in few week any integration to Sipx, we need to have centralized management, for people en Level Support 1 2 and 3 Martin Rodriguez VoIP & Video Engineer AR: +54-11-4109-1700 ext 8249 US: +1 877 798 8104 ext 8249 UK: +44 20 7043 8269 ext 8249 martin.rodriguez at globant.com Laminar Plaza Tower Ingeniero Butty 240 9? Piso C1001AFB - Capital Federal On Thu, Jul 26, 2012 at 3:51 PM, Todd Hodgen wrote: > ** ** > > Martin,**** > > ** ** > > Are you using the recipe from sipxecs wiki, or have you created your > own? I?m looking for a known working configuration for a sipx system. > **** > > ** ** > > Regards,**** > > ** ** > > Todd Hodgen**** > > ** ** > > *From:* sipx-users-bounces at list.sipfoundry.org > [mailto:sipx-users-bounces at list.sipfoundry.org] *On Behalf Of *Martin > Rodriguez > *Sent:* Thursday, July 26, 2012 11:30 AM > *To:* eric at hernaez.com; Discussion list for users of sipXecs software > *Cc:* karoo-users at ossapp.com > *Subject:* Re: [sipx-users] Karoo Bridge Core Library is now open source!* > *** > > ** ** > > Actualy we are using Karoo to connect all our remote user. We have > architecture Sipx/Karoo, our platform is distributed in 4 countries > (Argentina, USA, Uruguay y Colombia) and 3000 users.**** > > ** ** > > Thanks to Sipx and Karoo Team.**** > > ** ** > > ** ** > > Martin Rodriguez > VoIP & Video Engineer > AR: +54-11-4109-1700 ext 8249**** > > US: +1 877 798 8104 ext 8249**** > > UK: +44 20 7043 8269 ext 8249**** > > martin.rodriguez at globant.com > > Laminar Plaza Tower > Ingeniero Butty 240 9? Piso > C1001AFB - Capital Federal **** > > ** ** > > On Thu, Jul 26, 2012 at 3:09 PM, Eric Hernaez wrote:*** > * > > I am in favor of reviving OSBC :)**** > > > > On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor wrote: > > OSS Software Solutions released the OSS Core library for Karoo Bridge > > under the L-GPL license today. This library is the B2BUA engine for > > Karoo Bridge and can give way for other projects such as sipXecs to link > > with a well tested and robust library for B2BUA and SBC purposes. On > > top of this, I am contemplating on reviving OpenSBC from the dead using > > OSS Core instead of OpenSIPStack. > > > > Source code can be found here: https://github.com/joegen/oss_core > > > > Joegen > > _______________________________________________ > > sipx-users mailing list > > sipx-users at list.sipfoundry.org > > List Archive: http://list.sipfoundry.org/archive/sipx-users/ > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/**** > > ** ** > > _______________________________________________ > karoo-users mailing list > karoo-users at box685.bluehost.com > http://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at hernaez.com Thu Jul 26 12:09:03 2012 From: eric at hernaez.com (Eric Hernaez) Date: Thu, 26 Jul 2012 14:09:03 -0400 Subject: [karoo-users] [sipx-users] Karoo Bridge Core Library is now open source! In-Reply-To: <5010C4F2.6090608@ezuce.com> References: <5010C4F2.6090608@ezuce.com> Message-ID: I am in favor of reviving OSBC :) On Thu, Jul 26, 2012 at 12:17 AM, Joegen Baclor wrote: > OSS Software Solutions released the OSS Core library for Karoo Bridge > under the L-GPL license today. This library is the B2BUA engine for > Karoo Bridge and can give way for other projects such as sipXecs to link > with a well tested and robust library for B2BUA and SBC purposes. On > top of this, I am contemplating on reviving OpenSBC from the dead using > OSS Core instead of OpenSIPStack. > > Source code can be found here: https://github.com/joegen/oss_core > > Joegen > _______________________________________________ > sipx-users mailing list > sipx-users at list.sipfoundry.org > List Archive: http://list.sipfoundry.org/archive/sipx-users/