>From a technical point UDP and TCP ports are separate, a server listening for TCP requests on port 80 wont see any UDP traffic on that port unless it explicitly opens a UDP socket. Tunneling in on UDP port 80 might be possible if the routing rules that are in place dont specify to allow only TCP on port 80.
On Thu, Feb 11, 2010 at 1:05 PM, Stephen Davies <[email protected]> wrote: > Problem is that the port 80 you are talking about is a TCP port. Voip > (iax and rtp) use UDP > > On 2/11/10, mosbah.abdelkader <[email protected]> wrote: >> Thank you Jamie for your good reply. >> >> >> It is a very good idea to hava the media and control transported over the >> same port with IAX protocol. >> >> >> The difficulty is in that the port is not well known by the network admins. >> It is usually blocked. >> >> >> My idea is to use a well know port like port 80 (that is not blocked). Skype >> for example uses this port. >> >> >> I need recommendations and help. >> >> Thanks. >> >> *-- >> Please discover scientific miracles of CORAN >> >> http://www.55a.net/* >> > > -- > Sent from my mobile device > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > 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 -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
