asterisk =(sip,g711u)=> 2811 =(h323,g729)=> mvts => операторов пачка.
На циске транскодинг, ccm. Циска валит какую-то часть звонков (в основном на мобилы) 63 кодом, судя по всему из-за того, что не дожидается пакета tcs ack:
Код: Выделить всё
%VOICE_IEC-3-GW: H323: Internal Error (TCS ack wait timeout): IEC=1.1.183.5.63.0 on callID 285111Код: Выделить всё
#sh voice iec description 1.1.183.5.63.0
    IEC Version: 1
    Entity: 1 (Gateway)
    Category: 183 (Capability Exchange Failure)
    Subsystem: 5 (H323)
    Error: 63 (TCS ack wait timeout)
    Diagnostic Code: 0Конфиг 2811:
Код: Выделить всё
voice service voip
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 fax protocol cisco
 h323
  no ras brq
  h245 tunnel disable
  h245 caps mode restricted
[b]  h245 timeout tcs 1[/b]
Можно ли какое-то решение придумать?

