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

Total Access 9XXe - SIP to E&M Wink (CAS) sample configuration

Total Access 9XXe - SIP to E&M Wink (CAS) sample configuration

pastedImage_1.png

Total Access 9XXe - SIP to E&M Wink (CAS) sample configuration

The sample configuration below is designed to be used as a basic voice configuration template for a SIP to E&M Wink 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 and replace <INSERT_#_OF_DIGITS_TO_SEND_TO_PBX> with the number of called-party digits the PBX is expecting on incoming calls. For information on how to access the command line and enable prompt, see Accessing the Command Line Interface in AOS


!


configure terminal


!


! E&M WINK CONFIGURATION


!


interface t1 0/4


  tdm-group 1 timeslots 1-24


  no shutdown


!


voice trunk T02 type t1-rbs supervision wink role network


  connect t1 0/4 tdm-group 1


  did digits-transferred <INSERT_#_OF_DIGITS_TO_SEND_TO_PBX>


!


voice grouped-trunk WINK


  trunk T02


  accept $


!


! SIP CONFIGURATION


!


voice trunk T01 type sip


  sip-server primary <INSERT_SIP_SERVER_ADDRESS_HERE>


!


voice grouped-trunk SIP


  trunk T01


  accept $


!


exit


exit


write


!



For more detail, see the guides here:

Version history
Last update:
‎03-01-2012 11:28 AM
Updated by:
Anonymous
Contributors