Questions tagged [sip]

The Session Initiation Protocol (SIP) is an IETF-defined signaling protocol widely used for controlling communication sessions such as voice and video calls over Internet Protocol (IP). The protocol can be used for creating, modifying and terminating two-party (unicast) or multiparty (multicast) sessions. Sessions may consist of one or several media streams.

The Session Initiation Protocol (SIP) is an IETF-defined signaling protocol widely used for controlling communication sessions such as voice and video calls over Internet Protocol (IP). The protocol can be used for creating, modifying and terminating two-party (unicast) or multiparty (multicast) sessions. Sessions may consist of one or several media streams.

The SIP protocol is an Application Layer protocol designed to be independent of the underlying Transport Layer; it can run on Transmission Control Protocol (TCP), User Datagram Protocol (UDP), or Stream Control Transmission Protocol (SCTP).It is a text-based protocol, incorporating many elements of the Hypertext Transfer Protocol (HTTP) and the Simple Mail Transfer Protocol (SMTP).

Source: wikipedia

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

Asterisk Intrusion Prevention

Let me start of by saying that I'm a noob, and what I've figured out so far has only been by stumbling my way through it. I have Googled around and the solution may be out there already, but it was probably all just way over my head, so PLEASE…
Travesty3
  • 249
  • 1
  • 3
  • 13
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
3
votes
1 answer

Asterisk skips first DTMF

I configured an asterisk server to receive calls from one sip trunk and then dial out through another (my VoIP provider). Both trunks are configured with dtmf mode SIP INFO. The thing is: When I complete a call and send DTMFs, Asterisk Server always…
3
votes
1 answer

Hyper-V Virtual Switch not recieving any packets

I have a virtual machine set up with two network cards, one card is connected to a virtual switch for connection to the main network, the second is connected to another external port on the host server. This second port is connected to a mirrored…
reidi2000
  • 131
  • 1
  • 4
3
votes
0 answers

Asterisk times out and terminates connection after 6400ms due to 'no response'

I have a SIP trunk set up with Twilio for outbound calls. Twilio-FreePBX and then my test device is the simple X-Lite from CounterPath. I can make an outgoing call from X-Lite. My cell phone rings and I can pick up. But that's it, there is no audio…
Max Phillips
  • 131
  • 1
  • 5
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
3
votes
1 answer

Asterisk: execute shell command on server when call is accepted on SIP extension

I'm trying to configure asterisk to execute shell command for incoming calls - but only when the call is accepted. I've managed to setup extensions.conf so that command is executed when new call comes in. exten =>…
mykola
  • 131
  • 1
  • 2
3
votes
2 answers

Asterisk inbound trunk unauthorised without allowguest=yes

I am trying to configure an Asterisk (Elastix) box to receive SIP calls from a provider without requiring allowguest=yes to be enabled in sip.conf. Basically the SIP trunk provider uses multiple IPs to send the calls to our PBX and so without the…
justacodemonkey
  • 153
  • 1
  • 7
3
votes
1 answer

Asterisk Register username with special character like "@"

I am using a SIP provider that has provided me with a username like: +1122233344@aaa.bb.com (Note this is only the username part) And has a numerical password. My Register string looks something like…
Najibul Huq
  • 31
  • 1
  • 3
3
votes
2 answers

MS Lync on Terminal Server

Is there a way that I can install (hosted) Lync on our terminal server and when a user logs on, it automatically inserts their email address and the correct manual SIP settings so I don't have to log on to each profile manually?
James
  • 39
  • 2
3
votes
3 answers

Inbound SIP calls through Cisco 881 NAT hang up after a few seconds

I've recently moved to a Cisco 881 router for my WAN link. I was previously using a Cisco Linksys WAG320N as my modem/router/WiFi AP/NAT firewall. The WAG320N is now running in bridged mode, so it's simply acting as a modem with one of it's LAN…
JoeNyland
  • 225
  • 1
  • 4
  • 12
3
votes
2 answers

How can I make Asterisk keep track of dynamic SIP agent statuses?

I am setting up a new server using Asterisk 1.8.11-certified4. In testing, we're seeing that agents dynamically logged into the queue will receive a second queue call as a call-waiting when call-limit is set to 0. Since the agents in question are…
Peter Grace
  • 3,456
  • 1
  • 27
  • 43
1
2
3
18 19