| Предыдущий | Следующий |
| TAPI_E_INVALCOMPLETIONID | TAPI_E_INVALDEVICECLASS |
TAPI_E_INVALCOUNTRYCODE
Что означает TAPI_E_INVALCOUNTRYCODE
TAPI_E_INVALCOUNTRYCODE (0x80040013) — tAPI — неверный код страны.
TAPI 3 работает через service provider, address, call, terminal и stream objects. Возможности и идентификаторы принадлежат конкретному provider/device и могут меняться после reinit или смены состояния вызова.
Что проверить
- Сохраните provider, address/call/phone state, privilege, async request ID и точный IT* method.
- Перед повтором обновите provider-owned IDs/capabilities и дождитесь требуемого call state; поздняя команда часто относится к уже изменившемуся объекту.
Данные для диагностики
- TAPI_E_INVALCOUNTRYCODE is HRESULT 2147745811 ( 0X80040013 ) from Tapi3err.h.
- capture country code, location ID, canonical number, translated dialable string, and provider country table.
- AllStat describes it as “Invalid country code.” The result normally appears while normalizing a canonical telephone number and applying the selected dialing location.
Исходная формулировка
- TAPI_E_INVALCOUNTRYCODE is HRESULT 2147745811 ( 0X80040013 ) from Tapi3err.h.
- capture country code, location ID, canonical number, translated dialable string, and provider country table.
- Invalid country code.
- The evidence-based correction for this result is to reload the current telephony location, validate the numeric country code, and translate the number again instead of silently substituting a default country.
Технические ссылки
- Microsoft: TAPI_E constants.
- Microsoft: Country or Region Code.
- Microsoft: TAPI 3.1 Reference.
- Microsoft: Telephony API interfaces.
Нужно найти другой код? Найти другой код состояния или ошибки.