есть ап1100Ф
есть сип провайдер
дал логин(74731111111) и пас(22222222) и 4 линии входящие 4 исходящие
Код:
! Pots peer configuration.
!
dial-peer voice 1 pots
destination-pattern 74731111111
port 0/0
user-password 22222222
!
dial-peer voice 2 pots
destination-pattern 102
port 0/1
call-waiting
user-name 74731111111
user-password 22222222
preference 1
!
dial-peer voice 3 pots
destination-pattern 103
port 0/2
call-waiting
user-name 74731111111
user-password 22222222
!
dial-peer voice 4 pots
destination-pattern 104
port 0/3
call-waiting
user-name 74731111111
user-password 22222222
!
!
!
! Voip peer configuration.
!
dial-peer voice 700 voip
session protocol sip
answer-address T
voice-class codec 0
no vad
dtmf-relay rtp-2833
no sid
!
dial-peer voice 800 voip
destination-pattern 1..
session target sip-server
session protocol sip
voice-class codec 0
vad
dtmf-relay rtp-2833
no sid
!
dial-peer voice 900 voip
destination-pattern 2......
session target sip-server
session protocol sip
voice-class codec 0
vad
dtmf-relay rtp-2833
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
voice-class codec 0
vad
dtmf-relay rtp-2833
preference 2
!
!
!
dial-peer call-pickup 99
dial-peer call-hold h
dial-peer call-transfer h
!
!
!
gatekeeper
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.50.3
no ignore-msg-from-other-gk
!
!
! Codec classes configuration.
!
voice class codec 0
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g729
!
!
!
! Translation Rule configuration.
!
!
!
!
! SIP UA configuration.
!
sip-ua
user-register
sip-server sipserver.ru
remote-party-id
register e164
В такой схеме исходящий звонок может совершить любой pots а входящий звонок идет только на pots 74731111111
Если за место pots 74731111111 поставить pots 101 то на него не придет входящий.
(это то и понятно, но как сделать чтоб пришёл?)
Код:
841 <Call 27> : ****************** Call Created status(InitiatedByNet) *******************
842 <SIP 27> : Receive INVITE Request
843 <NetCon 27> : Found inbound voip peer by dest-pattern id(700)
844 <Call 27> : From Net - calledParty(74731111111) callingParty(8920XXXXXXX)
845 <Call 27> : Unmatched
846 <Call 27> : Terminated from(fffffff7) this(Local:InvalidNumber) before(NULL) forced(
вопрос - как сделать так чтоб приходил звонок на pots 101 или сразу на несколько pots. В какую сторону копать не пойму, преобразование номера делать ? или регистрировать как gateway.
заранее благодарен.