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

Saving cdrs manually using avp_db_query in Opensips

Is there a way to record cdrs manually using avp_db_query in opensips. I am using ACC table to record cdrs and than running procedure to transfer data to another table. But this put a lot of overhead on my DB due to too many calls. So is there any…
Kamal Panhwar
  • 2,345
  • 3
  • 21
  • 37
1
vote
0 answers

OpenSIPS Azure signalling does not forward call

I try to migrate an OpenSIPS implementation 2.4.1 from our regular datacenter to Azure. I use standard residential script with NAT enabled, registrant and dynamic routing module. Calls come in fine and routing module is working. Problem is I cannot…
cat5dm
  • 21
  • 3
1
vote
1 answer

Passing AVP to prefix core function

I am working what appears to be a simple function for opensips 2.2.3, however cannot seem to get it working.. Essentially, extract the groupID from permissions module and add a prefix to R-URI on the egress side.…
Alex
  • 15
  • 2
1
vote
1 answer

How can do accounting manually in opensips

I am using Opensips 2.3 and already doing accounting. But I have a very different database, where I already configure to do missing/channel exceed CDRS manually using avp_db. Is there a way to do accounting for a call established, as in automatic it…
Kamal Panhwar
  • 2,345
  • 3
  • 21
  • 37
1
vote
1 answer

How to convert string in URI

I setup OpenSips 2.3 proxy server, so any call come on server, my script grabs sip URI from DB, and forward call to that uri. When I get value I used AVP to get value and save it in $avp(didnumber), if I use rewrite with manually specifying uri it…
Kamal Panhwar
  • 2,345
  • 3
  • 21
  • 37
1
vote
1 answer

openSIPS setup an onreply route if the call is picked up

I'm wondering if is it possible to set a condition for call answered/picked up in an onreply_route something like this onreply_route { if(call picked up) { xlog("ON AIR"); } }
Laci K
  • 585
  • 2
  • 8
  • 24
1
vote
1 answer

openSIPS WSS permission denied on bind any port

I'm trying to configure openSIPS and RTPEngine on a Debian 8.10 server but when I set WSS in opensips.cfg and restart it I get this error with any port I tried: ERROR:core:tcp_init_listener: bind(b, 0x7fe77b0c0e5c, 16) on 192.168.0.143:555 :…
Laci K
  • 585
  • 2
  • 8
  • 24
1
vote
1 answer

Problems compiling opensips via menuconfig/

I'm beating my head against the wall here. I've tried this on several different boxes and keep getting the same results... after trying to compile opensips on Debian 8, I'm getting the following make error: Generating parser Generating lexer make:…
1
vote
1 answer

built SIP client in JAVASCRIPT

Is it possible to build a SIP client using JAVASCRIPT for a server not supporting WEBSOCKET or WEBRTC?
Paulius Nyoumi
  • 191
  • 1
  • 12
1
vote
1 answer

Obtain GRUU for multiple instances with same local SIP URI

My application simulates multiple SIP instances that have the same address-of-record so I can support simultaneous incoming calls to that URI. I would also like these instances to be uniquely addressable. Therefore I would like to obtain a GRUU from…
Bucq
  • 931
  • 6
  • 17
1
vote
1 answer

Is there any way to install Asterisk or any other Soft PBX in Android phone?

I want to use my old android mobile as sip server. Kindly suggest any app or custom os available with this facility.
ARAVIND RAJ
  • 486
  • 5
  • 11
1
vote
1 answer

Change Opensips db_text db_mode at runtime

In Opensips there is an option to cache all the db_text at startup or to scan the dbtext every time it is queried by using the following line in the opensips.cfg file: modparam("db_text", "db_mode", 0) Documentation My question is if it is possible…
Tomer Amir
  • 1,515
  • 4
  • 27
  • 54
1
vote
2 answers

error on starting OpenSIPS server( PID file )

I'm using opensips and I did the configuration exactly like the tutorial but when I run the command that start opensips there is an error My PID file doesn't exist how to create it? normally the PID file is created…
1
vote
1 answer

opensips sip invite header forward with string instead of number

I am trying to forward call from opensips to PBX. but opensips is forward call with below invite INVITE sip:s@197.237.56.175:5160 SIP/2.0 Record-Route: Via: SIP/2.0/UDP…
Ankit Doshi
  • 1,164
  • 3
  • 21
  • 43
1
vote
2 answers

Enforce TLS connection only in Open-sip server in voip

User who has authorized TLS certificate only able to connect to Open-sip server from application (Android and iOS). What we need to change in config file for only TLS connection to Open-sip server.
user3509456
  • 122
  • 1
  • 11
1 2
3
8 9