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
0
votes
1 answer

Asterisk server running on loopback address instead of local ipv4 address

I installed Asterisk on my local Ubuntu 12.04 machine. After starting the asterisk [asterisk -c] I ran the command netstat -nlpa | grep asterisk and the output shown is this -> tcp 0 0 127.0.0.1:5038 0.0.0.0:* …
Anurag Rana
  • 113
  • 2
  • 7
0
votes
1 answer

Asterisk Real time does not perform register with SIP TRUNK provider

I am using astersik real time (dynamic). I have entered my SIP trunk details into the sippeers tables. However, the sip trunk does not perform a register with the SIP TRUNK providers servers as it would if wrote it in sip.conf manually as register…
Qumar
  • 55
  • 1
  • 3
  • 9
0
votes
1 answer

Configure SIP Trunk from Lync 2013 to Cisco Call Manager v6

I'm implementing Enterprise Voice for Lync, and I have to get Lync to work with a antiquated Cisco Call Manager version 6. The SIP trunk has been created but I get this error on my Lync servers: A PBX gateway has been marked as down. Gateway name:…
0
votes
1 answer

Cannot access Asterisk sip from remote location

I've used this tutorial to configure my iptables so I can access asterisk sip from outside of my server. My iptables -L looks like this Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere …
Łukasz W.
  • 117
  • 6
0
votes
0 answers

Soft phone not getting register to my asterisk server

I have config in my local lan asterisk for test. which is working fine. With the same OS version and packages on "AWS Cloud" I am setting as following. But it don't get register "error = sip 408 - request timeout" same I am getting on all Iphone…
user199331
  • 206
  • 2
  • 5
0
votes
1 answer

Asterisk 401 Unauthorized when trying to register sip clients

Trying to register a sip client to my asterisk server often (just about 90% of the times, not always, weirdly) results in 401 Unauthorized errors. This is the config for one of the…
Zulakis
  • 4,153
  • 14
  • 48
  • 76
0
votes
1 answer

Authentication for SIP

I am reading about authentication protocols for SIP. I found that all protocols transfer the id/Username during the mutual authentication phase, directly with the message. Is it necessary to have the username/id directly in CHALLENGE-RESPONSE…
LearningC
  • 101
0
votes
1 answer

Cisco ASA 5505 - NAT or Port Forward for SIP / VoIP ver 8.4

I just had an NEC PBX installed that lets me use SIP trunks for VoIP services, My gateway is a Cisco ASA 5505 running 8.4 and I only have one public/static IP Addresses. So far, my trunks are registering and I can make outgoing calls and everything…
user72593
  • 423
  • 2
  • 6
  • 14
0
votes
2 answers

asterisk - use a different "SIP CoS mark"

On my asterisk server, when i do a sip reload, i get the message "Using SIP CoS mark 4", followed by a registration time out. I need to make that statement say "Using SIP CoS mark 5". How do I change the SIP CoS mark 4 to SIP CoS mark 5?
John
  • 7,343
  • 23
  • 63
  • 87
0
votes
2 answers

Explanation SIP technology

I have a question regarding SIP. Well, whether on a regular VPS I am capable to put a workable server? I wanted to play with voice communication on the Android platform, I read that it supports the SIP API, which is why I'm asking. If, however, do…
0
votes
2 answers

SIP Unregister: tag value

Does the SIP un-register tag value (in the From: field) should match the register tag value? i.e. if: REGISTER sip:registrar.biloxi.com SIP/2.0 Via: SIP/2.0/UDP bobspc.biloxi.com:5060;branch=z9hG4bKnashds7 Max-Forwards: 70 To: Bob…
0
votes
1 answer

Advice respect an architecture PBX

i'm new on the world of PBX and network infrastructure. I worked in a model and wanted to know how feasible it is to implement it in a production environment. The requirement is to create a solution in the cloud to offer SME customers with our…
EmaX
  • 113
  • 4
0
votes
3 answers

How to install Asterisk with SRTP support?

I'm rather new to Asterisk, and I need my server to support WebRTC. As far as I know, Asterisk version in Asterisk Now is compiled without SRTP support, which is necessary for WebRTC. So, I try to compile Asterisk 11.5.0 with SRTP on my Ubuntu…
JustLogin
  • 101
  • 1
  • 1
  • 3
0
votes
1 answer

AT&T Business Class Internet Router Options

I have a situation where AT&T seems to be very uncooperative in their selection of modems (routers) for their business class DSL service. They essentially gave us only two options for modems (which are simply routers) for their service. It seems…
ylluminate
  • 1,155
  • 2
  • 17
  • 35
0
votes
1 answer

Asterisk trunk SIP

I have a problem with trunk SIP when I connect my Asterisk to my provider and the Internet connection is lost, the trunk SIP will be unreachable, the problem consist is all local extension are disconnected until the Internet connection will be up or…
developer
  • 111
  • 6