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

OpenSips Remove Header Value

I'm new to OpenSips. I have a requirement to remove a single value from header values. Now it has Allow: INVITE,REFER,ACK,NOTIFY We need to remove REFER from Allow header and leave the rest Expected Result Allow: INVITE,ACK,NOTIFY I have written…
Iniamudhan
  • 478
  • 4
  • 17
0
votes
0 answers

Opensips - How can run script route only one time when use event routing in same Dialog?

Dears, I use Opensips 3.2 Here is my script: store_dlg_value("is_sended_inv","0"); notify_on_event("E_UL_CONTACT_INSERT", $avp(filter), "LATE_FORKING", 45); notify_on_event("E_UL_CONTACT_UPDATE", $avp(filter), "LATE_FORKING", 45); ... ## Handle…
Van Minh
  • 11
  • 1
0
votes
0 answers

Issue with my odbc connector 8.0 that connects to mysql8 in centos7

I tried to connect using isql command (Both are AWS EC2) # isql -v WebDB [S1000][unixODBC][MySQL][ODBC 8.0(w) Driver]Can't connect to MySQL server on 'ip:3306' (110) [ISQL]ERROR: Could not SQLConnect But I can able connect manually ~**]# mysql -h…
0
votes
1 answer

Opensips-cli -x command not working in opensips 3.3

Recently I am working on upgrading my opensips version manually from 2.2 to 3.3. Upgradation is done from my side but in old opensips(2.2) I was able to show registered user(SIP) using opensipsctl ul show command but in new version 3.3 opensipsctl…
HP371
  • 860
  • 11
  • 24
0
votes
0 answers

Opensips cannot connect to PSTN

I have recently installed Opensips 3.1. I am able to add SIP phones and place local LAN calls. I am trying to setup a inbound gateway connection with SIP provider Skyetel using IP Authentication. Everything is setup on the Skyetel side. From…
0
votes
1 answer

ACK message not routes when running opensips as mid_resistrar for freeswitch

This is my first time using opensips, so am probably missing something obvious. I am trying to use opensips and mid_registrar in front of freeswitch. The opensips is behind a NAT so I am setting the advertised_address to my public IP. The…
0
votes
2 answers

[RTPEngine]Failed to init DTLS connection: key values mismatch

i got the connection like this sip flow freeswitch server --(sip)-- > opensips ----(wss)---> sip client in chrome with jssip/webrtc the rtp flow freeswitch server ---- > rtpengine-------> sip client in chrome with…
0
votes
0 answers

webrtc sip calling video web application

do any one can built a webrtc sip calling video chat application with explanation of each step to compile the web application as end to end complete demo ?
0
votes
1 answer

kamailio: how to extract IP from received route header

Could any help me to find way to extract IP & Port from route header received (which is on the SIP INVITE received from a remote server). KAMAILO ----> A Server A - Server is appending router header with destination IP address like below. A Server…
Maria628
  • 224
  • 3
  • 19
0
votes
1 answer

kamailio: how to send replies with port number in VIA header

using kamailio version 5.4v Please help me with a way to send replies/forwards to include VIA header with port, because i can see that its just sending IP but not the port in VIA header. my kamailio cfg file for route & route relay looks like…
Maria628
  • 224
  • 3
  • 19
0
votes
1 answer

Sending Requests to Locally-hosted OpenSips Server using android

I am really new to opensips and lately I was able to install the OpenSip server on my VirtualBox based VM ( Debian 10). Now I want to create an android application which enables SIP calling (Push to talk app) using that locally hosted OpenSip…
0
votes
1 answer

VoIP delta spikes below 20ms, causing the jitter to change

I am trying to do some measurements on VoIP. I am using OpenSIPS, RTPProxy, and SIPp for testing. Everything works fine as expected, but I only have a question regarding the delta time. Below is a screenshot I got from Wireshark RTP streams'…
e19982456
  • 35
  • 3
0
votes
1 answer

Is there a way to retrieve the sessions allocated by rtpproxy?

I have an OpenSIPS proxy running with RTPProxy. The calls are working fine and the media is relayed to RTPProxy. Is there a way to figure out what are the allocations used by the server? Can I query RTPProxy for all available sessions and see the…
e19982456
  • 35
  • 3
0
votes
2 answers

OpenSIPS fork=yes required when listening on multiple ports?

If I set OpenSIPS to listen on multiple ports on the same IP, do I need to set fork=yes or is that an old option no longer needed? Thanks
Fonewiz
  • 2,065
  • 3
  • 17
  • 17
0
votes
1 answer

Can't create database 'opensips'; database exists

When trying to create a database for OpenSIPS I got this error: root@root:/etc/opensips# opensipsdbctl create MySQL password for root: INFO: test server charset INFO: creating database opensips ... ERROR 1007 (HY000) at line 1: Can't create…
1 2 3
8 9