VIDEOCHAT  ::   FAQ  ::   Поиск  ::   Регистрация  ::   Вход

настройка iad2430-24fxs

Вопросы по использованию и настройке IP телефонов, шлюзов и всего прочего

Модераторы: april22, Zavr2008

phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

настройка iad2430-24fxs

Сообщение phone2user »

Добрый вечер, столкнулся с недопониманием при настройке голосового шлюза cisco iad2430-24fxs. Все настройки были сброшены на заводские, затем настроено соединение с астериском.
Приведу конфиг (ip и пароли взяты с потолка):
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname iad2430-24fxs
!
boot-start-marker
boot-end-marker
!
!
aaa new-model
!
!
!
aaa session-id common
clock timezone Moscow 4
!
!
ip domain name some-domain.ru
!
!
!
!
voice-card 0
!
!
!
!
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
sip
registrar server expires max 3600 min 3600
no call service stop
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 31.104.34.100 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
no ip http server
no ip http secure-server
!
ip forward-protocol nd
!
!
access-list 23 permit any log
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
voice-port 2/0
caller-id enable
!
voice-port 2/1
!
voice-port 2/2
!
voice-port 2/3
!
voice-port 2/4
!
voice-port 2/5
!
voice-port 2/6
!
voice-port 2/7
!
voice-port 2/8
!
voice-port 2/9
!
voice-port 2/10
!
voice-port 2/11
!
voice-port 2/12
!
voice-port 2/13
!
voice-port 2/14
!
voice-port 2/15
!
voice-port 2/16
!
voice-port 2/17
!
voice-port 2/18
!
voice-port 2/19
!
voice-port 2/20
!
voice-port 2/21
!
voice-port 2/22
!
voice-port 2/23
!
!
!
!
dial-peer voice 1 pots
destination-pattern 9988
port 2/0
authentication username 9988 password xzxzxzxzxzxzxzx32666347343532054
!
dial-peer voice 1001 voip
destination-pattern .T
progress_ind progress enable 8
session protocol sipv2
session target ipv4:104.163.66.148:5060
codec g711alaw
!
sip-ua
retry invite 3
retry response 3
retry bye 3
retry cancel 3
timers trying 1000
registrar ipv4:104.163.66.148 expires 60
sip-server ipv4:104.163.66.148:5060
notify telephone-event max-duration 500
!
!
!
line con 0
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 60 0
privilege level 15
password 7 zxxzxzxzxzxzxxzzx
logging synchronous
transport input ssh
!
ntp clock-period 17180023
ntp server 229.136.240.232 prefer
ntp server 229.136.240.231
end

А теперь, что нам говорит про это астериск:
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
asterisk*CLI> core show version
Asterisk 1.8.11.1 built by root @ asterisk on a x86_64 running Linux


asterisk*CLI> sip show peers
Name/username Host Dyn Forcerport ACL Port Status
200/200 31.104.34.2 D N 5060 Unmonitored
201/201 31.104.34.2 D N 5060 Unmonitored
202/202 31.104.34.2 D N 5060 Unmonitored
203/203 31.104.34.2 D N 5060 Unmonitored
210/210 31.104.34.1 D N 5060 Unmonitored
211/211 31.104.34.1 D N 5060 Unmonitored
212/212 31.104.34.3 D N 5060 Unmonitored
213/213 31.104.34.3 D N 5060 Unmonitored
216/216 31.104.34.4 D N 5060 Unmonitored
217/217 31.104.34.4 D N 5060 Unmonitored
218/218 31.104.34.5 D N 5060 Unmonitored
219/219 31.104.34.5 D N 5060 Unmonitored
9988/9988 31.104.34.100 D N 57496 Unmonitored
13 sip peers [Monitored: 0 online, 0 offline Unmonitored: 13 online, 0 offline]
Пиры типа 200-219 это цифровые аддпаки, меня же интересует, почему пир от циски (9988) законнектился по такому странному порту (57496)?
ded
Сообщения: 15628
Зарегистрирован: 26 авг 2010, 19:00

Re: настройка iad2430-24fxs

Сообщение ded »

Цыска считает, что конечные девайсы (ИП телефоны, шлюзы, и терминалы), которые магнитятся динамически, могут использовать любой порт, а совсем не обязательно 5060. Вот например если устройство выпрыгнет из-за НАТа, оно же прибежит с како-го то произвольного верхнего порта, а не с 5060, Так и тут такая же логика. Ну и у Вас там и стоит N - то есть nat=yes.

Вы или используйте sip-ua, которую прописали, и тогда
dial-peer voice 1001 voip
destination-pattern .T
progress_ind progress enable 8
session protocol sipv2
session target sip-server

или статичный sip пир, как сейчас указано в dial-peer voice 1001 voip, но тогда секция sip-ua не нужна.
phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

Re: настройка iad2430-24fxs

Сообщение phone2user »

благодарю за разъяснение.
phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

Re: настройка iad2430-24fxs

Сообщение phone2user »

