Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > VOIP > Using VoIP over a LAN

Reply
Thread Tools

Using VoIP over a LAN

 
 
reneluve
Guest
Posts: n/a
 
      01-20-2004
I am student in Telecommunication and I need information on how to use
VoIP in a LAN setting. So far all I'm getting is using VoIP over a WAN
via the internet. Is it possibe to configure the system to be used
just over the Local Area Network whereby calls from on side of the
network are routed over the data network (not the internet) to another
side of it.
In such a system would you need a gateway or a gatekeeper since the
packets remain in just the LAN? What actually do you need for such a
sytem? I would be pleased if someone could explain or give me a URL
with this information.

Thanks.
 
Reply With Quote
 
 
 
 
Do not
Guest
Posts: n/a
 
      01-20-2004
(reneluve) wrote:

>I am student in Telecommunication and I need information on how to use
>VoIP in a LAN setting. So far all I'm getting is using VoIP over a WAN
>via the internet. Is it possibe to configure the system to be used
>just over the Local Area Network whereby calls from on side of the
>network are routed over the data network (not the internet) to another
>side of it.
>In such a system would you need a gateway or a gatekeeper since the
>packets remain in just the LAN? What actually do you need for such a
>sytem? I would be pleased if someone could explain or give me a URL
>with this information.
>
>Thanks.



I'd like to know that too. If you get info post it here also.
 
Reply With Quote
 
 
 
 
Ian
Guest
Posts: n/a
 
      01-20-2004

"reneluve" <> wrote in message
news: om...
> I am student in Telecommunication and I need information on how to use
> VoIP in a LAN setting. So far all I'm getting is using VoIP over a WAN
> via the internet. Is it possibe to configure the system to be used
> just over the Local Area Network whereby calls from on side of the
> network are routed over the data network (not the internet) to another
> side of it.
> In such a system would you need a gateway or a gatekeeper since the
> packets remain in just the LAN? What actually do you need for such a
> sytem? I would be pleased if someone could explain or give me a URL
> with this information.
>
> Thanks.


Hi

have a look at Cisco and Mitels websites to start.

But as to gateways etc it depends on if you want to cal outside the LAN,
Odds on you do so you will need a gateway and a call manager for call
control etc.
But dont get to bogged down Voip is only another way of moving encoded voice
data between end points.

Ian


 
Reply With Quote
 
v
Guest
Posts: n/a
 
      01-20-2004
hi
> In such a system would you need a gateway or a gatekeeper since the
> packets remain in just the LAN? What actually do you need for such a
> sytem? I would be pleased if someone could explain or give me a URL
> with this information.

gatekeeper maps numbers,aliases or similar to ip-addresses and ports
(or well-known ports), so if You have a static address name space in a
LAN, one can make calls with an IP address, if Your phone supports this.
You dont need a gateway, becuase the calls do not leave the IP network
way of pots or isdn.
w.


 
Reply With Quote
 
Phil McKerracher
Guest
Posts: n/a
 
      01-20-2004

"reneluve" <> wrote in message
news: om...
> I am student in Telecommunication and I need information on how to use
> VoIP in a LAN setting. So far all I'm getting is using VoIP over a WAN
> via the internet. Is it possibe to configure the system to be used
> just over the Local Area Network whereby calls from on side of the
> network are routed over the data network (not the internet) to another
> side of it.
> In such a system would you need a gateway or a gatekeeper since the
> packets remain in just the LAN? What actually do you need for such a
> sytem? I would be pleased if someone could explain or give me a URL
> with this information.


SIP phones will generally work fine over a LAN (no gateway) provided there
are no firewalls in the way.

H.323 VoIP terminals generally won't work without a gateway.

Older VoIP applications using proprietary protocols (instant messaging
programs etc) generally won't work without a gateway. I'm not sure about
more recent ones.

Any computer that's behind a firewall or NAT router generally needs some
sort of gateway, because it's invisible to the outside world and therefore
can't receive incoming calls unless it has initiated a connection to an
intermediary.

--
Phil McKerracher
www.mckerracher.org




 
Reply With Quote
 
Andreas Sikkema
Guest
Posts: n/a
 
      01-21-2004
"Phil McKerracher" <> wrote in
news:LpdPb.4868$:

