Questions tagged [imsdroid]

11 questions
4
votes
1 answer

Android imsdroid to PSTN call is not working

i am using FreeSWITCH server and integrated with twilio SIP turnk. i am using android imsdroid application for making sip calls. imsdroid to imsdroid call is happening. imsdroid to PSTN no (i.e mobile number) call is not working. Gateway timeout…
3
votes
1 answer

change video resolution in sip mid call

I want to change video resolution in sip mid call based on network speed.I tried a lot but failed One of my trials is i reinvite second person with updated resolution code is NgnAVSession session= NgnAVSession.getSession(new…
Mansuu....
  • 1,206
  • 14
  • 27
3
votes
0 answers

sip header while making call request

I am facing problem in sip calling using NGNSTACK library, call is not going through. Is there any way to see what information is in sip header portion when I make a call request?
Mansuu....
  • 1,206
  • 14
  • 27
3
votes
1 answer

Making Sip call in android

I am using ngn stack library to make sip calls. If I test on local server when I am connected to WI-FI, it works very fine with audio as well as video. But, on original server I am unable to make call, even there is no request being hit on server…
Mansuu....
  • 1,206
  • 14
  • 27
2
votes
0 answers

android-ngn-stack registration issue

I am not able to register for android with android-ngn-stack lib. Below is my code for registration. NgnEngine mEngine = NgnEngine.getInstance(); INgnConfigurationService mConfigurationService = mEngine.getConfigurationService(); …
Kshitij Vyas
  • 83
  • 1
  • 9
2
votes
0 answers

Receiving SIP calls initially in my app

I'm trying to make my app receive SIP calls from an IP camera, the devices that will run the app doesn't support voip and sip api, So, I've to use a SIP-Stack which lead me to use imsDroid by doubango. I tried it's demo test-call which gives a two…
Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118
1
vote
0 answers

Failed to parse SIP message when using cyrillic in display name

I am trying to build sip client for android based on imsdroid project, but I found issue when display name of caller in cyrillic, imsdroid can't parse sip message with error, and application doesn't notify about incoming call, just message in log.…
0
votes
1 answer

IMS Droid calee is Ringing but screen is black

I am using Kamailio as a SIP server and IMS Droid (2.548.870 apk) as a client on Samsung Galaxy S4 mini. Both UEs Register fine and call invite and ringing works. But the callee doesn't have a UI to answer the call. Instead only a notification is…
lkanab
  • 924
  • 1
  • 7
  • 20
0
votes
2 answers

While compiling imsdroid getting "java.lang.UnsatisfiedLinkError", what should I do?

Here I am providing the error while compiling 'imsdroid': Native code library failed to load. dlopen failed: library "/data/data/org.doubango.imsdroid/lib/libtinyWRAP.so" not found Process: org.doubango.imsdroid, PID: 9195 >…
Akhter Al Amin
  • 852
  • 1
  • 11
  • 25
0
votes
2 answers

Background call receiving in using IMSdroid voip

Thanks in advanced, I am using imsdroid library in my app. calling feature work fine, but i am unable to receive call when app is closed.When I minimize application it works but when i clear application from recent app it can't receive call. What is…
sumit singh
  • 588
  • 1
  • 5
  • 20
0
votes
1 answer

Can't make and receive sip calls using IMSDroid

I trying to use IMSDroid sip-stack in order to make and receive calls between my android phone and an IP-camera which supports sip. After providing the required options and logging in successfully, I tried to make a call from the camera to the phone…
Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118