Asterisk+Addpac
Проблемма с FXO
Сообщений: 6521
|
Re: Asterisk+Addpac
Вопрос CarManchik: Подскажите пожалуйста, сдури были приобретены 3 штуки Voip usb TVP-SP3, как в последствии оказалось они для Скайп, если какиенить программы позволяющие использовать скайп телефоны для местной телефонии организованной на астериске, типа как обычные SIP телефоны?
лежит совсем не в плоскости топика Asterisk+Addpac. Если не соблюдать никаких правил постинга, то сейчас тут уже можно писать о проблемах в личной жизни?
|
Откуда: Ярославль
Сообщений: 21
|
Re: Asterisk+Addpac
У меня выход на город чере преобразователь тон-пульс, городские номера идут нормально, а вот паузу после набора 8-ки не как не могу сделать, подскажите как это можно реализовать в астериске, пробывал менять контекст таким оброзом:
exten => _8XXXXXXXXXX,1,Dial(SIP/322/8,60,D(ww${EXTEN:1}))
разное количество w вставлял результат результат одинаковый нет задержки после 8-ки хоть лопни
|
Откуда: Ярославль
Сообщений: 21
|
Re: Asterisk+Addpac
Помогите пожалуйста заколебался с отбоем FXO портов на Addpace, ситуация осложняется тем что их 7 штук из них разные городские АТС, начиная от древних которые не поддерживаю тональный набор, в основном команды применяемые для отбоя действуют сразу на все порты, а у меня тоны каждой особенные. Иногда бывает целый день нормально работает иногда через час BUSY. Может какнибудь с помощью Asterisk отрубать BUSY порты Адпака, короче конфигурация Адпака:
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
timeout tidt 550
!
!
! Voice port configuration.
!
! FXO
voice-port 0/0
no caller-id enable
!
!
! FXO
voice-port 0/1
no caller-id enable
!
!
! FXO
voice-port 0/2
no caller-id enable
!
!
! FXO
voice-port 0/3
no caller-id enable
!
!
! FXO
voice-port 1/0
no caller-id enable
!
!
! FXO
voice-port 1/1
no caller-id enable
!
!
! FXO
voice-port 1/2
no caller-id enable
!
!
! FXO
voice-port 1/3
no caller-id enable
!
!
! FXS
voice-port 2/0
no caller-id enable
!
!
! FXS
voice-port 2/1
no caller-id enable
!
!
! FXS
voice-port 2/2
no caller-id enable
!
!
! FXS
voice-port 2/3
no caller-id enable
!
!
! FXS
voice-port 3/0
no caller-id enable
!
!
! FXS
voice-port 3/1
no caller-id enable
!
!
! FXS
voice-port 3/2
no caller-id enable
!
!
! FXS
voice-port 3/3
no caller-id enable
!
!
! FXO
voice-port 4/0
no caller-id enable
!
!
! FXO
voice-port 4/1
no caller-id enable
!
!
! FXO
voice-port 4/2
no caller-id enable
!
!
! FXO
voice-port 4/3
no caller-id enable
!
!
! FXO
voice-port 5/0
no caller-id enable
!
!
! FXO
voice-port 5/1
no caller-id enable
!
!
! FXO
voice-port 5/2
no caller-id enable
!
!
! FXO
voice-port 5/3
no caller-id enable
!
!
! FXO
voice-port 6/0
connection plar 9
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
!
!
! FXO
voice-port 6/1
connection plar 4
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
!
!
! FXO
voice-port 6/2
connection plar 5
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
!
!
! FXO
voice-port 6/3
connection plar 3
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
!
!
! FXO
voice-port 7/0
connection plar 1
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
!
!
! FXO
voice-port 7/1
connection plar 444
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
!
!
! FXO
voice-port 7/2
no caller-id enable
!
!
! FXO
voice-port 7/3
no caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 1 pots
destination-pattern 1
port 7/0
!
dial-peer voice 3 pots
destination-pattern 3
port 6/3
!
dial-peer voice 4 pots
destination-pattern 4
port 6/1
!
dial-peer voice 5 pots
destination-pattern 5
port 6/2
!
dial-peer voice 9 pots
destination-pattern 9
port 6/0
!
dial-peer voice 444 pots
destination-pattern 444
port 7/1
!
!
!
! Voip peer configuration.
!
dial-peer voice 1001 voip
destination-pattern T
session target 192.168.0.20
session protocol sip
codec g711alaw
voice-class codec 1
no dtmf-relay
no vad
description addpac1
!
dial-peer voice 1002 voip
destination-pattern 444
session target 192.168.0.96
codec g711alaw
dtmf-relay h245-alphanumeric
no vad
fax protocol bypass
!
!
!
!
!
!
gatekeeper
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.0.213
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g7231r53
codec preference 4 g7231r63
codec preference 5 g729
!
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-server 192.168.0.20
remote-party-id
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
no vad
!
!
! Tones
voice class clear-down-tone 0 399 0 446 426
!
!
!
!
!
AP2640(config)#
AP2640(config)#
Помогите пожалуста, знающие люди
|
Сообщений: 17
|
Re: Asterisk+Addpac
поищи в сети, есть такие штуки "отбойники"
а вообще рулит цифровой поток, да
|
Откуда: Ярославль
Сообщений: 21
|
Re: Asterisk+Addpac
korn спасибо, но я слышал про отбойники. Думал может кто делал настройки в самом Адпаке на параметры отбоя для нескольких FXO.
Возникла другая проблема бьюсь уже с неделю. Нужна передача факсов когда я делаю в настройках addpac bypass у меня соединение с городским номером идет 50 секунд потом обрыв не с того не сего. кроме bypass невозможно ничего другого использовать т.к. у меня факсы подключены через ATA 186. Причем обрыв факса и голоса идет тока по session protocol sip когда я использую не sip voip факсы ходят и разговор длится скока хочешь. Крутил все тайминги и настройки Asterisk. Подскажите куда крутить?
|
Откуда: Ярославль
Сообщений: 21
|
Re: Asterisk+Addpac
Для решения проблемы с факсами было решено использовать второй аддпак на котором есть 24FXS платы и присоединить 8FXO, но возникла другая проблемма хотя sip транки зарегистрированы везде почемуто из города звонок на астериск не приходит. два раза гдудок и отбой аддпака. Эта проблема совместного использования FXO и FXS на одном адпаке? Порознь на разных адпаках они работают нормально.
|
Сообщений: 6521
|
Re: Asterisk+Addpac
Это проблема непонимания как вообще работают диал пиры на АддПаке.
исходя из этого -
! FXO
voice-port 7/0
connection plar 1
ring detect-timeout 70
no clear-down-tone-detect
caller-id enable
forced-clear-down -55 60
! все кто позвонил из города на линию, воткнутую в этот порт преобразуются в 1, ну и наверное уйдут в Астериск. Но вот обратные звонки - из Астериска в город через этот порт описаны как
! Pots peer configuration.
!
dial-peer voice 1 pots
destination-pattern 1
port 7/0
! что значит - засовывать в этот порт только номер набраный из одной единицы.
Это в городском диал-плане такие номера!
1
2
3
4
5
Центральная-насосная гор. тел. 6
|
Откуда: Ярославль
Сообщений: 21
|
Re: Asterisk+Addpac
Проесню подробнее есть:
version 8.23L
!
hostname AP1005
!
!
no bridge spanning-tree
!
!
no ip-share enable
!
!
interface ether0.0
ip address 192.168.0.113 255.255.255.0
!
interface ether1.0
no ip address
!
snmp name AP1005
snmp enable-trap dn-register 300 forcely-block
!
no arp reset
!
logging command
logging event all
logging on
!
!
!
!
!
! VoIP configuration.
!
!
! Controller configuration.
!
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol inband-t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
clear-down-tone-detect
caller-id enable
!
!
! FXS
voice-port 0/1
no caller-id enable
!
!
! FXS
voice-port 0/2
no caller-id enable
!
!
! FXS
voice-port 0/3
no caller-id enable
!
!
! FXS
voice-port 1/0
no caller-id enable
!
!
! FXS
voice-port 1/1
no caller-id enable
!
!
! FXS
voice-port 1/2
no caller-id enable
!
!
! FXS
voice-port 1/3
no caller-id enable
!
!
! FXO
voice-port 2/0
no caller-id enable
!
!
! FXO
voice-port 2/1
connection plar 8
ring detect-timeout 70
ring detect-timer 500
no clear-down-tone-detect
caller-id enable
!
!
! FXO
voice-port 2/2
no caller-id enable
!
!
! FXO
voice-port 2/3
no caller-id enable
!
!
! FXO
voice-port 3/0
no caller-id enable
!
!
! FXO
voice-port 3/1
no caller-id enable
!
!
! FXO
voice-port 3/2
no caller-id enable
!
!
! FXO
voice-port 3/3
no caller-id enable
!
!
! FXS
voice-port 4/0
no caller-id enable
!
!
! FXS
voice-port 4/1
no caller-id enable
!
!
! FXS
voice-port 4/2
no caller-id enable
!
!
! FXS
voice-port 4/3
no caller-id enable
!
!
! FXS
voice-port 5/0
no caller-id enable
!
!
! FXS
voice-port 5/1
no caller-id enable
!
!
! FXS
voice-port 5/2
no caller-id enable
!
!
! FXS
voice-port 5/3
no caller-id enable
!
!
! FXS
voice-port 6/0
no caller-id enable
!
!
! FXS
voice-port 6/1
no caller-id enable
!
!
! FXS
voice-port 6/2
no caller-id enable
!
!
! FXS
voice-port 6/3
no caller-id enable
!
!
! FXS
voice-port 7/0
no caller-id enable
!
!
! FXS
voice-port 7/1
no caller-id enable
!
!
! FXS
voice-port 7/2
no caller-id enable
!
!
! FXS
voice-port 7/3
no caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 8 pots
destination-pattern 8
port 2/1
!
dial-peer voice 111 pots
destination-pattern 111
port 5/1
user-password 111
!
dial-peer voice 210 pots
destination-pattern 210
port 6/0
user-password 210
!
dial-peer voice 211 pots
destination-pattern 211
port 5/2
user-password 211
!
dial-peer voice 213 pots
destination-pattern 213
port 4/1
user-password 213
!
dial-peer voice 214 pots
destination-pattern 214
port 6/3
user-password 214
!
dial-peer voice 215 pots
destination-pattern 215
port 5/3
user-password 215
!
dial-peer voice 217 pots
destination-pattern 217
port 0/0
user-password 217
!
dial-peer voice 220 pots
destination-pattern 220
port 7/3
user-password 220
!
dial-peer voice 225 pots
destination-pattern 225
port 7/2
user-password 225
!
dial-peer voice 226 pots
destination-pattern 226
port 6/2
user-password 226
!
dial-peer voice 228 pots
destination-pattern 228
port 1/0
user-password 228
!
dial-peer voice 234 pots
destination-pattern 234
port 4/2
user-password 234
!
dial-peer voice 244 pots
destination-pattern 244
port 7/0
user-password 244
!
dial-peer voice 254 pots
destination-pattern 254
port 0/1
user-password 254
!
dial-peer voice 311 pots
destination-pattern 311
port 1/2
user-password 311
!
dial-peer voice 316 pots
destination-pattern 316
port 0/3
user-password 316
!
dial-peer voice 317 pots
destination-pattern 317
port 5/0
user-password 317
!
dial-peer voice 318 pots
destination-pattern 318
port 6/1
user-password 318
!
dial-peer voice 319 pots
destination-pattern 319
port 4/3
user-password 319
!
dial-peer voice 324 pots
destination-pattern 324
port 7/1
user-password 324
!
dial-peer voice 327 pots
destination-pattern 327
port 1/1
user-password 327
!
dial-peer voice 328 pots
destination-pattern 328
port 1/3
user-password 328
!
dial-peer voice 555 pots
destination-pattern 555
port 0/2
user-password 555
!
dial-peer voice 912 pots
destination-pattern 912
port 4/0
user-password 912
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern ...
session target 192.168.0.20
session protocol sip
codec g711ulaw
voice-class codec 1
no dtmf-relay
no vad
description to_asterisk
!
!
!
!
!
!
gatekeeper
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.0.113
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g711alaw
!
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-server 192.168.0.20
remote-party-id
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
vad
!
!
! Tones
voice class clear-down-tone 0 421 0 345 311
!
voice class clear-down-cadence 1 -14 460 420 14 14
!
!
!
!
!
у меня настроено 24FXS они все работаю и зарегистрированы:
roxyserver Registration Information
proxyserver registration option = e164
Proxyserver list :
---------------------------------------------------------------
Server address Port Priority Status
---------------------------------------------------------------
192.168.0.20 5060 128 Registered(E.164)
Proxyserver registration status :
-----------------------------------------------------------------------------------
E.164 UserName Password Port Status
-----------------------------------------------------------------------------------
8 8 NONE 2/ 1 Registered
111 111 111 5/ 1 Registered
210 210 210 6/ 0 Registered
211 211 211 5/ 2 Registered
213 213 213 4/ 1 Registered
214 214 214 6/ 3 Registered
215 215 215 5/ 3 Registered
217 217 217 0/ 0 Registered
220 220 220 7/ 3 Registered
225 225 225 7/ 2 Registered
226 226 226 6/ 2 Registered
228 228 228 1/ 0 Registered
234 234 234 4/ 2 Registered
244 244 244 7/ 0 Registered
254 254 254 0/ 1 Registered
311 311 311 1/ 2 Registered
316 316 316 0/ 3 Registered
317 317 317 5/ 0 Registered
318 318 318 6/ 1 Registered
319 319 319 4/ 3 Registered
324 324 324 7/ 1 Registered
327 327 327 1/ 1 Registered
328 328 328 1/ 3 Registered
555 555 555 0/ 2 Registered
912 912 912 4/ 0 Registered
SIP UA Timer counters
retry counter = 10
SIP UA Timer values
tretry (sip retry timer) = 500 msec.
tinterval (sip retry max interval timer) = 4 sec.
treg (sip register timer) = 60 sec.
tregtry (sip register retry timer) = 20 sec.
texpires (sip invite expire timer) = 180 sec.
tsipping (sip ping timer) = 45 sec.
SIP UA MIN-SE value
Min-SE = 1800 sec.
SIP DNS SRV Query : Disable
SIP Call Transfer Mode : Basic
SIP Media Channel Start Mode : Default
SIP Reliable Provisional Response Option : Disabled
SIP Response Option : default
SIP Local Domain : NULL
Special Char : NULL
SIP Routing Method of Incoming Call : Default
SIP Remote-Party-ID : Enabled
SIP Local Host Name : No
SIP Conference Server Info
Name (ID) = NULL
Related Voip Tag = -1
SIP NAT Info
PING = Disabled
Required = NULL
Но я поставил планку 8FXO аоткнул в порт 2/1 городскую линию и настроил SIP trunk №8 и соответственно его connection plar 8 чтоб он уходил прямо на Asterisk и он вроде как зарегистрирован, но звонки зараза не пропускает, сразу занято, а FXS соответственно работают и в город можно выйти через FXO 2/1 нормально правила выхода и диал план я описал на Астериске, а вот входящие не пускает, в чем тут проблема, незнаю, да и еще у меня (sip:Unknown) с чем это связано?
Received SIP PDU from ( 192.168.0.20:5060 )
PTIONS sip:225@192.168.0.113 SIP/2.0
ia: SIP/2.0/UDP 192.168.0.20:5060;branch=z9hG4bK0c2268c8;rport
rom: "Unknown" <sip:Unknown@192.168.0.20>;tag=as53bb0c02
o: <sip:225@192.168.0.113>
ontact: <sip:Unknown@192.168.0.20>
all-ID: 43c9f2e07f672f75723ba8616726cfc1@192.168.0.20
Seq: 102 OPTIONS
ser-Agent: Asterisk PBX
ax-Forwards: 70
ate: Thu, 20 Nov 2008 08:04:24 GMT
llow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
upported: replaces
ontent-Length: 0
Sending SIP PDU to ( 192.168.0.20:5060 ) from 5060
IP/2.0 200 OK
ia: SIP/2.0/UDP 192.168.0.20:5060;branch=z9hG4bK0c2268c8;rport
rom: "Unknown" <sip:Unknown@192.168.0.20>;tag=as53bb0c02
o: <sip:225@192.168.0.113>
all-ID: 43c9f2e07f672f75723ba8616726cfc1@192.168.0.20
Seq: 102 OPTIONS
ser-Agent: AddPac SIP Gateway
ccept: application/sdp
llow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE, REFER, NOTIFY
ontent-Length: 0
Received SIP PDU from ( 192.168.0.20:5060 )
PTIONS sip:220@192.168.0.113 SIP/2.0
ia: SIP/2.0/UDP 192.168.0.20:5060;branch=z9hG4bK3cbfc795;rport
rom: "Unknown" <sip:Unknown@192.168.0.20>;tag=as5380fd8d
o: <sip:220@192.168.0.113>
ontact: <sip:Unknown@192.168.0.20>
all-ID: 2655fe6c0623bc7d11b1fa15656d0617@192.168.0.20
Seq: 102 OPTIONS
ser-Agent: Asterisk PBX
ax-Forwards: 70
ate: Thu, 20 Nov 2008 08:04:24 GMT
llow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
upported: replaces
ontent-Length: 0
Sending SIP PDU to ( 192.168.0.20:5060 ) from 5060
IP/2.0 200 OK
ia: SIP/2.0/UDP 192.168.0.20:5060;branch=z9hG4bK3cbfc795;rport
rom: "Unknown" <sip:Unknown@192.168.0.20>;tag=as5380fd8d
o: <sip:220@192.168.0.113>
all-ID: 2655fe6c0623bc7d11b1fa15656d0617@192.168.0.20
Seq: 102 OPTIONS
ser-Agent: AddPac SIP Gateway
ccept: application/sdp
llow: INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE, REFER, NOTIFY
ontent-Length: 0
Да и еще один момент, когда я ставлю connection plar none, то естественно с АТС захожу на аддпак но соединяться донабором с него можно тока на те телефоны которые прописаны на нем в FXS а он не дает соединяться на экстеншены прописаннные на астериска, такое впечатление что они с астериском друг друга не понимают. Хотя с любого FXS можно позвонить на любой экстаншен прописанный на астериске
|
Сообщений: 6521
|
Re: Asterisk+Addpac
CarManchik, это ты не понимэ как вообще работают диал пиры на АддПаке.
А ещё ты не понимэ, что гигантские конфиги и дебаги читать влом. Тут не бесплатная служба суппорта, пожалей чужие глаза и скролл-ролики мыши.
Ты правильно поставил планку 8FXO воткнул в порт 2/1 городскую линию и неправильно настроил SIP trunk №8
Надеюсь, я помог тебе этим пояснением.
|
Откуда: Ярославль
Сообщений: 21
|
Re: Asterisk+Addpac
Дед спасибо выручил, но проблемма еще крылась в неверно заданном сип транке на астериске у меня было type=peer, а надо friend или user
|
|