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

Total Access 9XX - SIP to PRI sample configuration

Total Access 9XX - SIP to PRI sample configuration

pastedImage_0.png

Total Access 9XX - 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 9XX 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: . 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


!


configure terminal


!


! PRI TRUNK CONFIGURATION


!


interface t1 0/2


  tdm-group 1 timeslots 1-24


  no shutdown


!


interface pri 1


  connect t1 0/2 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:

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