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
2
votes
3 answers

Asterisk new PJSIP driver security option

I have a working asterisk environment, but I get a lot of unwanted traffic, like sip scanners of people who even try to call as a guest. I'm using res_pjsip, the configuration is stored in pjsip.conf. But I can't find options like alwaysauthreject…
Haije Ploeg
  • 163
  • 2
  • 13
2
votes
2 answers

nmap results to find open ports for SIP

I suspect that a firewall, or other security, on either the router, or on tleilax or doge is causing a problem with SIP calls. How do I establish that the connection is allowed and not being blocked? I just want to make a SIP call from 192.168.1.3…
Thufir
  • 229
  • 7
  • 18
2
votes
2 answers

The benefit of different SIP and SMTP domains?

I was wondering if there was an advantage of having a different Lync SIP domain name from the Exchange SMTP domain name? I could see the disadvantages, but I'm trying to understand the real world situation that I have with my current…
Itai Hay
  • 278
  • 1
  • 2
  • 8
2
votes
1 answer

Virtual PBX for automated attendant and SIP clients

I have a task to make our own virtual PBX for automated attendant and SIP clients. Scenario is following: We have our SIP account given from our voice carrier now I want to share these lines with other of our branches outside of our LAN network. I…
adopilot
  • 1,521
  • 6
  • 25
  • 41
2
votes
2 answers

Asterisk and SIP behind NAT

I am trying to Setup an Asterisk-Server to accept calls from a client in an other Network. The Server and the client are behind an NAT. I have already activated STUN on the client, but I am still having problems hearing the other side on both.…
user209700
  • 21
  • 1
  • 1
  • 2
2
votes
0 answers

How to set Mitel 5224 ringer volume in configuration?

We have several Mitel 5224 SIP phones, but can't seem to find out to make the ringer volume setting persist after it reboots. Can the ringer volume can be set somewhere in the XML configuration file?
2
votes
3 answers

Asterisk and SIP trunking, is this configuration possible?

I am new to asterisk and before I dive in, I just want to make sure that what I plan to do is possible/correct. My office will run an asterisk server and have both local and remote extensions. We have few people scattered around the US and want…
Mike
  • 23
  • 3
2
votes
1 answer

Serious Packet Loss on UDP using Amazon EC2

I am using ec2 to host a udp TURN server for SIP purpose. Anyway I get a lot of packet loss during voice call, so I did a udp performance test using iperf util. Result: [ ID] Interval Transfer Bandwidth Jitter Lost/Total…
Jason
  • 121
  • 3
2
votes
1 answer

Troubleshooting a failing SIP connection

I have a linux Asterisk server that is behind a firewall. The firewall has three interfaces : eth0 is the LAN, where Asterisk resides, eth2 is the default gateway to the internet (via an ADSL modem / router), eth3 is a secondary internet…
alci
  • 443
  • 2
  • 6
  • 15
2
votes
2 answers

SIP calls voice tremble when switch is busy

I have a small flat LAN based on 1Gbit switches from 3Com. My central switch in server rack is connected to a couple of virtualization servers VMware ESXi and PBX Alcatel. Not long ago I started to notice that when I use live migration of virtual…
Dmitriy
  • 21
  • 1
2
votes
2 answers

Configuration of a Cisco IP Phone 7916 and 7975g

Hi everyone, I would appreciate some help configuring my Cisco IP Phone 7975. In fact the phone works well with the SIP firmware (version SIP75.8-4-1ES2) and an Asterisk Server. Now I would like to connect a Cisco IP Phone 7916 Expansion Module to…
Alex Strate
  • 171
  • 8
2
votes
0 answers

sip endpoint receives direct sip calls but doesn't receive redirects from the registrar

I have an SIP endpoint, which I wrote, that receives sip invites, processes them, replies, and sets up the rtp session just fine when contacted directly. i.e. sip:user@[actual ip address of endpoint] However, if I try and route through the…
Jonathan Henson
  • 979
  • 2
  • 10
  • 16
2
votes
1 answer

Does the Mitel 3300 support direct SIP Trunking?

We have a Mitel 3300 PBX and we're looking to replace our PRI and BRI lines with SIP Trunking. I've seen that the 3300 supports SIP, but does it support direct SIP from a prospective ISP? Thanks
Samuel Jones
  • 228
  • 4
  • 13
2
votes
1 answer

how is the voip network working when server is outside nat and clients are inside nat?

I want to install an asterisk on a server with a public ip. The sip clients are behind different NATs. How is the signaling and the rtp packets (the voice) working in this case? Will rtp be peer to peer? Do I need besides asterisk a proxy server? I…
mee
  • 23
  • 2
2
votes
3 answers

What is a SIP B2BUA, and how is it different from a UA?

I've been reading some stuff SIP related, and I'm confused, about what is a SIP back-to-back user agent(B2BUA) and a 'normal' user agent? Can anyone explain the differences? From what I read I can't differentiate a B2BUA from a UA... For me a UA…
BraCa
  • 143
  • 4