Настроил AddPac AP1100 для работы с Asterisk все хорошо нооо
С Addpac звоню на номера * все оки!
А наоборот немогу((
Вот конфиги
addpac выдержка
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
voice service voip
fax protocol t38 redundancy 1
fax rate 9600
h323 call start fast
h323 call tunnel enable
timeout tidt 5
timeout tras 8
timing dtmf-duration 200
local-ringback-tone early
announcement language english
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
! FXS
voice-port 0/1
caller-id enable
voice service voip
minimize-voip-port multiply 1
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 501
port 0/0
no register e164
user-password 1234
!
dial-peer voice 1 pots
destination-pattern 502
port 0/1
no register e164
user-password 1234
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
codec g711alaw
no vad
dtmf-relay rtp-2833
translate-outgoing called-number 1
fax protocol t38 redundancy 1
!
! SIP UA configuration.
!
sip-ua
sip-server 192.168.1.2
timeout treg 3600
register e164
fax protocol t38 redundancy 1
fax rate 9600
h323 call start fast
h323 call tunnel enable
timeout tidt 5
timeout tras 8
timing dtmf-duration 200
local-ringback-tone early
announcement language english
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
! FXS
voice-port 0/1
caller-id enable
voice service voip
minimize-voip-port multiply 1
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 501
port 0/0
no register e164
user-password 1234
!
dial-peer voice 1 pots
destination-pattern 502
port 0/1
no register e164
user-password 1234
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
codec g711alaw
no vad
dtmf-relay rtp-2833
translate-outgoing called-number 1
fax protocol t38 redundancy 1
!
! SIP UA configuration.
!
sip-ua
sip-server 192.168.1.2
timeout treg 3600
register e164
С 501 на 502 и 500 звонит прекрастно
Но вот с 500 на 501 и 502 не хотит (((
Попробовал
сделать транк через веб интерфейс
Код: Выделить всё
cat sip_additional.conf
[addpack]
disallow=all
context=default
type=peer
host=192.168.1.7
port=5060
canreinvite=yes
reinvite=yes
allow=alaw
insecure=invite
Код: Выделить всё
exten => 501,1,Dial(SIP/501@addpack,60,r)
Теперь вопрос как сделать так чтоб не прописывать ручками а делать через веб интерфейс?? все облазил так и несмог понять где задовать параметры.
Ткните плииз!!!