BelledonneCommunications / linphone-iphone

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)

Home Page:http://linphone.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libyan country numbers that the first digit of the number is being removed while creating the account.

NavinVr opened this issue · comments

HI,

Why it is happening in Libyan country numbers that the first digit of the number is being removed while creating the account.

WhatsApp Image 2024-01-10 at 10 03 32 PM
WhatsApp Image 2024-01-10 at 10 03 33 PM

Hi,
I'm using linphone sdk pod SDK 5.2.50 in our application.
When we are creating a new account in the app, the user enter their number and selects country code.
In most of the cases, everything works fine but when the user selects a three digit country code like (Libya - +218).
Then the first digit of the number gets omitted automatically from the SDK side.

I am facing this issue in live application please suggest how to fix this issue.

Hi @NavinVr,

You already submitted this issue to our Mantis bugtracker as you were previous clients, and I believe you were already answered there.

That being said, this issue has already been fixed in 5.3 version of our SDK.

Cheers,

Hi,
I'm using linphone SDK version 'linphone-sdk', '~> 5.3.0-alpha'
in our application.


How to solve this Problem??
[!] CocoaPods could not find compatible versions for pod "linphone-sdk":
In Podfile:
linphone-sdk (~> 5.3.0)

None of your spec sources contain a spec satisfying the dependency: linphone-sdk (~> 5.3.0).

You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Hi,
There is an issue in the code after updating to the latest linphone sdk version. linphone-sdk (~>5.3.10)
char *identity_str = _get_identity(account_creator); in AssistantView.m file
Screenshot 2024-01-22 at 3 54 49 PM