Перехват звонков работает. О переводе звонков: подозреваю, что настройка перевода осуществляется на данном шлюзе. К вышеуказанным настройкам добавил:
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
asterisk ~ asterisk -rx "features show"
Builtin Feature Default Current
--------------- ------- -------
Pickup *8 *8
Blind Transfer # #
Attended Transfer
One Touch Monitor
Disconnect Call * *
Park Call
One Touch MixMonitor


iad2430-24fxs# sh run

telephony-service
max-conferences 4 gain -6
transfer-system full-consult
transfer-pattern .T
однако при нажатии на решетку и наборе другого номера, ничего не происходит. Есть ли у кого положительный опыт решения данной проблемы?
Последний раз редактировалось phone2user 01 ноя 2012, 08:40, всего редактировалось 1 раз.
Vlad1983
Сообщения: 4251
Зарегистрирован: 09 авг 2011, 11:51

Re: настройка iad2430-24fxs

Сообщение Vlad1983 »

conf t
dial-peer voice 1001 voip
dtmf-relay rtp-nte
ЛС: @rostel
phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

Re: настройка iad2430-24fxs

Сообщение phone2user »

благодарю, но пока не работает. Теперь при нажатии на телефоне #, в логах появляется следующее:
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
[Nov 1 08:48:47] DTMF[30937] channel.c: DTMF begin '#' received on SIP/0205-00000f6f
[Nov 1 08:48:47] DTMF[30937] channel.c: DTMF begin passthrough '#' on SIP/0205-00000f6f
[Nov 1 08:48:47] DTMF[30937] channel.c: DTMF end '#' received on SIP/0205-00000f6f, duration 100 ms
[Nov 1 08:48:47] DTMF[30937] channel.c: DTMF end accepted with begin '#' on SIP/0205-00000f6f
[Nov 1 08:48:47] DTMF[30937] channel.c: DTMF end passthrough '#' on SIP/0205-00000f6f
[Nov 1 08:48:48] DTMF[30937] channel.c: DTMF begin '0' received on SIP/0205-00000f6f
[Nov 1 08:48:48] DTMF[30937] channel.c: DTMF begin passthrough '0' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end '0' received on SIP/0205-00000f6f, duration 100 ms
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end accepted with begin '0' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end passthrough '0' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF begin '2' received on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF begin passthrough '2' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end '2' received on SIP/0205-00000f6f, duration 100 ms
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end accepted with begin '2' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end passthrough '2' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF begin '0' received on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF begin passthrough '0' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end '0' received on SIP/0205-00000f6f, duration 200 ms
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end accepted with begin '0' on SIP/0205-00000f6f
[Nov 1 08:48:49] DTMF[30937] channel.c: DTMF end passthrough '0' on SIP/0205-00000f6f
[Nov 1 08:48:50] DTMF[30937] channel.c: DTMF begin '4' received on SIP/0205-00000f6f
[Nov 1 08:48:50] DTMF[30937] channel.c: DTMF begin passthrough '4' on SIP/0205-00000f6f
[Nov 1 08:48:50] DTMF[30937] channel.c: DTMF end '4' received on SIP/0205-00000f6f, duration 100 ms
[Nov 1 08:48:50] DTMF[30937] channel.c: DTMF end accepted with begin '4' on SIP/0205-00000f6f
[Nov 1 08:48:50] DTMF[30937] channel.c: DTMF end passthrough '4' on SIP/0205-00000f6f
нужно ли изменить что либо в диалплане астера? (в настоящий момент в диалплане событие перевода никак не обрабатывается)
phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

Re: настройка iad2430-24fxs

Сообщение phone2user »

почитал справку и сам себе ответил, благодарю, все работает.

Код: Выделить всё

exten => 365123,1,Dial(SIP/0123,,tT)
phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

Re: настройка iad2430-24fxs

Сообщение phone2user »

также имеется неприятный нюанс, при звонке с Циски на любого абонента в трубке секунд 8-9 ничего не слышно, и только затем идет дозвон. Грубо говоря, вызываемый телефон начинает звонить секунд через 10. Можете ли указать на ошибку в конфиге циски?
Vlad1983
Сообщения: 4251
Зарегистрирован: 09 авг 2011, 11:51

Re: настройка iad2430-24fxs

Сообщение Vlad1983 »

interdigit

ещё как вариант ставить более жесткие маски
dial-peer voice 1001 voip
destination-pattern ^1..$
progress_ind progress enable 8
session protocol sipv2
session target ipv4:104.163.66.148:5060
codec g711alaw
...
dial-peer voice 1011 voip
destination-pattern ^[2-79]......$
...
dial-peer voice 1021 voip
destination-pattern ^8..........$
...
ЛС: @rostel
phone2user
Сообщения: 64
Зарегистрирован: 10 апр 2012, 13:07

Re: настройка iad2430-24fxs

Сообщение phone2user »

премного благодарен,

Код: Выделить всё

voice-port 2/0
 timeouts interdigit 2
спасло :)
Ответить
© 2008 — 2025 Asterisk.ru
Digium, Asterisk and AsteriskNOW are registered trademarks of Digium, Inc.
Design and development by PostMet-Netzwerk GmbH