The sample configuration below is designed to be used as a basic voice configuration template for a SIP to dual PRIs application on a Total Access 9XXe series. 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 this guide:Configuring IP Interfaces for SIP in AOS IPBGs . Before pasting the config at the privileged (enable) prompt of the command line, replace <INSERT_SIP_SERVER ADDRESS> with the IP address (or hostname) of the SIP server. For information on how to access the command line and enable prompt, see Accessing the Command Line Interface in AOS
interface t1 0/3
tdm-group 1 timeslots 1-24
no shutdown
!
interface t1 0/4
tdm-group 1 timeslots 1-24
no shutdown
!
interface pri 1
connect t1 0/3 tdm-group 1
no shutdown
!
interface pri 2
connect t1 0/4 tdm-group 1
no shutdown
!
isdn-group 1
connect pri 1
connect pri 2
!
voice trunk T01 type sip
sip-server primary <INSERT_SIP_SERVER_ADDRESS>
!
voice trunk T02 type isdn
connect isdn-group 1
!
voice grouped-trunk SIP
trunk T01
accept $
!
voice grouped-trunk PRI
trunk T02
accept $
For more detail, see the guides here:
Total Access 900_900e SIP Trunk Quick Configuration Guide.pdf
Total Access 900_900e PRI Trunk Quick Configuration Guide.pdf