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

278 questions
15
votes
1 answer

What would cause SIP traffic to be seen going into a switch but not coming out?

Background I have been struggling to get my SIP phones to register behind a brand new router and switch in our brand new office. Our PBX is hosted offsite. I have worked with our provider to attempt several different approaches. We have tried…
hobodave
  • 2,800
  • 2
  • 23
  • 33
14
votes
6 answers

Command line SIP dialer

Is there a simple command line SIP dialer for unix which can connect to SIP server, make a call and play some media file (wav/mp3)? In ideal I would look like this: sip-dailer +1xxxxxxxxxx /path/to/message.mp3
troex
  • 723
  • 2
  • 7
  • 9
13
votes
2 answers

not able to register sip user on red5server, using red5phone

I start the red5, and then i start red5phone i try to register sip user , details i provide are username = 999999 password = **** ip = asteriskserverip And I got -- Registering contact -- sip:999999@127.0.0.1:5072 The right contact…
sunil221
12
votes
9 answers

How can I check whether port 5060 is open in centos?

How can I check whether port 5060 is open in centos? How can I test if my linux has real a real IP address and I set no iptables blocking rules or is there any tools which I can run in my linux so my internet provider's IP or gateway is able to…
tawfiq
9
votes
2 answers

Hacker bypassing iptables

(moved from SO) I have iptables protecting a sip server. It blocks all IPs except ones I specifically opened, and it seems to work for almost everyone. I have tested from lots of ip addresses that are not white listed and they all get dropped as…
David Wylie
  • 191
  • 1
  • 4
7
votes
8 answers

How can I simulate a modem over a VOIP connection?

I have a hardware device I need a server to dial into at regular intervals. The problem is I no longer have a POTS line or a modem in any of development computers, and all my production servers are virtual. I went out and got a usb modem for…
reconbot
  • 2,435
  • 3
  • 25
  • 30
7
votes
5 answers

Skype-SIP gateway

Does anyone know if you can setup a Skype-to-SIP gateway on your network? I tried Uplink, which works wonders, but only on Windows and with Skype on the same machine... It would be awesome if you could put that program on any machine and then use it…
Ivan
  • 3,172
  • 3
  • 24
  • 34
7
votes
1 answer

WebRTC on standalone asterisk - no audio

After struggling with Asterisk for WebRTC for a few weeks now, I decided to put my problem on this forum. My Problem is as follows: Im not getting audio from WebRTC to WebRTC clients. I work in a LAN environment. Situation - Call from JSSIP to…
Haije Ploeg
  • 153
  • 2
  • 11
7
votes
7 answers

How can I stop SipVicious ('friendly-scanner') from flooding my SIP server?

I run an SIP server which listens on UDP port 5060, and needs to accept authenticated requests from the public Internet. The problem is that occasionally it gets picked up by people scanning for SIP servers to exploit, who then sit there all day…
a1kmm
  • 413
  • 1
  • 3
  • 9
6
votes
4 answers

Is it possible or advisable to virtualize a PBX system? How would one go about this?

I'm totally new to the world of VoIP and we are looking to move from our current provider to a solution we host ourselves, mainly because the current service is so unreliable. Unfortunately I know basically nothing about VoIP and what is necessary…
tacos_tacos_tacos
  • 3,220
  • 16
  • 58
  • 97
5
votes
2 answers

Ways to monitor SIP termination on an asterisk server

I have a nagios setup which ensures that SIP is responsive on my Asterisk server, that's straight forward. My question is, what kind of possibilities are there that the Asterisk server can actually terminate properly with the termination provider?…
imaginative
  • 1,941
  • 9
  • 32
  • 48
5
votes
1 answer

What is "Cisco STG" and why would it dynamically replace a wildcard certificate on port 5061?

I have a lync client that is connecting to a Lync Edge server on port 5061. I get an invalid certificate error when connecting. When I run wireshark, during the TLS setup, and inside the certificate I see an unexpected issuer with an RDN sequence…
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
5
votes
3 answers

Unregister SIP UAC message

I've looked so much on the internet, but I could not find a any SIP unregister example, and when I search RFC 3261,3665 the word does not even appear, perhaps I'm searching for the wrong phrase. I manage to understand the part of setting the expires…
TacB0sS
  • 83
  • 1
  • 6
4
votes
6 answers

What bandwidth would be required for 55 VOIP Lines And what type of Internet connection

In a call centre environment, what bandwidth would be required for 55 lines? This would be on SIP protocol, would we be best to use G729 codec as i know that our sip provider supports this? What type of internet connection would be best for such a…
Gary B2312321321
4
votes
4 answers

Register asterisk to sip trunk

I want to register my asterisk server to a SIP trunk. I have added following piece of code in my sip.conf and extensions.conf sip.conf [general] register => myusername:mypassword@sip.flowroute.com allow=ulaw [flowroute] ; keep…
bluewhale
  • 41
  • 1
  • 2
  • 3
1
2 3
18 19