Что означает код HRESULT 0x80040028 (TAPI_E_USERUSERINFOTOOBIG)?

 
Предыдущий Следующий
TAPI_E_TARGETSELF TAPI_E_REINIT

TAPI_E_USERUSERINFOTOOBIG

Что означает TAPI_E_USERUSERINFOTOOBIG

TAPI_E_USERUSERINFOTOOBIG (0x80040028) — tAPI — user-user information слишком велика.

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_USERUSERINFOTOOBIG is HRESULT 2147745832 ( 0X80040028 ) from Tapi3err.h.
  • capture payload byte length, encoding, bearer and signaling protocol, provider maximum, truncation policy, and remote network capability.
  • AllStat describes it as “The amount of user-user info exceeds the maximum permitted.” The result normally appears while placing or updating a call with supplementary user-user information larger than provider or network limits.

Исходная формулировка

  • TAPI_E_USERUSERINFOTOOBIG is HRESULT 2147745832 ( 0X80040028 ) from Tapi3err.h.
  • capture payload byte length, encoding, bearer and signaling protocol, provider maximum, truncation policy, and remote network capability.
  • The amount of user-user info exceeds the maximum permitted.
  • The evidence-based correction for this result is to reduce or omit the supplementary payload and send application data through a supported out-of-band channel when necessary.

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.