البته روتر سیسکو به راحتی sip را پشتیبانی میکند و اغلب اوقات با ترانک sip بین استریسک و روتر نیاز شما برطرف میشود
چون h323 روی استریسک پیش فرض نصب نیست و باید آن را نصب کنید
در این سناریو که به شکل زیر است کانفیگ ها را به این نحواعمال می نماییم
h323 server: 192.168.51.240
router cisco: 192.168.51.21
البته این روتر تنظیمات متفاوتی مانند دو لینک ای وان و چند ترانک دارد که مجمعا همه آنها در این کانفیگ آورده شده است.
کانفیگ router 2921 cisco:
hostname NasimTelecom
!
boot-start-marker
boot system flash c2800nm-adventerprisek9-mz.151-1.T.bin
boot-end-marker
!
card type e1 0 0
enable password aaa
!
no aaa new-model
!
clock timezone GMT 3 30
network-clock-participate wic 0
!
dot11 syslog
ip source-route
!
!
ip cef
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
isdn switch-type primary-qsig
!
!
trunk group PSTN
!
!
no voice hunt temp-fail
voice rtp send-recv
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
no supplementary-service sip moved-temporarily
no supplementary-service sip refer
h323
sip
registrar server expires max 3600 min 3600
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g711alaw
!
!
voice translation-profile 1
translate calling 1
!
!
voice-card 0
!
!
license udi pid CISCO2821 sn FTX1135A0E7
archive
log config
hidekeys
!
redundancy
!
!
controller E1 0/0/0
pri-group timeslots 1-31
!
controller E1 0/0/1
pri-group timeslots 1-31
!
interface GigabitEthernet0/0
ip address 192.168.51.21 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice voice
auto discovery qos
no cdp enable
!
interface Serial0/0/1:15
no ip address
encapsulation hdlc
isdn switch-type primary-net5
isdn incoming-voice voice
no cdp enable
!
ip default-gateway 192.168.51.1
ip forward-protocol nd
ip http server
no ip http secure-server
!
!
!
ip access-list extended BUF-FILTER
permit ip any any
!
logging trap debugging
!
control-plane
!
!
voice-port 0/0/0:15
!
voice-port 0/0/1:15
!
!
mgcp fax t38 ecm
!
!
dial-peer voice 201 voip
description TO-Simotel
destination-pattern 3177777
session protocol sipv2
session target ipv4:192.168.51.242
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad
!
dial-peer voice 101 pots
destination-pattern 021.T
incoming called-number .
direct-inward-dial
port 0/0/0:15
!
dial-peer voice 102 pots
destination-pattern .T
incoming called-number .
direct-inward-dial
port 0/0/0:15
!
dial-peer voice 202 voip
description TO-Simotel
destination-pattern 3177[6-9]..
session protocol sipv2
session target ipv4:192.168.51.242
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad
!
dial-peer voice 203 voip
description TO-Simotel
destination-pattern 3177[0-5].
session protocol sipv2
session target ipv4:192.168.51.240
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad
!
dial-peer voice 204 voip
description TO-Simotel
destination-pattern 3177[0-9][0-9]
session protocol sipv2
session target ipv4:192.168.51.240
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad
!
dial-peer voice 205 voip
description TO-Simotel
destination-pattern 3177
session protocol sipv2
session target ipv4:192.168.51.240
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad
!
dial-peer voice 206 voip
description TO-Simotel
destination-pattern 31770000
session protocol sipv2
session target ipv4:192.168.51.240
session transport udp
dtmf-relay rtp-nte
codec g711alaw
no vad
!
dial-peer voice 207 voip
description TO-Simotel
destination-pattern 888
session target ipv4:192.168.51.240
dtmf-relay h245-alphanumeric
no vad
!
!
gateway
timer receive-rtp 1200
!
line con 0
line aux 0
line vty 0 4
password aaa
login
transport input all
!
scheduler allocate 20000 1000
end
که دایل پیر
dial-peer voice 207 voip
جهت ارتباط h323 می باشد
و روی استریسک پس از نصب ماژول h323 تنظیمات زیر انجام میگیرد
در فایل ooh323.conf اضافه شده که هر تماسی از سمت سیسکو را به کانتکست from-pstn هدایت می نماید
[h323]
type=friend
context=from-pstn
ip=192.168.51.21