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
1
vote
0 answers

Play caller a sound file before dialing callee.

I am trying to play caller a file before dialing callee with opensips and rtpproxy. I used the makeann from rtpproxy to pre encode a wav file didyou8r1c.wav(mono, 16bit, 8k), which gave didyou8r1c.wav.0 and didyou8r1c.wav.8. Both files are located…
user3310052
  • 71
  • 1
  • 7
1
vote
1 answer

Problems on running a SIP application (UDP) on Kubernetes

I am trying to work on a SIP application (opensips presence server) on Kubernetes but it's not working as expected. The application runs on UDP port 5060 and clients also use same port to connect. I have created a NodePort service(because…
user3275095
  • 1,605
  • 4
  • 24
  • 36
1
vote
2 answers

Error during make install of opensips cachedb_redis on RedHat

I am facing error while make install of opensips. please help me resolve this. I already installed Redis and freeradius. make[1]: Entering directory `/usr/local/src/opensips-1.9.0-tls/modules/aaa_radius' make[1]: Leaving directory…
FAK
  • 11
  • 2
1
vote
1 answer

opensips BYE issue - going to local IP

Weired problem here. I can see the BYE is not being sent to the actual IP. i see the BYE goes from opensips (1.11.3 tls) to local ip 192.168.1.x So call does not hangup. Everything else works fine. Thats how i manage the NATED devices. if…
Jehanzaib
  • 11
  • 3
1
vote
1 answer

How to dump sip traces according to ip in separate files?

I have Opensips running on a static ip "192.168.1.60" to which multiple users are registered with different Ips. Like User A ip ="192.168.1.43" User B ip ="192.168.1.33" User C ip ="192.168.1.23" etc I want Sip dump traces, user wise(their ip…
user3310052
  • 71
  • 1
  • 7
1
vote
1 answer

Opensips byes rejected by client by 481 during redirection

Server is a Opensips server 1.10.0-tls (linux). It can handle conversations to/from local stations and recently it has been updated to allow stations from external systems. It does this by changing the username, ip and port in the $ru if the station…
1
vote
1 answer

Error on make VideoLibs while building CSipSimple for android

I have successfully build CSipSimple for android by make command. After that, when I try to build video support libary by calling make VideoLibs command, there is an error appears. [armeabi] SharedLibrary : libpj_video_android.so [armeabi-v7a]…
Alex Chengalan
  • 8,211
  • 4
  • 42
  • 56
1
vote
1 answer

Opensips is listenning port 5060, but NMap shows 5060 is closed, Opensips can't receive REGISTER

I got Opensips on an Ubuntu Cloud Server, it is listenning the port 5060. sudo netstat -lpn | grep opensips tcp 0 0 42.123.76.60:5060 0.0.0.0:* LISTEN 5177/opensips udp 0 0 42.123.76.60:5060 …
jacker
  • 11
  • 3
1
vote
1 answer

Opensips Tls and certificates issues

I am trying to setup the certificate verification in opensips along with the blink sip client. I followed the tutorial: https://github.com/antonraharja/book-opensips-101/blob/master/content/3.2.%20SIP%20TLS%20Secure%20Calling.mediawiki My config…
Raziel
  • 23
  • 6
1
vote
1 answer

reinstalling mysql-client in ubuntu giving an error in openSIPS menuconfig tool

Initially my openSIPS server menuconfig tool worked properly When I reinstalled mysql-client by ('sudo apt-get remove mysql-client' later install using 'sudo apt-get install mysql-client') the menuconfig tool of openSIPS gives some warning. You have…
Jobin
  • 6,506
  • 5
  • 24
  • 26
1
vote
1 answer

OpenSIPs + MediaProxy: Cant receive call on 3G

I have a SIP Server running OpenSIPs 1.11.3 configured with built-in STUN module (full mode with 2 IPs) configured with MediaProxy 2.6.1 to relay RTP (using engage_media_proxy in routing script) Using IMSDroid from doubango as the SIP…
user3162662
  • 743
  • 1
  • 7
  • 20
1
vote
1 answer

SIP Timers: What is use of TimerC in SIP?

RFC-3261 doesn't talk much about TimerC and when it fires. I understand the importance of TimerC in forking scenarios. Does TimerC have any role in regular SIP call?
TheLearner
  • 439
  • 1
  • 7
  • 10
1
vote
2 answers

Why do we need SIP "100 Trying" response over TCP?

SIP over UDP: It's necessary to have SIP response "100 Trying" for SIP over UDP to shut the Timer-A off that would have been started by caller and hence stopping the re-transmission of the SIP message. Its really important because other responses…
TheLearner
  • 439
  • 1
  • 7
  • 10
1
vote
1 answer

what mi_command is used to get server time and date in opensips?

How can I get server date and time in Opensips,through MI_commands and how can I calculate call duration in Opensips?? $message= ":dlg_list_ctx:\n\n" thanks
SAURABH SANWAL
  • 139
  • 1
  • 11
1
vote
1 answer

opensips-1.6: recv queue full

I am using opensips-1.6 on CentOS-5.8. In certain conditions I am seeing lot of packets queued in recv queue and not getting processed. I am monitoring the same using "netstat" command. While observing the siptrace I found, opensips couldn't reply…
JohnG
  • 807
  • 1
  • 12
  • 20
1 2 3
8 9