| Предыдущий | Следующий |
| TAPI_E_INVALDIALPARAMS | TAPI_E_INVALGROUPID |
TAPI_E_INVALDIGITS
Что означает TAPI_E_INVALDIGITS
TAPI_E_INVALDIGITS (0x80040016) — 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_INVALDIGITS is HRESULT 2147745814 ( 0X80040016 ) from Tapi3err.h.
- capture digit text, digit mode, character set, duration, inter-digit gap, call state, and provider-supported digit modes.
- AllStat describes it as “Invalid digits.” The result normally appears while generating, monitoring, or sending digits through call-media control.
Исходная формулировка
- TAPI_E_INVALDIGITS is HRESULT 2147745814 ( 0X80040016 ) from Tapi3err.h.
- capture digit text, digit mode, character set, duration, inter-digit gap, call state, and provider-supported digit modes.
- The evidence-based correction for this result is to validate every character against the selected digit mode and send only while the call and media stream permit digit generation.
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.
