linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Windows 10 contacts - spaces in phone number


From: frank.eden
Subject: [Linphone-developers] Windows 10 contacts - spaces in phone number
Date: Tue, 30 Aug 2016 18:12:03 +1000

My contacts have spaces in the phone numbers for readability.

 

Naturally, this causes grief.

 

I put these lines into  Dialer.xaml.cs:

 

                   String t = e.Parameter as String;

                    t = t.Replace(" ", String.Empty);

                    Address address = LinphoneManager.Instance.Core.InterpretURL(t);

 

 

And that works nicely.

But I suspect there is a much better place to strip out the spaces.

 

 

-        Frank


reply via email to

[Prev in Thread] Current Thread [Next in Thread]