Questions tagged [voip]

Voice over Internet Protocol (Voice over IP, VoIP) is one of a family of internet technologies, communication protocols, and transmission technologies for delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet.

Other terms frequently encountered and often used synonymously with VoIP are IP telephony, Internet telephony, voice over broadband (VoBB), broadband telephony, and broadband phone.

Internet telephony refers to communications services — voice, fax, SMS, and/or voice-messaging applications — that are transported via the Internet, rather than the public switched telephone network (PSTN). The steps involved in originating a VoIP telephone call are signaling and media channel setup, digitization of the analog voice signal, encoding, packetization, and transmission as Internet Protocol (IP) packets over a packet-switched network. On the receiving side, similar steps (usually in the reverse order) such as reception of the IP packets, decoding of the packets and digital-to-analog conversion reproduce the original voice stream.

VoIP systems employ session control protocols to control the set-up and tear-down of calls as well as audio codecs which encode speech allowing transmission over an IP network as digital audio via an audio stream. The codec used is varied between different implementations of VoIP (and often a range of codecs are used); some implementations rely on narrowband and compressed speech, while others support high fidelity stereo codecs.

http://en.wikipedia.org/wiki/Voice_over_IP

452 questions
4
votes
2 answers

Add unmanaged switch to VLAN port

I have a situation where needed to create network within about 20 offices. Typically each office is rented by different company, but some of them has two or more rooms. So i have no idea how many and which devices they going to connect. I am…
Y Borys
  • 145
  • 1
  • 5
4
votes
1 answer

Call from '201' to extension '202' rejected because extension not found in context 'test'

I have this code on my extensions.conf [test] exten => 20,1,Answer() exten => 20,n,Playback(hello-world) exten => 20,n,Hangup() and this is my…
Agent69
  • 141
  • 1
  • 2
4
votes
1 answer

Redirect Call Back Out To PSTN

I'm wondering if it's possible on a VoIP system (specifically Asterisk) over SIP trunks to redirect a call back out to the PSTN to no longer be routed through the PBX. What I'd like to do is see about brokering connections between two 10 digit…
StrangeWill
  • 541
  • 5
  • 16
4
votes
1 answer

Asterisk behind NAT sets wrong Contact Header

I'm using SIP with asterisk 13.1.0 behind a statically configured NAT. The servers private_ip differs from the public_ip, where I can reach it. I've already set these options in the sip.conf…
4
votes
1 answer

Ping time variation correlates with IP phones not working

We have an IP Phone system (most models are snom 320). Today someone's phone has decided to stop working. It has an IP address assigned to it by DHCP, and I can sometimes go to it's IP address to view the phone's configuration page. Sometimes the…
Nick
  • 151
  • 2
4
votes
0 answers

RTP analysis - Discerning ptime (packetization time) for a given VoIP packet capture

I would like some help on the subject of an automated way of discerning the average packetization time (ptime) of a VoIP call's packet capture. The reason I am not depending on the value in the SDP is because some PBXs that I work with, send their…
bomp
  • 141
  • 2
4
votes
2 answers

What would cause a PBX or SIP phone to not register on the network when using Netgear Switches?

We have 3 different types of switches in our network. All of our IP Phones are running on HP 2520-24 PoE switches. Our primary backbone is "supposed to be" running on Netgear GS748T switches. Our OLD switches are Dell PowerConnect 2848. These…
Chase Florell
  • 580
  • 3
  • 14
  • 29
4
votes
6 answers

Cisco vs Everything else

A huge debate raged when we were setting up a new phone system. The guys doing the install did not believe in paying high prices for Cisco gear when they could do the same things with lower priced alternatives. From what I have seen Cisco is rock…
Terry
  • 1,073
  • 1
  • 11
  • 17
4
votes
4 answers

How to stop registration attempts on Asterisk

The main question: My Asterisk logs are littered with messages like these: [2012-05-29 15:53:49] NOTICE[5578] chan_sip.c: Registration from '' failed for '37.75.210.177' - No matching peer found [2012-05-29 15:53:50]…
Travesty3
  • 249
  • 1
  • 3
  • 13
4
votes
4 answers

What does "non-IP" originated traffic mean in a TOS?

I am looking at VoIP providers and many of them have a part of their TOS that says they don't allow "non-IP originated traffic." Excerpt from TOS: You shall only send to [DELETED COMPANY NAME] network traffic which is originated via Internet…
cinix
  • 43
  • 3
4
votes
1 answer

asterisk/freeswitch in nat/no-nat setup

my current setup - i use bunch of sip hard-phones around few offices. all devices have two sip accounts configured - one on internal sip proxy [for calls between the branches], another - at 3rd party voip providers [ since it's in different…
pQd
  • 29,981
  • 6
  • 66
  • 109
4
votes
3 answers

Any good phone system on a Windows Environment?

I am looking for a phone system that integrate well with an (almost) 100% Microsoft environment. I would like something that can integrate with Exchange and Active Directory (in-phone searching/calling by name (is this possible using SIP ?), etc)…
Kedare
  • 1,786
  • 4
  • 20
  • 37
3
votes
2 answers

DHCP and DNS services configuration for VOIP system, windows domain, etc

My company has numerous physical offices (for purposes of this discussion, 15 buildings). Some of them are well-connected to our primary data center via fiber. Others will be connected to the data center by P2P T1. We are in the beginning stages of…
aNullValue
  • 447
  • 5
  • 10
3
votes
2 answers

Logs concerning failed IAX2 registration attempt missing on Asterisk server

I am trying to register a VoIP softphone (Zoiper app for iOS) with an Asterisk installation via IAX2. At present, this results in an error message "Registration Refused (29)" on the side of the softphone. Can I obtain more information about this…
Drux
  • 656
  • 1
  • 9
  • 24
3
votes
3 answers

Cheap VoIP Phone Recommendation

I'm looking for an inexpensive corded VoIP phone for my home office that supports SIP. I've been using an old Cisco 7905G with SIP firmware but I'm concerned about security considering that it's REAAALLLY old and has been unsupported for several…
Mike B
  • 11,871
  • 42
  • 107
  • 168
1 2
3
30 31