Questions tagged [linphone]

Linphone is a general purpose SIP softphone that isn't bound to any operator. Because it is compatible with SIP, it can work with any VoIP operator using SIP.

Linphone is a general purpose SIP softphone that isn't bound to any operator. Because it is compatible with SIP, it can work with any VoIP operator using SIP

419 questions
-1
votes
1 answer

How is configure to LinPhone Video Call Method in Swift 3 Language?

I am configure to linPhone Video Call using Swift 3 language but i don't have any idea how to configure to linPhone Video Call method. In my app Audio call Configure successfully. please, Give me any idea how to configure to Video call in linphone…
Vivek Shukla
  • 7
  • 1
  • 3
-1
votes
1 answer

Android linphone building under Ubuntu 16.04 giving error of cmake path variable of CC and CXX?

I am trying to build linphone on linux Ubuntu 16.04 32 bit system. I have downloaded all the required libraries and install cmake. But i always ended with error as shown below. cmake…
Silvans Solanki
  • 1,267
  • 1
  • 14
  • 27
-1
votes
1 answer

Cannot build Linphone android with different package name

I am trying to build Linphone android from this, with SDK api 23 and NDK r11c on Ubuntu 16.10. I already built it successfully but I cannot change its package name so as to be able to upload it to Google Play Store despite following its instruction…
ProudNoob
  • 77
  • 2
  • 13
-1
votes
2 answers

google-services.json integration for non-standart android project structure

I know that google-services.json must be inside the app directory, my problem is that I don't have this folder, my project folders structure is messy. How can I fix this problem? where I should insert this file? Or if it possible to transform this…
-1
votes
1 answer

What exactly is changed in Linphone ios client source to comply with apple appstore ipV6 network support

As you know already from june 1st Apple is testing applications in iPv6 network only . If the application is not supporting ipV6 network then they are rejecting the application . I have a linphone iOS client cloned from Git and customised in last…
Srav
  • 69
  • 1
  • 10
-1
votes
1 answer

Liblinphone SIP Error: 403 Phone Check Failed

I use the open source sip library liblinphone to make a outgoing call in Swift: func inviteCall(lc: COpaquePointer){ let identity = "sip:07XXXXXX@XXX.XXX.XXX.XX:5060" let callee = linphone_address_new(identity) var call: COpaquePointer =…
Cody
  • 4,353
  • 4
  • 39
  • 42
-2
votes
1 answer

How to integrate Linphone SDK with Existing Swift Project?

I have followed to this instruction about how to integrate with linphone SDK http://www.linphone.org/technical-corner/liblinphone After that, I follow with this…
saleumsack
  • 43
  • 1
  • 1
  • 8
-2
votes
1 answer

How disable UDP transport in linphone android java code

I have a problem in android linphone I used TCP transport in linphone but when I recieve SIP 302, TCP changes to UDP. What should I do to handle this problem(preventing automatic change of SIP transport from TCP to UDP or disable UDP totally).
-2
votes
1 answer

How to determine if client or agent hung up?

I have an elastix server4, but I have a big problem. I don't know how to find who hung up the call (agent or client). How do I determine if client or agent hung up?
MLazar
  • 1
-2
votes
1 answer

application crash on ios 11 when i want to fetch contact?

my app work very well on ios 9 and 10 ,but when i want to access contacts on ios 11 app crash (actually get Thread 8: signal SIGABRT when click tab to access contacts.) malloc: * error for object 0x1c401b410: Invalid pointer dequeued from free…
-2
votes
1 answer

Creating Linphone as a Framework

I'd like to recreate a linphone library as a framework library but i'm facing a problem with Apple Mach-O Linker. I was trying to fix this for a week but i can't. Please help me or guide me the way to fix this.I'm new with iOS app development.(I…
-2
votes
1 answer

Main Activity Instance sometimes Throw Run Time Exception "LinphoneActivity not instantiated yet"

I make an application with Linphone Library, I have a code to throw an exception in MainActivity like this : private static MainActivity instance; public static final boolean isInstanciated() { return instance != null; } public static final…
Redturbo
  • 1,563
  • 8
  • 22
  • 34
-3
votes
1 answer

Lock rotation in an iOS app

As my Linphone adventure continues, I am now able to compile it and run it on my dev ipad. One problem I have with the app is that it's orientation is always the same as the device's orientation. I have read through some answers around here about…
Kevin
  • 2,739
  • 33
  • 57
-8
votes
2 answers

How can I create a SIP connecton using Liblinphone interface class?

Want to develop a SIP client for Android using Liblinphone library. There is a LinphoneAuthInfo class that accepts authentication. And a LinphoneCore.addAuthInfo() That adds authentication info to the core. The problem is that I cannot initialize…
rostamiani
  • 2,859
  • 7
  • 38
  • 74
1 2 3
27
28