Questions tagged [opensips]

OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server.

OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server.

More

133 questions
0
votes
1 answer

memcached Error during compilation of Opensips 1.9 on RedHat

I am facing memcached error during the compilation of opensips 1.9. I already did make proper and then make and make install Need help. Please review the error while make install. Make install output is pasted below for reference. make[1]: Entering…
FAK
  • 11
  • 2
0
votes
1 answer

How to measure INVITE to 200 OK ring duration in OpenSips?

OpenSips provides various timeout for configuration: http://www.opensips.org/html/docs/modules/1.8.x/tm.html How to measure the time (ring duration) between receiving an INVITE and 200 OK? Is there a special function?
ssk
  • 9,045
  • 26
  • 96
  • 169
0
votes
2 answers

Starting a single process of Kamailo or OpenSIP

I'm trying find a way to start a single process of Kamailio or OpenSIP server in debugging mode but I unable to do so. I'm starting the Kamailio with foreground with following command ./kamailio -l 192.168.1.117:5060 -eD Upon the executing the…
Viren
  • 5,812
  • 6
  • 45
  • 98
0
votes
1 answer

Can't register with SIP account (opensips server)

I am trying to build an Android application that uses linphone to make calls, using OpenSips for SIP registration. I've successfully installed OpenSIPs in Ubuntu server,and created account in it, but can't register with this account. Got…
Manar18
  • 23
  • 1
  • 8
0
votes
1 answer

kamailio load balancing with dispatcher

I am configuring kamailio with 2 or more asterisk servers from dispatcher. I configured dispatcher table with 2 asterisk servers. +----+-------+------------------------+-------+----------+---------------------------------------+-------------+ | id…
0
votes
1 answer

Integrate opensips with MSRP Rely?

I have opensips server setup.I want to add MSRP capabilities in it .I have googled it for more than two hours and found only that I can use sylk server for this because it has built in MSRP Relay and I can forward my invite request to sylk server…
user3924714
  • 33
  • 1
  • 7
0
votes
0 answers

Compiler error on OpenSUSE 13.2 for GCC (OpenSIPS 1.8)

Fresh headless install of OpenSUSE 13.2. Installed the development tools using: zypper install -t pattern devel_C_C++ Used SVN to checkout the latest 1.8 version of OpenSIPS. I'm trying to get it installed but it's unable to make the…
user1441141
  • 606
  • 2
  • 9
  • 21
0
votes
0 answers

snmpbulkwalk error with opensips mibs

I have configured SNMP support with Opensips but i am getting following error when i am running snmpbulkwalk I did following too apt-get install snmp-mibs-downloader /etc/snmp/snmpd.conf master agentx rocommunity voip syslocation …
Satish
  • 16,544
  • 29
  • 93
  • 149
0
votes
1 answer

How would you create a SSL self-signed certificate via the CLI (Command Line Interface)

How would you create a SSL self-signed certificate via the CLI (Command Line Interface) for an OpenSIPS Server and a Media Proxy Server?
0
votes
1 answer

Opensips 1.11 + RTPproxy 1.2.1 integration in ubuntu 14.04

I have configure opensips server with rtpproxy in a 32 bit ubuntu server . My config file is given below # # $Id$ # # OpenSIPS residential configuration script # by OpenSIPS Solutions # # This script was generated…
asitm9
  • 853
  • 4
  • 12
  • 21
0
votes
1 answer

opensips config file not working

Opensips config file Name : opensips.cfg location :- /usr/local/etc/opensips # # $Id$ # # OpenSIPS residential configuration script # by OpenSIPS Solutions # # This script was generated via "make menuconfig",…
asitm9
  • 853
  • 4
  • 12
  • 21
0
votes
1 answer

Oversip in front of Opensips

Salam, I want to set Oversip as a SIP Proxy, to handle TCP, TLS and WSS connections, and relay all traffic to Opensips SIP Server, converting all connections to UDP only . My questions are: is it a good design to do so? Opensips is not able to get…
Mohammad Qandeel
  • 585
  • 4
  • 11
0
votes
0 answers

Opensips With Cassandra

I am trying to integrate opensips 1.10 with Cassandra 2.0. I want to transfer data from siptrace to Cassandra. Can anyone give the steps or a document to do this ? Thanks
0
votes
2 answers

openSIPS, Limit invites to certain ip?

if (method=="INVITE" && uri=~"NUMBER") { #rewriteuri("sip:+45NUMBER@voipXXX.opensips.local"); rewritehost("voipXXX.opensips.local"); t_relay(); exit; this is an example of how my openSIPS server handles invites, i…
Claudi
  • 125
  • 1
  • 1
  • 9
0
votes
1 answer

Does a SIPS server need a RADIUS server?

This may be a naive question, but I'll ask it anyway. According to http://www.kamailio.org/docs/openser-radius-1.0.x.html, a SIP server should be paired with a RADIUS server for authentication. How about SIPS? Does a SIPS server have a built-in…
Yevgeniy
  • 1,313
  • 2
  • 13
  • 26
1 2 3
8
9