IP Business Gateway PRI to SIP PSTN Gateway Sample Configuration
The sample configuration below is designed to be used as a basic voice configuration template for a PRI to SIP PSTN gateway application on an ADTRAN IP Business Gateway (IPGB). It is assumed that the routing features of the IPBG have already been configured. For more information about configuring IP interfaces for AOS voice applications, see Configuring IP Interfaces for SIP in AOS IPBGs.
Before using the sample configuration, replace all the <PARAMETER> items with the correct values for your system. accept $ should never be used on the grouped trunk to the provider as it can result in internal calls being routed to the PSTN.
For information on grouped trunk accept templates, see step 6 in Configuring the Switchboard and Dial Plan in AOS.
For information on how to access the command line, enable prompt, and configuration mode, see Accessing the Command Line Interface in AOS.
interface t1 0/3
tdm-group 1 timeslots 1-24
no shutdown
!
!
interface pri 1
connect t1 0/3 tdm-group 1
role user
no shutdown
!
!
timing-source t1 0/3
!
!
isdn-group 1
connect pri 1
!
!
voice transfer-mode local
voice forward-mode local
!
!
voice trunk T01 type isdn
description Provider PRI
modem-passthrough
connect isdn-group 1
!
voice trunk T11 type sip
description PBX
sip-server primary <PBX IP ADDRESS>
transfer-mode network
grammar from host local
!
voice grouped-trunk PROVIDER
trunk T01
accept NXX-NXX-XXXX cost 0
accept 1-NXX-NXX-XXXX cost 0
accept 011-$ cost 0
accept 411 cost 0
accept 611 cost 0
accept 911 cost 0
!
voice grouped-trunk PBX
trunk T11
accept <DIDs/DID patterns>
accept <PBX extension patterns>
!
!
ip rtp symmetric-filter
!
!
end
|