Re: [Asterisk-Users] IAX2 ports usage

2003-09-04 Thread Ian Blenke
> Denzel said:
HI!
but when making iax2 calls, a packet monitor would only reveal this UDP port. (Between 
two * servers) ??
   4569  proto: U
This is correct. IAX uses 5036 and IAX2 uses 4569, ONLY. Both include 
signalling *and* voice, there is no RTP with these transports.

( I would assume even the RTP headers get enclosed by UDP, so there should have been more UDP port variants. Not the case when monitored.)
RTP is UDP based protocol, it uses dynamically assigned UDP ports for 
communication.

IAX/IAX2 do NOT use RTP.

I've got these in my rtp.conf
   rtpstart=1
   rtpend=2
Does it mean RTP use the above udp port range ?( 1~2).
Yes, for all protocols that use RTP as a transport (SIP, H.323, etc).

 From: Wade J. Weppler 
 The RDP packets need to be dealt with as well.
No "RTP" packets with IAX/IAX2.

 hi all !

 we've got IAX2 protocol working between several Asterisk servers. Now we are concerned with doing bandwidth management to maintain an acceptable voice quality. We thought of prioritizing the udp traffic. ( Giving a high priority to those IAX2 udp ports.)

 I know that IAX2 uses udp/4569. Is there any other traffic/ports that we need to consider for bandwidth shaping w.r.t IAX2.
The correct answer to your question the first time should have been "No, 
there are no other ports to worry about".

Someone please correct me if I'm wrong.

