voip длительность вызовов

Технические вопросы по UTM 5.0
Ответить
arty
Сообщения: 20
Зарегистрирован: Пт апр 10, 2009 06:08

voip длительность вызовов

Сообщение arty »

Настроена система VoIP, при совершении вызовов на сеть общего пользования с программного телефона (например eyeBeam v 1.5.19.4, кодек G.729) происходит следущее:
1. При завершении вызова со стороны программного телефона все нормально завершается и в UTM записывается корректная информация о совершенном вызове (в т.ч. длительность)
2. При завершении вызова со стороны вызываемого абонента ТфОП не происходит завершения вызова, программный телефон не видит отбоя, и длительность звонка продолжает считаться, пока не произвести отбой в eyeBeam. В результате в UTM заносится неверная длительность вызова. Причем в отчете показывается не реальная длительность вызова, и даже не та, при которой завершили вызов в программном телефоне, а гораздо большая (на коротких вызовах до минуты "лишнего" времени).

Помогите, не пойму в чем проблема с завершением вызовов... Подозреваю проблема где-то в Cisco.


стык с ТфОП Cisco 3640 IOS 12.2(11)T1
билинг UTM 5.2.1-006 update 7
c Cisco на радиус билинга передается аккаунтинг. авторизации нет.

конфиг Cisco

version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
aaa new-model
!
!
aaa accounting connection h323 start-stop group radius
aaa accounting connection sip start-stop group radius
aaa session-id common
enable password 7 ******
!
memory-size iomem 10
voice-card 3
!
ip subnet-zero
!
!
no ip domain lookup
!
isdn switch-type primary-net5
!
!
voice call carrier capacity active
!
voice service voip
sip
bind all source-interface FastEthernet0/0.5
!
voice class codec 1
codec preference 1 g729r8 bytes 40
codec preference 2 g729br8 bytes 40
codec preference 3 g711alaw
codec preference 4 g711ulaw
codec preference 5 g726r16
codec preference 6 g726r24
codec preference 7 g726r32
!
!
voice class aaa 1
accounting suppress in-bound
!
!
!
!
mta receive maximum-recipients 0
!
controller E1 3/0
pri-group timeslots 1-31
!
controller E1 3/1
pri-group timeslots 1-31
!
gw-accounting aaa
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.5
encapsulation dot1Q 5
ip address 10.0.0.159 255.255.255.0
!
interface Serial3/0:15
no ip address
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
isdn send-alerting
isdn sending-complete
isdn outgoing display-ie
no cdp enable
!
interface Serial3/1:15
no ip address
no logging event link-status
isdn switch-type primary-net5
isdn incoming-voice voice
isdn send-alerting
isdn sending-complete
isdn outgoing display-ie
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
no ip http server
ip pim bidir-enable
!
!
!
radius-server configure-nas
radius-server host 10.0.2.100 auth-port 1812 acct-port 1813 key 7 *****
radius-server retransmit 3
radius-server attribute 44 include-in-access-req
radius-server key 7 ******
radius-server authorization permit missing Service-Type
radius-server vsa send accounting
radius-server vsa send authentication
call rsvp-sync
!
voice-port 3/0:15
cptone RU
!
voice-port 3/1:15
cptone RU
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
dial-peer voice 10 pots
description to_city
destination-pattern .......
direct-inward-dial
port 3/0:15
forward-digits all
!
dial-peer voice 20 pots
description to_inter
destination-pattern 8T
direct-inward-dial
port 3/0:15
forward-digits all
!
dial-peer voice 1000 voip
description Test_only_Test
numbering-type national
huntstop
max-conn 8
answer-address 99999
destination-pattern 99999
voice-class aaa 1
voice-class codec 1
session protocol sipv2
session target ipv4:10.0.0.35
dtmf-relay h245-signal
no vad
!
gateway
!
sip-ua
max-forwards 15
retry invite 3
no oli

Ответить