Команда show call history voice compact показывает следующее:
G<id> A/O FAX T<sec> Codec type Peer Address IP R<ip>:<udp> disc-cause
G3685 ORG T0 g729r8 pre- VOIP P74957777771 0.0.0.0:0 D1B
G3685 ANS T0 None TELE P74951234567 D1B
Если IP=0.0.0.0 - это означает проблема на локальной стороне или от удаленного конца тоже зависит?
> Если IP=0.0.0.0 - это означает проблема на локальной стороне или от удаленного
> конца тоже зависит?cv=127. нет, на локальной стороне.
>> Если IP=0.0.0.0 - это означает проблема на локальной стороне или от удаленного
>> конца тоже зависит?
> cv=127. нет, на локальной стороне.Ниже конфигурация:
!
voice class codec 3
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g729r8
!
voice translation-rule 4
rule 1 /^1016/ //
!
voice translation-profile rmv_1016
translate called 4
!
dial-peer voice 209 voip
description Internet_01
translation-profile outgoing rmv_1016
huntstop
destination-pattern 1016T
voice-class codec 3
session target ipv4:x.y.z.t
fax-relay ecm disable
fax rate 14400
fax protocol t38 ls-redundancy 5 hs-redundancy 2 fallback none
В чем может быть причина? или есть какой нибудь анализатор как конфигурации так и трейсов?
Вы неправильно зырите, начинать надо с анализа sh call hist voice id $id. На данном этапе зырьте на DisconnectCause, ReleaseSource и IEC.
> Вы неправильно зырите, начинать надо с анализа sh call hist voice id
> $id. На данном этапе зырьте на DisconnectCause, ReleaseSource и IEC.Согласно описаниям причину в диал-пире у меня, но как узнать из нижеприведенной информации?
GENERIC:
SetupTime=1723655996 ms
Index=6081629
PeerAddress=74957777771
PeerSubAddress=
PeerId=209
PeerIfIndex=449
LogicalIfIndex=0
DisconnectCause=1B
DisconnectText=destination out of order (27)
ConnectTime=0 ms
DisconnectTime=1723670996 ms
CallDuration=00:00:00 sec
CallOrigin=1
ReleaseSource=6
ChargedUnits=0
InfoType=speech
TransmitPackets=0
TransmitBytes=0
ReceivePackets=0
ReceiveBytes=0
VOIP:
ConnectionId[0x69CCEDE0 0x6B0211D4 0xB1C7ABCD 0xE525F12B]
IncomingConnectionId[0x69CCEDE0 0x6B0211D4 0xB1C7ABCD 0xE525F12B]
RemoteIPAddress=x.y.z.t
RemoteUDPPort=0
RemoteSignallingIPAddress=x.y.z.t
RemoteSignallingPort=1720
RemoteMediaIPAddress=0.0.0.0
RemoteMediaPort=0
RoundTripDelay=0 ms
SelectedQoS=best-effort
tx_DtmfRelay=inband-voice
FastConnect=FALSEAnnexE=FALSE
Separate H245 Connection=FALSE
H245 Tunneling=FALSE
SessionProtocol=cisco
ProtocolCallId=
SessionTarget=ipv4:x.y.z.t
OnTimeRvPlayout=0
GapFillWithSilence=0 ms
GapFillWithPrediction=0 ms
GapFillWithInterpolation=0 ms
GapFillWithRedundancy=0 ms
HiWaterPlayoutDelay=0 ms
LoWaterPlayoutDelay=0 ms
ReceiveDelay=0 ms
LostPackets=0
EarlyPackets=0
LatePackets=0
VAD = enabled
CoderTypeRate=g729r8 pre-ietf
CodecBytes=0
cvVoIPCallHistoryIcpif=-1
MediaSetting=flow-through
CallerName=
CallerIDBlocked=False
OriginalCallingNumber=74951234567
OriginalCallingOctet=0x11
OriginalCalledNumber=101674957777771
OriginalCalledOctet=0xC1
OriginalRedirectCalledNumber=
OriginalRedirectCalledOctet=0xFF
TranslatedCallingNumber=74951234567
TranslatedCallingOctet=0x11
TranslatedCalledNumber=74957777771
TranslatedCalledOctet=0xC1
TranslatedRedirectCalledNumber=
TranslatedRedirectCalledOctet=0xFF
GwReceivedCalledNumber=101674957777771
GwReceivedCalledOctet3=0xC1
GwReceivedCallingNumber=74951234567
GwReceivedCallingOctet3=0x11
GwReceivedCallingOctet3a=0x83
Username=
Зырим чо такое ReleaseSource 6 - Internal release in a VoIP leg
Зырим что такое Destination out of order:
The destination is not reachable because of an interface malfunction. In addition, a signaling message cannot be delivered. This condition can be temporary. However, the condition can last for an extended period in some cases.This cause indicates that a signaling message could not be delivered to the remote user. For example, a physical layer or data link layer fails at the remote user end, and the user equipment is off-line (turned off).
> Зырим чо такое ReleaseSource 6 - Internal release in a VoIP leg
> Зырим что такое Destination out of order:
> The destination is not reachable because of an interface malfunction. In addition,
> a signaling message cannot be delivered. This condition can be temporary.
> However, the condition can last for an extended period in some
> cases.
> This cause indicates that a signaling message could not be delivered to
> the remote user. For example, a physical layer or data link
> layer fails at the remote user end, and the user equipment
> is off-line (turned off).Спасибо за ответ. Я предполагал, что возможно еще удаленный роутер еще не конфигурирован, но так как "ReleaseSource 6 - Internal release in a VoIP leg" подумал что проблема у меня в настройках dial-peer. Кроме того, как видел из детальной информации звонка, RemoteSignallingIPAddress имеет значение, но RemoteMediaIPAddress=0.0.0.0. Попрошу персонала удаленного роутера проверить свою часть.