> SIP phones will generally work fine over a LAN (no gateway) provided
> there are no firewalls in the way.
>
> H.323 VoIP terminals generally won't work without a gateway.


Don't you mean gatekeeper in the last sentence? Anyway, neither is true.
Most phones have the ability to also "dial" IP addresses

--
Andreas
 
Reply With Quote
 
shope
Guest
Posts: n/a
 
      01-21-2004
"reneluve" <> wrote in message
news: om...
> I am student in Telecommunication and I need information on how to use
> VoIP in a LAN setting. So far all I'm getting is using VoIP over a WAN
> via the internet. Is it possibe to configure the system to be used
> just over the Local Area Network whereby calls from on side of the
> network are routed over the data network (not the internet) to another
> side of it.


Voip works over IP - doesnt matter whether it is a LAN or a WAN or something
more complex.

The protocols dont care that the transport is high speed, low loss and low
latency, but it does simplify things for a designer since delays are lower,
and QoS and call admission less of an issue with the much higher capacity of
the LAN compared to the requirements of each call.

In practice a lot of LAN based VoIP systems are pretending to be a PBX -
normally this is called IP telephony, IP PBX or something similar.

LAN IP telephony tends to use a higher bandwidth CODEC such as G.711 - not
much point tryinh to compress down to 8k when bandwidth is not a limited
resource.

> In such a system would you need a gateway or a gatekeeper since the
> packets remain in just the LAN? What actually do you need for such a
> sytem? I would be pleased if someone could explain or give me a URL
> with this information.


Depends - gatekeepers are there for several reasons, some to do with call
admission and bandwidth control which may not matter as much on a LAN, and
others such as IP address mapping which are still useful.
>
> Thanks.

--
Regards

Stephen Hope - remove xx from email to reply


 
Reply With Quote
 
reneluve
Guest
Posts: n/a
 
      01-22-2004
thank you all for your advice,
now what if I want to build the system myself just with traditional
telephones each connected to a computer on the LAN. What could I use
to create the interface (not a hardware) someone told me I could use
TAPI 3.0 and configure it , I don't know much about that.

regards.
rene
 
Reply With Quote
 
BMN
Guest
Posts: n/a
 
      01-23-2004

"reneluve" <> wrote in message
news: m...
> thank you all for your advice,
> now what if I want to build the system myself just with traditional
> telephones each connected to a computer on the LAN. What could I use
> to create the interface (not a hardware) someone told me I could use
> TAPI 3.0 and configure it , I don't know much about that.
>
> regards.
> rene


Not sure you could. You would need something to provide voltage and tone for
the phone, effectively recreating the wheel here. Just use a softphone, or
an actual IP phone (by the way most IP phones have a built in mini-switch so
you only need one Ethernet port). An ATA would allow you to run a Telco
conversation across a LAN, but why would you want to when you could just use
a freeware softphone at each PC.



 
Reply With Quote
 
Andreas Herrmann
Guest
Posts: n/a
 
      01-25-2004
Hi,
have you founded something to this topic? I´m a student in
telecommunications too. i have the same problem.
Are something in German?
Perhaps you can write me on
Ok? Thanks

"reneluve" <> schrieb im Newsbeitrag
news: om...
> I am student in Telecommunication and I need information on how to use
> VoIP in a LAN setting. So far all I'm getting is using VoIP over a WAN
> via the internet. Is it possibe to configure the system to be used
> just over the Local Area Network whereby calls from on side of the
> network are routed over the data network (not the internet) to another
> side of it.
> In such a system would you need a gateway or a gatekeeper since the
> packets remain in just the LAN? What actually do you need for such a
> sytem? I would be pleased if someone could explain or give me a URL
> with this information.
>
> Thanks.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VOIP over VPN over TCP over WAP over 3G Theo Markettos UK VOIP 2 02-14-2008 03:27 PM
Voip Updated Howto,Voip AT Home,Voip Phones,Voip Conference Calling likatrib@gmail.com Wireless Networking 0 05-30-2006 05:16 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, jonbonmike@gmail.com Wireless Networking 0 05-26-2006 01:56 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, jonbonmike@gmail.com VOIP 0 05-26-2006 01:42 PM
Voip Updated Howto,New Voip Phones,Voip Conferencing,Satellite Voip,Virtual PBX Solutions voip VOIP 0 05-21-2006 03:18 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57