|
|
static String | linphone_pointer_to_string (IntPtr ptr) |
| |
|
static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| |
|
IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| |
|
void | CleanStringArrayPtrs (IntPtr l) |
| |
Find best match for given CCC.
- Parameters
-
| ccc | The country calling code |
- Returns
- the matching dial plan, or a generic one if none found
Find best match for given CCC.
- Parameters
-
| ccc | the country calling code |
- Returns
- the matching dial plan, or a generic one if none found
| string Linphone.DialPlan.FormatPhoneNumber |
( |
string |
phoneNumber, |
|
|
bool |
escapePlus |
|
) |
| |
|
inline |
Formats a phone number using dial plan informations.
- Parameters
-
| phoneNumber | the phone number to format. |
| escapePlus | whether or not to use + or international calling prefix |
- Returns
- the formatted phone number, or the original phone number if couldn't be formatted for some reason.
| static int Linphone.DialPlan.LookupCccFromE164 |
( |
string |
e164 | ) |
|
|
inlinestatic |
Function to get call country code from an e164 number, ex: +33952650121 will return 33.
- Parameters
-
- Returns
- call country code or -1 if not found
| static int Linphone.DialPlan.LookupCccFromIso |
( |
string |
iso | ) |
|
|
inlinestatic |
Function to get call country code from ISO 3166-1 alpha-2 code, ex: FR returns
- Parameters
-
- Returns
- call country code or -1 if not found
Returns a list of all known dial plans.
- Returns
- The list of all known dial plans. A list of Linphone.DialPlan objects.
| string Linphone.DialPlan.Country |
|
get |
Returns the country name of the dialplan.
- Returns
- the country name
| string Linphone.DialPlan.CountryCallingCode |
|
get |
Returns the country calling code of the dialplan.
- Returns
- the country calling code
| string Linphone.DialPlan.Flag |
|
get |
Returns the flag of the teritory as unicode characters.
- Returns
- the flag as unicode characters
| string Linphone.DialPlan.InternationalCallPrefix |
|
get |
Returns the international call prefix of the dialplan.
- Returns
- the international call prefix
| bool Linphone.DialPlan.IsGeneric |
|
get |
Return if given plan is generic.
- Returns
- true if generic, false otherwise
| string Linphone.DialPlan.IsoCountryCode |
|
get |
Returns the iso country code of the dialplan.
- Returns
- the iso country code
| int Linphone.DialPlan.NationalNumberLength |
|
get |
Returns the national number length of the dialplan.
- Returns
- the national number length
| string Linphone.DialPlan.TrunkPrefix |
|
get |
Returns the trunk prefix for this country.
Trunk prefix will be removed from the start of flattened phone number before adding international prefix.
- Returns
- the trunk prefix if any, null otherwise
The documentation for this class was generated from the following file: