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
1
vote
1 answer

Softphone not connecting Asterisk

I am trying to connect my X-Lite with a remote Asterisk server. I had installed that on a Ubuntu VPS server (14.04) following this tutorial: https://www.callcentric.com/support/device/asterisk/1_8 I had followed everything wrote on that article. In…
Jibon
  • 31
  • 5
1
vote
0 answers

Ucce 8.5 ICM - How to extract SIP Header in ICM script

We are collecting the sip headers from CVP Ops console. We are setting variables using the mid(call.sipheader,Startlocation,Length) If the string length changes, the values are not correct. Is there a way to extract using the sipheader varible…
1
vote
0 answers

Connecting P2P over NAT?

I started to explore the option of connecting with other using a p2p connection, so I coded a simple socket program in JAVA for android devices in which the user in which the users can share simple messages p2p (I didn't have any idea about NAT…
Mayank
  • 109
  • 1
  • 2
1
vote
1 answer

Linux based asterisk server, SIP softphone able to hear audio but not send audio to others

Running Ubuntu 14.04 LTS and Asterisk 11.7.0. The server is set up for SIP phones to use our SIP trunk via voip.ms/didlogic (two different services because we like international rates on didlogic, but it doesn't have all the domestic features…
1
vote
3 answers

The benefits of a proxy server before Asterisk

We are busy to develop an app to let users call eachother using webRTC. On this moment we have audio working, but video not. Now I hear that a proxy server can be the solution for this problem. But it seems a bit illogical, because what are the…
Haije Ploeg
  • 163
  • 2
  • 13
1
vote
1 answer

why do all softphones fail to authenticate after receiving 401 unauthorized from Asterisk?

When I attempt to connect to the Asterisk server from CSipSimple, over a Cisco router, on the same network, Asterisk logs show the attempted connection: <-------------> [Mar 23 20:01:34] VERBOSE[4067] chan_sip.c: [Mar 23 20:01:34] --- (8 headers 0…
Thufir
  • 229
  • 7
  • 18
1
vote
4 answers

SIP Trunk for VOIP behind a SonicWALL

I appreciate this question is quite "out-there" but - has anyone had any success with VOIP over SIP behind a SonicWALL. We are having an issue with one-way audio inbound. Essentially, the person calling (or called) can hear me (from the phone on…
PnP
  • 1,684
  • 8
  • 39
  • 65
1
vote
0 answers

How to set up kamailio proxy server and route calls to Twilio?

i am trying to route all calls to twilio through kamailio proxy. with my config file, call gets connected and automatically drops after about 30 seconds. This is because ACK sent to twilio for 200 OK was not correct. Twilio expects ACK with ruri…
spali
  • 11
  • 1
  • 2
1
vote
1 answer

Freeswitch : Audio handshake failure 1 error while making call using Sipml5

I just installed FreeSwitch and successfully connected to server with user 1001. Details -> OS - Ubuntu 12.04 LTS 64 bits FS - 1.5.13b+git~20140614T114905Z~fc7a74905b~64bit OpenSSL - 1.0.1 chrome - 31, 35 webrtc is enabled. websocket -…
Anurag Rana
  • 113
  • 2
  • 7
1
vote
0 answers

Werbrtc2sip crashing intermittently. Aborted (core dumped)

I am having issues with making webrtc2sip actually work. Webrtc2sip is now getting crashed intermittently during a call. I have seen this even when only one call is active in a queue. By the way, my setup involves a single server with…
1
vote
0 answers

freeswitch forbidden gateway error

i've stuck into a strange problem, i have Ubuntu 12.04 with static IP, installed Freeswitch with FusionPBX with easy install script from here http://wiki.fusionpbx.com/index.php?title=Easy_FusionPBX everything is working Freeswitch , FusionPBX GUI,…
jtushar53
  • 11
  • 2
1
vote
1 answer

Security, hardening and NAT for RTP and SIP

I decided to create a VOIP server and it has gotten more complicated then I thought it would. So in order to make my server more secure, I keep it behind a pfSense appliance. I use IP filtering to reduce my online availability to only our remote…
user206106
  • 95
  • 1
  • 10
1
vote
1 answer

Kamailio to accept anonymous registrations/custom registration authorization?

As a minimum requirement, I need Kamailio to accept any login with an empty password. Ideally, I need to perform some simple validation of the login in a script (Lua/Python), and save the given login into a database. I tried comprehending the…
Victor Sergienko
  • 487
  • 6
  • 15
1
vote
2 answers

Can I set up an "involuntary" conference call with Freeswitch?

I am trying to set up a SIP/RTP public announcement infrastructure. Basically there are several slave user agents that are configured to answer automatically, and a master UA which should be able to call all of them and make announcements. A way to…
Atilla Filiz
  • 235
  • 1
  • 4
  • 11
1
vote
0 answers

How can I use the FLASH key of my IP phone to transfer a call (atxfer)

My IP phone has a FLASH key. This key sends the DTMF of Flash [16 in decimal] (http://www.voip-info.org/wiki/view/SIP+DTMF+Signalling). How do I set the atxfer parameter in the features.conf?