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

Failed to create SipSession; network unavailable

I've loaded the Android SIP Demo into Android Studio. I registered an account on getonsip.com, added it to my phone accounts, and verified it works by calling the phone from the getonsip.com webapp and also from one Android phone to another. All…
EntangledLoops
  • 1,951
  • 1
  • 23
  • 36
6
votes
6 answers

What is the use of from-tag in SIP request?

I have a trivial doubt with respect to SIP. I tried googling and referring many books, but still I am not able to find a solid reason for adding from-tag in SIP request. Example SIP request (Snapshot from rfc-3261) INVITE sip:bob@biloxi.com…
TheLearner
  • 439
  • 1
  • 7
  • 10
4
votes
0 answers

Registration Not Running Android Sip Error

Good day. I am trying to open the sip profile which is pre-registered already. The profile is fully working if i download any other SIP application from Google Play, but when i try to initialize inside my code, i get the error registration not…
Volo Apps
  • 235
  • 1
  • 3
  • 12
4
votes
2 answers

configure users using opensips 1.11(Ubuntu 14.04)

After installing opensips(It will be better if i won't have to use opensips control panel) how can add users and can make test call. Note: I am a newbie, and following this guide for…
asitm9
  • 853
  • 4
  • 12
  • 21
3
votes
3 answers

opensipsctl start gives an error: opensips.pid does not exist

When I run opensipsctl start command for start opensips that time I got one error. ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed So please help me to solve it.
Deep Patel
  • 101
  • 1
  • 2
  • 10
2
votes
0 answers

Failed to connect to Opensips remote server from Zoiper

I have installed opensips on my google cloud VM instance, I have opensips control panel installed. I am able to access control panel and create two users alice and bob . But the problem is I am unable to connect to my server from zoiper. I have…
Emmanuel Aliji
  • 377
  • 3
  • 9
2
votes
1 answer

ERROR:mi_fifo:mi_fifo_check: security: fifo_check: inode/dev number differ: (/tmp/opensips_fifo)

I am new to opensips and have installed it a few days ago. I have got it to make calls. But i am facing a problem with mi_fifo module. It is giving the following error ERROR:mi_fifo:mi_create_fifo: fifo_write did not open: Bad file …
2
votes
0 answers

Send stop recording request to RTPEngine from outside current session

I have an Opensip / RTPEngine setup where Opensips sends a start recording request to rtpengine when callers are connected. But we have an unfortunet situation where one of the callers can disapear without sending the BYE to opensips so opensips…
Laci K
  • 585
  • 2
  • 8
  • 24
2
votes
1 answer

Opensips not generating BYE message to client

I'm using opensips as a transparent proxy server. Original flow of messages is following Client -------> OpenSips (Invite request) OpenSips ------------> FS (Invite to Freeswitch) FS -------------> Opensips (Reply from FreeSwitch) Opensips…
shantanu
  • 2,408
  • 2
  • 26
  • 56
2
votes
1 answer

rtpproxy_start_recording() how to use in opensips or kamainlio

all how to record a media of rtp session into a file? and I search a function-rtpproxy_start_recording() in the rtpproxy module,but how to use it.
2
votes
1 answer

freeswitch and sip.js how to configure websocket

I am beginner in SIP-WebRTC and need to know how to configure websocket in freeswitch in asterisk is configured in /etc/asterisk/http.conf but I don't know configure in freeswitch, bellow is my sip.js ( function() { var session; var…
2
votes
1 answer

OpenSIPS and Twilio Elastic Sip Trunking

I'm very very new to the world of VoIP, so please forgive my terminological inaccuracies. I have just installed ( on to a remote server ) the OpenSIPS software. I have provisioned a Twilio Elastic SIP Trunk which has it's Origination SIP URI set to…
Deano
  • 145
  • 1
  • 11
2
votes
2 answers

Send rtp packet between two rtpproxy server

Is it possible to send media rtp packets from one rtpproxy server to another rtpproxy server? In my scenario , i am registering voip account via opensips proxy server. We have rtpproxy and opensips server hosted on same place. opensips changes c=…
kaushik parmar
  • 805
  • 6
  • 19
2
votes
2 answers

OpenSIPs - It failed to connect domain address to the OpenSIPs server

I am trying to build an Android application that uses OpenSips server. I've installed OpenSIPs server, but it failed to connect my domain address (Custom IP address) to the OpenSIPs server. Somehow local address is working fine. Here are the errors.…
james
  • 225
  • 6
  • 20
1
vote
0 answers

RTPEngine transcode Opus to PCMU - unable to change Opus settings from defaults

I am invoking RTPEngine from OpenSIPS to transcode incoming Opus call to PCMU. I`m passing these parameters to the RTPEngine daemon: codec-mask-opus codec-set-opus/48000/2/32000//maxplaybackrate=32000;stereo=0;useinbandfec=1;maxaveragebitrate=32000…
Mark Allen
  • 129
  • 1
  • 5
1
2 3
8 9