cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Total Access 9XXe - SIP to PRI sample configuration

Total Access 9XXe - SIP to PRI sample configuration

pastedImage_1.png

Total Access 9XXe - SIP to PRI sample configuration

The sample configuration below is designed to be used as a basic voice configuration template for a SIP to PRI 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


!


configure terminal


!


! PRI TRUNK CONFIGURATION


!


interface t1 0/4


  tdm-group 1 timeslots 1-24


  no shutdown


!


interface pri 1


  connect t1 0/4 tdm-group 1


  no shutdown


!


isdn-group 1


  connect pri 1


!


voice trunk T02 type isdn


  connect isdn-group 1


!


voice grouped-trunk PRI


  trunk T02


  accept $


!


! SIP TRUNK CONFIGURATION


!


voice trunk T01 type sip


  sip-server primary <INSERT_SIP_SERVER_ADDRESS>


!


voice grouped-trunk SIP


  trunk T01


  accept $


!


exit


exit


write


!



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

Version history
Last update:
‎03-01-2012 10:45 AM
Updated by:
Anonymous
Contributors