Re: [asterisk-users] Network based transcoding

2013-04-12 Thread Nick Khamis
For anyone else that may be interested in the future, I found a
detailed depiction here:

http://wiki.sangoma.com/ntg-theory-of-operation


Thanks again,

N.

On 4/12/13, Nick Khamis  wrote:
> Sorry for the missing info. Our current architecture is as such:
>
> NAT <-> SIP/RTP Proxy <-> *(n)
>
> Our concurrent sessions usually peak at between 700-800 channels. On
> average about 450. I will of course look at the documentation to
> better understand how a transcoding appliance would fit in our
> architecture, and thank you so much for the links!!! But generally
> speaking, does the appliance process/transocde the RTP stream and then
> forward it to our SIP/RTPProxy? Is it really that easy? :)
>
> Again, I will breeze through the documentation to get the detailed
> "how it works" info I am looking for.
>
>
> Thanks Kindly,
>
> N.
>
> On 4/12/13, jg  wrote:
>> What do you mean with servers? A simple proxy, or a B2BUA (aka
>> Asterisk)? Depending on the basic configuration the "server" might or
>> might not have to deal with some or all of the RTP-streams.
>>
>> The already mentioned company Sangoma usually has good documentation
>> about their products (see
>> http://www.sangoma.com/products/d500-400-2000-sessions/ or
>> http://www.sangoma.com/products/d150-30-400-sessions/) and examples on
>> how to use them.
>>
>> jg
>>
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>> New to Asterisk? Join us for a live introductory webinar every Thurs:
>>http://www.asterisk.org/hello
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Network based transcoding

2013-04-12 Thread Nick Khamis
Sorry for the missing info. Our current architecture is as such:

NAT <-> SIP/RTP Proxy <-> *(n)

Our concurrent sessions usually peak at between 700-800 channels. On
average about 450. I will of course look at the documentation to
better understand how a transcoding appliance would fit in our
architecture, and thank you so much for the links!!! But generally
speaking, does the appliance process/transocde the RTP stream and then
forward it to our SIP/RTPProxy? Is it really that easy? :)

Again, I will breeze through the documentation to get the detailed
"how it works" info I am looking for.


Thanks Kindly,

N.

On 4/12/13, jg  wrote:
> What do you mean with servers? A simple proxy, or a B2BUA (aka
> Asterisk)? Depending on the basic configuration the "server" might or
> might not have to deal with some or all of the RTP-streams.
>
> The already mentioned company Sangoma usually has good documentation
> about their products (see
> http://www.sangoma.com/products/d500-400-2000-sessions/ or
> http://www.sangoma.com/products/d150-30-400-sessions/) and examples on
> how to use them.
>
> jg
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Network based transcoding

2013-04-12 Thread jg
What do you mean with servers? A simple proxy, or a B2BUA (aka 
Asterisk)? Depending on the basic configuration the "server" might or 
might not have to deal with some or all of the RTP-streams.


The already mentioned company Sangoma usually has good documentation 
about their products (see 
http://www.sangoma.com/products/d500-400-2000-sessions/ or 
http://www.sangoma.com/products/d150-30-400-sessions/) and examples on 
how to use them.


jg

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Network based transcoding

2013-04-12 Thread Chris Bagnall

On 12/4/13 4:38 pm, Nick Khamis wrote:

 We were looking more into the lines of a
scalable multi server router like a cisco 3745.


Perhaps it might help to tell the list just how many concurrent calls 
you're looking to transcode?


Kind regards,

Chris
--
This email is made from 100% recycled electrons

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Network based transcoding

2013-04-12 Thread Nick Khamis
Hello Gentlemen,

Thank you so much for your response, we have adopted transcoding cards
in our old system, and they do have some limitations, especially when
it comes to concurrent calls. We were looking more into the lines of a
scalable multi server router like a cisco 3745. And loading it with
maximum number of packet voice DSP modules.
A gateway like the ones mentioned would also work fine. Anything but
an SBC, since we handle that on our own, and it would just be
redundant. What I am kind of unclear about, is how a network appliance
would fit into our architecture when it comes to processing the RTP
streams before passing it on to our servers for example Please
excuse my noob question ;)

N.

On 4/12/13, jg  wrote:
> Did you already look at transcoding cards?
> E.g.: http://www.sangoma.com/media-processing/voice-transcoding-boards/
> They also have separate boxes
> (http://www.sangoma.com/products/netborder-transcoding-appliance/).
>
> Personally, I prefer to have everything in a single box if there aren't
> too many parallel calls.
>
> jg
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Network based transcoding

2013-04-12 Thread jg

Did you already look at transcoding cards?
E.g.: http://www.sangoma.com/media-processing/voice-transcoding-boards/
They also have separate boxes 
(http://www.sangoma.com/products/netborder-transcoding-appliance/).


Personally, I prefer to have everything in a single box if there aren't 
too many parallel calls.


jg

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Network based transcoding

2013-04-12 Thread Eric Wieling
Sangoma has transcoding cards which support access over PCIe or Ethernet.


From: asterisk-users-boun...@lists.digium.com 
[asterisk-users-boun...@lists.digium.com] On Behalf Of Nick Khamis 
[sym...@gmail.com]
Sent: Friday, April 12, 2013 9:01 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Network based transcoding

Hello Everyone,

We are looking for solutions where the transcoding is abstracted away
from our * box (i.e., to the network layer) using some carrier grade
gateway, or router.

The reason for my post is to know about solutions people have used in
the past, and how it fits into their overall architecture. Our
transcoding needs consists mainly of u/alaw <-> g729, and gsm would
also be good General details on how this would work, and
concurrent capacities are greatly appreciated.

Thanks in Advance,

Nick.

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Network based transcoding

2013-04-12 Thread Nick Khamis
Hello Everyone,

We are looking for solutions where the transcoding is abstracted away
from our * box (i.e., to the network layer) using some carrier grade
gateway, or router.

The reason for my post is to know about solutions people have used in
the past, and how it fits into their overall architecture. Our
transcoding needs consists mainly of u/alaw <-> g729, and gsm would
also be good General details on how this would work, and
concurrent capacities are greatly appreciated.

Thanks in Advance,

Nick.

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users