--
- Ian C. Blenke <[EMAIL PROTECTED]>
(This message bound by the following:
http://www.nks.net/email_disclaimer.html)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IAX2 ports usage

2003-09-04 Thread Martin Pycko
RTP ports are not applying to IAX/IAX2.

Martin

On Thu, 4 Sep 2003, WipeOut . wrote:

> Yes, The RTP ports in * are configurable in rtp.conf..
>
> The default is 1 - 2
>
> Later
>
> > HI!
> > but when making iax2 calls, a packet monitor would only reveal this UDP port. 
> > (Between two * servers) ??
> > 4569  proto: U
> >
> > ( I would assume even the RTP headers get enclosed by UDP, so there should have 
> > been more UDP port variants. Not the case when monitored.)
> >
> > I've got these in my rtp.conf
> > rtpstart=1
> > rtpend=2
> > Does it mean RTP use the above udp port range ?( 1~2).
> >
> > denzel
> >
> >   - Original Message -
> >   From: Wade J. Weppler
> >   To: [EMAIL PROTECTED]
> >   Sent: Thursday, September 04, 2003 8:42 AM
> >   Subject: RE: [Asterisk-Users] IAX2 ports usage
> >
> >
> >   The RDP packets need to be dealt with as well.
> >
> >
> >
> >   They are specified in rtp.conf
> >
> >
> >
> >   -wade
> >
> >
> >
> >   -Original Message-
> >   From: denzel-infotechs [mailto:[EMAIL PROTECTED]
> >   Sent: Thursday, September 04, 2003 12:29 AM
> >   To: [EMAIL PROTECTED]
> >   Subject: [Asterisk-Users] IAX2 ports usage
> >
> >
> >
> >   hi all !
> >
> >   we've got IAX2 protocol working between several Asterisk servers. Now we are 
> > concerned with doing bandwidth management to maintain an acceptable voice quality. 
> > We thought of prioritizing the udp traffic. ( Giving a high priority to those IAX2 
> > udp ports.)
> >
> >   I know that IAX2 uses udp/4569. Is there any other traffic/ports that we 
> > need to consider for bandwidth shaping w.r.t IAX2.
> >
> >
> >
> >   DenZel.
> >
>
> --
> __
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IAX2 ports usage

2003-09-03 Thread WipeOut .
Yes, The RTP ports in * are configurable in rtp.conf..

The default is 1 - 2

Later

> HI!
> but when making iax2 calls, a packet monitor would only reveal this UDP port. 
> (Between two * servers) ??
> 4569  proto: U
> 
> ( I would assume even the RTP headers get enclosed by UDP, so there should have been 
> more UDP port variants. Not the case when monitored.)
> 
> I've got these in my rtp.conf
> rtpstart=1
> rtpend=2
> Does it mean RTP use the above udp port range ?( 1~2).
> 
> denzel
> 
>   - Original Message - 
>   From: Wade J. Weppler 
>   To: [EMAIL PROTECTED] 
>   Sent: Thursday, September 04, 2003 8:42 AM
>   Subject: RE: [Asterisk-Users] IAX2 ports usage
> 
> 
>   The RDP packets need to be dealt with as well.
> 
> 
> 
>   They are specified in rtp.conf
> 
> 
> 
>   -wade
> 
> 
> 
>   -Original Message-
>   From: denzel-infotechs [mailto:[EMAIL PROTECTED] 
>   Sent: Thursday, September 04, 2003 12:29 AM
>   To: [EMAIL PROTECTED]
>   Subject: [Asterisk-Users] IAX2 ports usage
> 
> 
> 
>   hi all !
> 
>   we've got IAX2 protocol working between several Asterisk servers. Now we are 
> concerned with doing bandwidth management to maintain an acceptable voice quality. 
> We thought of prioritizing the udp traffic. ( Giving a high priority to those IAX2 
> udp ports.)
> 
>   I know that IAX2 uses udp/4569. Is there any other traffic/ports that we need 
> to consider for bandwidth shaping w.r.t IAX2.
> 
> 
> 
>   DenZel.
> 

-- 
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

Powered by Outblaze
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] IAX2 ports usage

2003-09-03 Thread denzel-infotechs



HI!
but when making iax2 calls, a packet monitor would 
only reveal this UDP port. (Between two * servers) ??
    4569  proto: U
 
( I would assume even the RTP headers get enclosed 
by UDP, so there should have been more UDP port variants. Not the case when 
monitored.)
 
I've got these in my rtp.conf
    
rtpstart=1    rtpend=2
Does it mean RTP use the above udp port range ?( 
1~2).
 
denzel
 

  - Original Message - 
  From: 
  Wade J. 
  Weppler 
  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, September 04, 2003 8:42 
  AM
  Subject: RE: [Asterisk-Users] IAX2 ports 
  usage
  
  
  The RDP packets need 
  to be dealt with as well.
   
  They are specified in 
  rtp.conf
   
  -wade
   
  
  -Original 
  Message-From: 
  denzel-infotechs [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 12:29 
  AMTo: [EMAIL PROTECTED]Subject: [Asterisk-Users] IAX2 ports 
  usage
   
  
  hi all !
  
      we've got IAX2 
  protocol working between several Asterisk servers. Now we are concerned with 
  doing bandwidth management to maintain an acceptable voice quality. We thought 
  of prioritizing the udp traffic. ( Giving a high priority to those IAX2 udp 
  ports.)
  
      I know that 
  IAX2 uses udp/4569. Is there any other traffic/ports that we need to consider 
  for bandwidth shaping w.r.t IAX2.
  
   
  
  DenZel.


RE: [Asterisk-Users] IAX2 ports usage

2003-09-03 Thread Wade J. Weppler









The RDP packets need to be dealt with as
well.

 

They are specified in rtp.conf

 

-wade

 



-Original Message-
From: denzel-infotechs
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 04, 2003
12:29 AM
To:
[EMAIL PROTECTED]
Subject: [Asterisk-Users] IAX2
ports usage

 



hi all !





    we've got IAX2 protocol working between
several Asterisk servers. Now we are concerned with doing bandwidth management
to maintain an acceptable voice quality. We thought of prioritizing the udp
traffic. ( Giving a high priority to those IAX2 udp ports.)





    I know that IAX2 uses udp/4569. Is there
any other traffic/ports that we need to consider for bandwidth shaping w.r.t
IAX2.





 





DenZel.