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 
comparisons that include iax2 trunking / alaw and iax2 / alaw and 
concludes that IAX2 trunking is more than twice as fast as non 
trunking IAX.

Forgive the newbie question, but what is this distinction?  In what 
cases is a connection 'trunking' or 'not'?  If I have a register = 
statement in my iax.conf file, is that a trunked connection to my DiD 
provider?

Thanks!
--
Mark Eissler, [EMAIL PROTECTED]
Mixtur Interactive, Inc. [EMAIL PROTECTED] http://www.mixtur.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


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
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

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


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 let that stop me from
offering opinion! :-D

Could it be because RTP requires another connection for control (RTPC).
I think is one port higher than the data port!?!?!?!
IAX has a saving for this to maybe?

If that's wrong then I stand corrected but that's my laymans
understanding.

alex


This email and any attached files are confidential and copyright protected.  If 
you are not the addressee, any dissemination, distribution or copying of this 
communication is strictly prohibited.  Unless otherwise expressly agreed in 
writing, nothing stated in this communication shall be legally binding.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


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 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
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
-A.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
--
Mark Eissler, [EMAIL PROTECTED]
Mixtur Interactive, Inc. [EMAIL PROTECTED] http://www.mixtur.com
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[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 than twice as fast as non 
trunking IAX.

Forgive the newbie question, but what is this distinction?  In what 
cases is a connection 'trunking' or 'not'?  If I have a register = 
statement in my iax.conf file, is that a trunked connection to my DiD 
provider?

Thanks!
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users