Get a specific location information (AsnLocationInformation).
This function is replaced with a more modern version by asnGetLocationInformation2
ArgumentType: AsnGetLocationInformationArgument
AsnGetLocationInformationArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sLocationID | string | The identifier of a location information. See asnGetLocationIDs as an example how to get a location id. | |
optionalParams | AsnOptionalParameters | yes | No optional parameters yet. |
ResultType: AsnGetLocationInformationResult
- DEPRECATED -
AsnGetLocationInformationResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sLocationID | string | ID for this particular set of rules in the UCServer | |
iCountryID | number | In which country is the PBX connected to the network. | |
u8sCountryCode | string | The country code. | |
u8sLocalPrefix | string | The local prefix to dial. | |
u8sNationalPrefix | string | The national prefix to dial. | |
u8sInternationalPrefix | string | The international prefix to dial. | |
u8sLocalDialingRule | string | ||
u8sNationalDialingRule | string | ||
u8sInternationalDialingRule | string | ||
u8sCityCodeNoPrefix | string | ||
u8sVanityNumbers | string | ||
iUseVanity | number | ||
u8sAddressStreet | string | Address (Street) where the PBX is located. | |
u8sAddressZIPCode | string | Address (ZIP Code) where the PBX is located. | |
u8sAddressCity | string | Address (City) where the PBX is located. | |
iUseTkSystem | number | ||
u8sTKLocalAccessCode | string | ||
u8sTKLongDistanceAccessCode | string | ||
u8sTKInternationalAccessCode | string | ||
u8sTKPrivateAccessCode | string | ||
u8sTKAnschlussNr | string | ||
iTKMaxLenInternalNumbers | number | ||
u8slistTKAkzListRemoveIn | UTF8StringList | ||
u8slistTKAkzListRemoveOut | UTF8StringList | ||
u8slistTKAkzListRemoveForwarding | UTF8StringList | ||
u8slistTKDetectInternalRules | UTF8StringList | ||
u8slistTKDetectExternalRules | UTF8StringList | ||
iUseAdvancedLCR | number | ||
numberFormatRegExpressListIn | AsnNumberFormatRegExpressList | ||
numberFormatRegExpressListOut | AsnNumberFormatRegExpressList | ||
numberFormatRegExpressListDial | AsnNumberFormatRegExpressList | ||
projectPINRules | AsnProjectPinRuleList | ||
optionalParams | AsnOptionalParameters | yes |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 6.4