From lunacristian at gmail.com Wed Aug 22 14:19:06 2012 From: lunacristian at gmail.com (Cristian Luna) Date: Wed, 22 Aug 2012 16:19:06 -0300 Subject: [karoo-users] SRTP and SIPS Message-ID: How to enable and configure SRTP and SIPS? Is there documentation or step by step guide? Best regards. Cristian Luna -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Wed Aug 22 16:11:15 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Thu, 23 Aug 2012 05:11:15 +0800 Subject: [karoo-users] SRTP and SIPS In-Reply-To: References: Message-ID: <50354AF3.1010808@ossapp.com> SRTP is end to end. Thus it is negotiated from caller to callee. Karoo will relay SRTP transparently. TLS and Web Socket transports in Karoo will be in version 1.6 which is expected to be out by 4th quarter. On 08/23/2012 03:19 AM, Cristian Luna wrote: > How to enable and configure SRTP and SIPS? > Is there documentation or step by step guide? > > Best regards. > > Cristian Luna > > > _______________________________________________ > 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 lunacristian at gmail.com Wed Aug 22 21:18:23 2012 From: lunacristian at gmail.com (Cristian Luna) Date: Wed, 22 Aug 2012 23:18:23 -0300 Subject: [karoo-users] SRTP and SIPS In-Reply-To: <50354AF3.1010808@ossapp.com> References: <50354AF3.1010808@ossapp.com> Message-ID: Thanks Joegen. 2012/8/22 Joegen E. Baclor > SRTP is end to end. Thus it is negotiated from caller to callee. Karoo > will relay SRTP transparently. TLS and Web Socket transports in Karoo will > be in version 1.6 which is expected to be out by 4th quarter. > > > On 08/23/2012 03:19 AM, Cristian Luna wrote: > > How to enable and configure SRTP and SIPS? > Is there documentation or step by step guide? > > Best regards. > > Cristian Luna > > > _______________________________________________ > karoo-users mailing listkaroo-users at box685.bluehost.comhttp://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at iptelesys.net Thu Aug 30 03:23:56 2012 From: doug at iptelesys.net (Doug Reid) Date: Thu, 30 Aug 2012 08:23:56 +0000 Subject: [karoo-users] Upper Registration and Invite routing with local RTP Message-ID: <25AD185AE1036C47A491B8AAAD3562CE32326139@INDO.ipt.local> Hi Joegen I have a requirement to setup a specific situation where we would need similar functionalities of the old OSBC but with more capability. There is a large project that will generate large sales volumes if I can achieve this. I need to use the B2BUA with Upper Registration Mode that keeps an AOR of relayed users, these AOR entries must be able to be interacted with. I need to connect a local UA on port 5050 through the SBC and the REGISTER must relay to an Upper Registration IP address. I need to then connect a trunk to a either Asterisk, Freeswitch or a gateway such as Audiocdes/NET/Vegastream. >From a routing perspective I need to have the following routing ability that can be altered when required: UA calls UA: * A local call can be made from UA to UA in the following codecs G711a/u, G729, AMR, GSM * If the UA is not present in the AOR then the next route will apply i.e the INVITE is sent to the ITSP or IP PBX with codec support for G711a/u, G729, AMR, GSM UA calls IP PBX * A local UA calls a predefined an extension dial plan i.e. 3XXX the INVITE is sent to the IP PBX to initiate a local RTP call * If the IP PBX rejects the INVITE there should be a ability for a alternate route to be sent for example to the ITSP or other routes IP PBX calls UA * If the IP PBX calls a UA on the SIP trunk the INVITE should initially search for the UA in the AOR and try initiate a call. * If the UA does not exist then the INVITE must be redirected to the ITSP or other route. As a last requirement if the Upper Registration route fails all above should still function except the route to the ITSP (like a SAS ability) Please let me know if you can assist? [Description: cid:image001.png at 01CD852F.58D084B0] Regards Doug -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 56906 bytes Desc: image003.png URL: From joegen at ossapp.com Thu Aug 30 06:04:54 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Thu, 30 Aug 2012 19:04:54 +0800 Subject: [karoo-users] Upper Registration and Invite routing with local RTP In-Reply-To: <25AD185AE1036C47A491B8AAAD3562CE32326139@INDO.ipt.local> References: <25AD185AE1036C47A491B8AAAD3562CE32326139@INDO.ipt.local> Message-ID: <503F48D6.6070909@ossapp.com> Hi Doug, I will update the cookbook to also include a failover recipe. I will give you an update when it is available. For the meantime, make sure that all the UA involved can handle 3xx responses. Karoo uses standard redirects for failover. Joegen On 08/30/2012 04:23 PM, Doug Reid wrote: > > Hi Joegen > > I have a requirement to setup a specific situation where we would need > similar functionalities of the old OSBC but with more capability. > There is a large project that will generate large sales volumes if I > can achieve this. > > I need to use the B2BUA with Upper Registration Mode that keeps an > AOR of relayed users, these AOR entries must be able to be interacted > with. > > I need to connect a local UA on port 5050 through the SBC and the > REGISTER must relay to an Upper Registration IP address. > > I need to then connect a trunk to a either Asterisk, Freeswitch or a > gateway such as Audiocdes/NET/Vegastream. > > From a routing perspective I need to have the following routing > ability that can be altered when required: > > UA calls UA: > > ?A local call can be made from UA to UA in the following codecs > G711a/u, G729, AMR, GSM > > ?If the UA is not present in the AOR then the next route will apply > i.e the INVITE is sent to the ITSP or IP PBX with codec support for > G711a/u, G729, AMR, GSM > > UA calls IP PBX > > ?A local UA calls a predefined an extension dial plan i.e. 3XXX the > INVITE is sent to the IP PBX to initiate a local RTP call > > ?If the IP PBX rejects the INVITE there should be a ability for a > alternate route to be sent for example to the ITSP or other routes > > IP PBX calls UA > > ?If the IP PBX calls a UA on the SIP trunk the INVITE should initially > search for the UA in the AOR and try initiate a call. > > ?If the UA does not exist then the INVITE must be redirected to the > ITSP or other route. > > As a last requirement if the Upper Registration route fails all above > should still function except the route to the ITSP (like a SAS ability) > > Please let me know if you can assist? > > Description: cid:image001.png at 01CD852F.58D084B0 > > Regards > > Doug > > > > _______________________________________________ > 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 56906 bytes Desc: not available URL: From lunacristian at gmail.com Wed Aug 22 13:19:06 2012 From: lunacristian at gmail.com (Cristian Luna) Date: Wed, 22 Aug 2012 16:19:06 -0300 Subject: [karoo-users] SRTP and SIPS Message-ID: How to enable and configure SRTP and SIPS? Is there documentation or step by step guide? Best regards. Cristian Luna -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Wed Aug 22 15:11:15 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Thu, 23 Aug 2012 05:11:15 +0800 Subject: [karoo-users] SRTP and SIPS In-Reply-To: References: Message-ID: <50354AF3.1010808@ossapp.com> SRTP is end to end. Thus it is negotiated from caller to callee. Karoo will relay SRTP transparently. TLS and Web Socket transports in Karoo will be in version 1.6 which is expected to be out by 4th quarter. On 08/23/2012 03:19 AM, Cristian Luna wrote: > How to enable and configure SRTP and SIPS? > Is there documentation or step by step guide? > > Best regards. > > Cristian Luna > > > _______________________________________________ > 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 lunacristian at gmail.com Wed Aug 22 20:18:23 2012 From: lunacristian at gmail.com (Cristian Luna) Date: Wed, 22 Aug 2012 23:18:23 -0300 Subject: [karoo-users] SRTP and SIPS In-Reply-To: <50354AF3.1010808@ossapp.com> References: <50354AF3.1010808@ossapp.com> Message-ID: Thanks Joegen. 2012/8/22 Joegen E. Baclor > SRTP is end to end. Thus it is negotiated from caller to callee. Karoo > will relay SRTP transparently. TLS and Web Socket transports in Karoo will > be in version 1.6 which is expected to be out by 4th quarter. > > > On 08/23/2012 03:19 AM, Cristian Luna wrote: > > How to enable and configure SRTP and SIPS? > Is there documentation or step by step guide? > > Best regards. > > Cristian Luna > > > _______________________________________________ > karoo-users mailing listkaroo-users at box685.bluehost.comhttp://box685.bluehost.com/mailman/listinfo/karoo-users_ossapp.com > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at iptelesys.net Thu Aug 30 02:23:56 2012 From: doug at iptelesys.net (Doug Reid) Date: Thu, 30 Aug 2012 08:23:56 +0000 Subject: [karoo-users] Upper Registration and Invite routing with local RTP Message-ID: <25AD185AE1036C47A491B8AAAD3562CE32326139@INDO.ipt.local> Hi Joegen I have a requirement to setup a specific situation where we would need similar functionalities of the old OSBC but with more capability. There is a large project that will generate large sales volumes if I can achieve this. I need to use the B2BUA with Upper Registration Mode that keeps an AOR of relayed users, these AOR entries must be able to be interacted with. I need to connect a local UA on port 5050 through the SBC and the REGISTER must relay to an Upper Registration IP address. I need to then connect a trunk to a either Asterisk, Freeswitch or a gateway such as Audiocdes/NET/Vegastream. >From a routing perspective I need to have the following routing ability that can be altered when required: UA calls UA: * A local call can be made from UA to UA in the following codecs G711a/u, G729, AMR, GSM * If the UA is not present in the AOR then the next route will apply i.e the INVITE is sent to the ITSP or IP PBX with codec support for G711a/u, G729, AMR, GSM UA calls IP PBX * A local UA calls a predefined an extension dial plan i.e. 3XXX the INVITE is sent to the IP PBX to initiate a local RTP call * If the IP PBX rejects the INVITE there should be a ability for a alternate route to be sent for example to the ITSP or other routes IP PBX calls UA * If the IP PBX calls a UA on the SIP trunk the INVITE should initially search for the UA in the AOR and try initiate a call. * If the UA does not exist then the INVITE must be redirected to the ITSP or other route. As a last requirement if the Upper Registration route fails all above should still function except the route to the ITSP (like a SAS ability) Please let me know if you can assist? [Description: cid:image001.png at 01CD852F.58D084B0] Regards Doug -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 56906 bytes Desc: image003.png URL: From joegen at ossapp.com Thu Aug 30 05:04:54 2012 From: joegen at ossapp.com (Joegen E. Baclor) Date: Thu, 30 Aug 2012 19:04:54 +0800 Subject: [karoo-users] Upper Registration and Invite routing with local RTP In-Reply-To: <25AD185AE1036C47A491B8AAAD3562CE32326139@INDO.ipt.local> References: <25AD185AE1036C47A491B8AAAD3562CE32326139@INDO.ipt.local> Message-ID: <503F48D6.6070909@ossapp.com> Hi Doug, I will update the cookbook to also include a failover recipe. I will give you an update when it is available. For the meantime, make sure that all the UA involved can handle 3xx responses. Karoo uses standard redirects for failover. Joegen On 08/30/2012 04:23 PM, Doug Reid wrote: > > Hi Joegen > > I have a requirement to setup a specific situation where we would need > similar functionalities of the old OSBC but with more capability. > There is a large project that will generate large sales volumes if I > can achieve this. > > I need to use the B2BUA with Upper Registration Mode that keeps an > AOR of relayed users, these AOR entries must be able to be interacted > with. > > I need to connect a local UA on port 5050 through the SBC and the > REGISTER must relay to an Upper Registration IP address. > > I need to then connect a trunk to a either Asterisk, Freeswitch or a > gateway such as Audiocdes/NET/Vegastream. > > From a routing perspective I need to have the following routing > ability that can be altered when required: > > UA calls UA: > > ?A local call can be made from UA to UA in the following codecs > G711a/u, G729, AMR, GSM > > ?If the UA is not present in the AOR then the next route will apply > i.e the INVITE is sent to the ITSP or IP PBX with codec support for > G711a/u, G729, AMR, GSM > > UA calls IP PBX > > ?A local UA calls a predefined an extension dial plan i.e. 3XXX the > INVITE is sent to the IP PBX to initiate a local RTP call > > ?If the IP PBX rejects the INVITE there should be a ability for a > alternate route to be sent for example to the ITSP or other routes > > IP PBX calls UA > > ?If the IP PBX calls a UA on the SIP trunk the INVITE should initially > search for the UA in the AOR and try initiate a call. > > ?If the UA does not exist then the INVITE must be redirected to the > ITSP or other route. > > As a last requirement if the Upper Registration route fails all above > should still function except the route to the ITSP (like a SAS ability) > > Please let me know if you can assist? > > Description: cid:image001.png at 01CD852F.58D084B0 > > Regards > > Doug > > > > _______________________________________________ > 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 56906 bytes Desc: not available URL: