[Asterisk-Users] Trunked IAX or not

2005-01-30 Thread Spencer Nassar
Has anyone benchmarked Asterisk on a dedicated single versus dual processor machine? http://www.astertest.com/ Cheers, Philipp The test results that Philipp pointed out show some protocol comparisons that include "iax2 trunking / alaw" and "iax2 / alaw" and concludes that "IAX2 trunking is more t

Re: [Asterisk-Users] Trunked IAX or not

2005-01-31 Thread Mark Eissler
You must set trunk=yes in the context of the relevant provider. Not all providers support it. The benefit of trunking grows exponentially with the number of calls in progress. -mark On Jan 31, 2005, at 2:24 AM, Spencer Nassar wrote: The test results that Philipp pointed out show some protocol c

Re: [Asterisk-Users] Trunked IAX or not

2005-01-31 Thread Andrew Kohlsmith
On January 31, 2005 08:57 am, Mark Eissler wrote: > You must set trunk=yes in the context of the relevant provider. Not all > providers support it. The benefit of trunking grows exponentially with > the number of calls in progress. Isn't it just a linear savings? 1 call: UDP overhead + voice data

RE: [Asterisk-Users] Trunked IAX or not

2005-01-31 Thread Alex Barnes
> > Isn't it just a linear savings? > > 1 call: UDP overhead + voice data > 2 calls: UDP overhead + voice data + voice data > 3 calls: UDP overhead + 3xvoice data > etc... > > without trunking the UDP overhead is repeated for each voice call > I know nothing about the IAX protocol but I wont l

Re: [Asterisk-Users] Trunked IAX or not

2005-01-31 Thread Mark Eissler
Yes, you are correct. Instead of separating the RTP streams for each call, trunking combines them in order to save on overhead. -mark On Jan 31, 2005, at 9:38 AM, Andrew Kohlsmith wrote: On January 31, 2005 08:57 am, Mark Eissler wrote: You must set trunk=yes in the context of the relevant provid