Обращения к модулю Radius

Технические вопросы по UTM 5.0
Ответить
GreyLine
Сообщения: 2
Зарегистрирован: Ср дек 02, 2009 17:30

Обращения к модулю Radius

Сообщение GreyLine »

Добрый день, проблема следующая - билю голос через cdr. Если номер вызывающего абонента, прописанный в cdr, не определен в системе, то utm делает 3 попытки обращения к модулю Radius - это занимает достаточно много времени, хотелось бы сократить это время.

Выглядит это примерно так:

?Debug : Jan 27 21:02:06 : Count <0> Processing line <5531;4131;481;34229;15:4:25.000 MSK 3 Jan 27 2010> size <49>
?Debug : Jan 27 21:02:06 UNIF: 1 elements to send unif tel data
?Debug : Jan 27 21:02:06 RadiusSocket: Moving RADIUS packet into send queue
?Debug : Jan 27 21:02:06 RadiusSocket: RADIUS raw data sent
?Debug : Jan 27 21:02:06 RadiusSocket: Waiting for RADIUS raw data
?Debug : Jan 27 21:02:11 UNIF: Unable to receive Accounting-Start response, resending packet
?Debug : Jan 27 21:02:11 RadiusSocket: Moving RADIUS packet into send queue
?Debug : Jan 27 21:02:11 RadiusSocket: RADIUS raw data sent
?Debug : Jan 27 21:02:11 RadiusSocket: Waiting for RADIUS raw data
?Debug : Jan 27 21:02:17 UNIF: Unable to receive Accounting-Start response, resending packet
?Debug : Jan 27 21:02:17 RadiusSocket: Moving RADIUS packet into send queue
?Debug : Jan 27 21:02:17 RadiusSocket: RADIUS raw data sent
?Debug : Jan 27 21:02:17 RadiusSocket: Waiting for RADIUS raw data
?Debug : Jan 27 21:02:23 UNIF: Unable to receive Accounting-Start response, resending packet
?Debug : Jan 27 21:02:23 UNIF: Unable to process Accounting-Start packet
?Debug : Jan 27 21:02:23 : Lines sent:<1> working time:<17> sec

Подскажите пожалуйста как сократить количество попыток до 1.
Заранее спасибо.

Pulse
Сообщения: 945
Зарегистрирован: Вт окт 03, 2006 12:58

Сообщение Pulse »

usage: utm5_unif
[-c config_path] Path to config file. Default is /netup/utm5/utm5_unif.cfg
[-s data_source_path] Path to file with source data. Default is /netup/utm5/source.dat
[-d] Debug mode: all log messages go to console
[-n] Sent RADIUS accounting without receiveing reply with default delay
[-t delay] Send RADIUS accounting without receiveing reply with specified delay in microseconds
[-v] Version info

GreyLine
Сообщения: 2
Зарегистрирован: Ср дек 02, 2009 17:30

Сообщение GreyLine »

Pulse писал(а):usage: utm5_unif
[-c config_path] Path to config file. Default is /netup/utm5/utm5_unif.cfg
[-s data_source_path] Path to file with source data. Default is /netup/utm5/source.dat
[-d] Debug mode: all log messages go to console
[-n] Sent RADIUS accounting without receiveing reply with default delay
[-t delay] Send RADIUS accounting without receiveing reply with specified delay in microseconds
[-v] Version info
Спасибо, помогло - работает!

Ответить