Using an Adtran Gen 3 Total Access 604 608 612 618 624 as an ATA using Asterisk with MGCP

In these examples, extensions 121-128 correspond to analog ports 1-8 on the Adtran. 

The Asterisk box is 192.168.1.7, and the Adtran is 192.168.1.49. Default gateway is 192.168.1.1

Asterisk config files:

---------------------------------------

extensions.conf:

; MGCP test 121-128
exten => _12[1-8],1,Dial(MGCP/aaln/${EXTEN:2}@192.168.1.49)
exten => _12[1-8],n,Hangup

---------------------------------------

mgcp.conf: 

; MGCP Configuration for Asterisk
;
[general]
port = 2727
bindaddr = 192.168.1.7
; bindaddr = 0.0.0.0
allow=adpcm
allow=g711
allow=ulaw
allow=alaw

; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of these parameters.
tos=cs3         ; Sets TOS for signaling packets.
tos_audio=ef            ; Sets TOS for RTP audio packets.
cos=3                   ; Sets 802.1p priority for signaling packets.
cos_audio=5             ; Sets 802.1p priority for RTP audio packets.

;---------------------- DIGIT TIMEOUTS ----------------------------
; firstdigittimeout = 30000 ; default 16000 = 16s
; gendigittimeout = 10000   ; default  8000 = 8s
; matchdigittimeout = 5000  ; defaults 3000 = 3s

;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
; jbenable = yes              ; Enables the use of a jitterbuffer on the receiving side of a
                              ; MGCP channel. Defaults to "no". An enabled jitterbuffer will
                              ; be used only if the sending side can create and the receiving
                              ; side can not accept jitter. The MGCP channel can accept jitter,
                              ; thus an enabled jitterbuffer on the receive MGCP side will only
                              ; be used if the sending side can create jitter and jbforce is
                              ; also set to yes.

; jbforce = no                ; Forces the use of a jitterbuffer on the receive side of a MGCP
                              ; channel. Defaults to "no".

; jbmaxsize = 200             ; Max length of the jitterbuffer in milliseconds.
; jbresyncthreshold = 1000    ; Jump in the frame timestamps over which the jitterbuffer is
                              ; resynchronized. Useful to improve the quality of the voice, with
                              ; big jumps in/broken timestamps, usually sent from exotic devices
                              ; and programs. Defaults to 1000.

; jbimpl = fixed              ; Jitterbuffer implementation, used on the receiving side of a MGCP
                              ; channel. Two implementations are currently available - "fixed"
                              ; (with size always equals to jbmax-size) and "adaptive" (with
                              ; variable size, actually the new jb of IAX2). Defaults to fixed.

; jbtargetextra = 40          ; This option only affects the jb when 'jbimpl = adaptive' is set.
                              ; The option represents the number of milliseconds by which the new
                              ; jitter buffer will pad its size. the default is 40, so without
                              ; modification, the new jitter buffer will set its size to the jitter
                              ; value plus 40 milliseconds. increasing this value may help if your
                              ; network normally has low jitter, but occasionally has spikes.

; jblog = no                  ; Enables jitterbuffer frame logging. Defaults to "no".
;-----------------------------------------------------------------------------------


;; The MGCP channel supports the following service codes:
;; # - Transfer
;; *67 - Calling Number Delivery Blocking
;; *70 - Cancel Call Waiting
;; *72 - Call Forwarding Activation
;; *73 - Call Forwarding Deactivation
;; *78 - Do Not Disturb Activation
;; *79 - Do Not Disturb Deactivation
;; *8 - Call pick-up

[192.168.1.49]
host=192.168.1.49
port = 2427
context=default
line => aaln/1
line => aaln/2
line => aaln/3
line => aaln/4
line => aaln/5
line => aaln/6
line => aaln/7
line => aaln/8
line => *
;     wcardep => aaln/* ; possibly needed with dlink 
callgroup = 0
pickupgroup = 0
; canreinvite=no
threewaycalling=yes
transfer=yes
;  allows FLASH transfers and requires threewaycalling
nat=no
; dtmfmode      = inband
; ncs         = yes
; Use NCS 1.0 signalling
directmedia     = no
callerid="Sven Svoboda" <1234>
mailbox=1234@default

---------------------------------------

Adtran 6xx Gen 3 MGCP configuration. Make sure to apply to a newly factory-reset box only. When factory-reset, you can 
connect to the Adtran using Telnet to 10.0.0.1. Username is "guest", password is "password". MGCP will only work if you have the "D" firmware installed. The "A" firmware is for TDM, not VOIP. The latest
firmware on Adtran's site as of today is: D.05.08.14 If you cannot log into the Adtran, you can factory reset it by connecting to the console port, holding
down the F key on your keyboard, and powering on the Adtran. Continue to hold the F key until you see: * * * WARNING ALL CONFIGURATION WILL BE LOST * * * Factory Default Unit? (Y/N) Press Y and Enter. The Adtran will factory reset and reboot. If your Adtran has not been factory reset, you'll need to have a console cable (RJ45 to DB9) with pins wired as such: DB9 RJ45 --- ---- 2 5 3 3 5 1 After being connected via console or Telnet, press CTRL-T for terminal mode. To factory reset, type "factory reset". Press "y" to accept
. After factory-reset is performed, paste the configuration into the terminal. Press ENTER a few times, then type "save". Press "y" to apply changes. Type "reset" and press "y" to reset (reboot) unit. --------------------------------------- >sysinfo system_name "MGCP w/ Asterisk working config" >sysinfo system_location "Use a T1 loopback plug in NTWK jack to turn off red LED" >sysinfo system_contact "K0KN" >sysinfo date/time 01-01-1900_00:25:02 >sysconfig management craft_port password_protect no >sysconfig management craft_port password "*******" >sysconfig management craft_port idle_time_(mins) 0 >sysconfig management craft_port baud_rate 9600 >sysconfig management craft_port data_bits 8 >sysconfig management craft_port parity none >sysconfig management craft_port stop_bits 1 >sysconfig management telnet_access access on >sysconfig management telnet_access authen_method local_password >sysconfig management telnet_access telnet_port 23 >sysconfig management telnet_access user_list 1 name "guest" >sysconfig management telnet_access user_list 1 password "*******" >sysconfig management telnet_access user_list 1 idle_time(mins) 10 >sysconfig management telnet_access user_list 1 level full >sysconfig management snmp_management access on >sysconfig management snmp_management trap_delay 0 >sysconfig management fdl_management mode on >sysconfig management fdl_management link_ip_address 0.0.0.0 >sysconfig management fdl_management ip_netmask 0.0.0.0 >sysconfig management fdl_management far-end_ip_address 0.0.0.0 >sysconfig management fdl_management learn_address on >sysconfig management fdl_management accept_all_snmp on >sysconfig management fdl_management mtu 256 >sysconfig syslog syslog_ip 0.0.0.0 >sysconfig syslog syslog_format 0->adtran >sysconfig syslog syslog_facility 0->local0 >sysconfig syslog all_level 0->fatal >sysconfig syslog kernel_level 5->notice >sysconfig syslog dhcp_level 5->notice >sysconfig syslog ntp_level 5->notice >sysconfig syslog tftp_level 5->notice >sysconfig syslog telnet_level 5->notice >sysconfig syslog ip_level 5->notice >sysconfig syslog ppp_level 5->notice >sysconfig syslog nat_level 5->notice >sysconfig syslog arp_level 5->notice >sysconfig syslog udp_level 5->notice >sysconfig syslog netwrite_level 5->notice >sysconfig syslog tcp_level 5->notice >sysconfig syslog compsys_level 5->notice >sysconfig syslog console_level 5->notice >sysconfig syslog cfgxfer_level 5->notice >sysconfig syslog router_level 5->notice >sysconfig syslog nonvol_level 5->notice >sysconfig syslog nokia_level 5->notice >sysconfig syslog autobaud_level 5->notice >sysconfig syslog tollbrg_level 5->notice >sysconfig syslog cmcp_level 5->notice >sysconfig syslog sdsl_level 5->notice >sysconfig syslog l1_level 5->notice >sysconfig syslog eth_level 5->notice >sysconfig syslog icmp_level 5->notice >sysconfig syslog config_level 5->notice >sysconfig syslog ds0_level 5->notice >sysconfig syslog selftest_level 5->notice >sysconfig syslog voice_level 5->notice >sysconfig syslog jetstream_level 5->notice >sysconfig syslog pots_level 5->notice >sysconfig syslog lescas_level 5->notice >sysconfig syslog atm_level 5->notice >sysconfig syslog coppercom_level 5->notice >sysconfig syslog vofr_level 5->notice >sysconfig syslog xmodem_level 5->notice >sysconfig syslog emweb_level 5->notice >sysconfig syslog frelay_level 5->notice >sysconfig syslog bridge_level 5->notice >sysconfig syslog maint_level 5->notice >sysconfig syslog hdlc_level 5->notice >sysconfig syslog voatm_level 5->notice >sysconfig syslog pppoa_level 5->notice >sysconfig syslog fdl_level 5->notice >sysconfig syslog filter_level 5->notice >sysconfig syslog nimcard_level 5->notice >sysconfig syslog codec_level 5->notice >sysconfig syslog tones_level 5->notice >sysconfig syslog ramimage_level 5->notice >sysconfig syslog rip_level 5->notice >sysconfig syslog fast_cache_level 5->notice >sysconfig syslog dns_level 5->notice >sysconfig network_time server_type sntp >sysconfig network_time active no >sysconfig network_time time_zone gmt_-6_(central) >sysconfig network_time adjust_for_daylight_saving yes >sysconfig network_time host_address "" >sysconfig network_time refresh 60_mins >sysutil upgrade_firmware transfer_method tftp >sysutil upgrade_firmware tftp_server_address 0.0.0.0 >sysutil upgrade_firmware tftp_server_filename "" >sysutil config_transfer transfer_method tftp >sysutil config_transfer tftp_server_ip_address 0.0.0.0 >sysutil config_transfer tftp_server_filename "ta_iad.cfg" >sysutil system_utilization queues 1 size 499 >sysutil system_utilization queues 1 max 1 >sysutil system_utilization queues 1 current 0 >sysutil system_utilization queues 2 size 499 >sysutil system_utilization queues 2 max 5 >sysutil system_utilization queues 2 current 0 >sysutil system_utilization queues 3 size 1023 >sysutil system_utilization queues 3 max 1 >sysutil system_utilization queues 3 current 0 >sysutil system_utilization queues 4 size 1999 >sysutil system_utilization queues 4 max 5 >sysutil system_utilization queues 4 current 0 >sysutil system_utilization queues 5 size 199 >sysutil system_utilization queues 5 max 8 >sysutil system_utilization queues 5 current 0 >sysutil system_utilization queues 6 size 99 >sysutil system_utilization queues 6 max 1 >sysutil system_utilization queues 6 current 0 >sysutil system_utilization queues 7 size 200 >sysutil system_utilization queues 7 max 1 >sysutil system_utilization queues 7 current 0 >sysutil system_utilization queues 8 size 95 >sysutil system_utilization queues 8 max 1 >sysutil system_utilization queues 8 current 0 >sysutil system_utilization queues 9 size 256 >sysutil system_utilization queues 9 max 42 >sysutil system_utilization queues 9 current 0 >sysutil system_utilization queues 10 size 99 >sysutil system_utilization queues 10 max 1 >sysutil system_utilization queues 10 current 1 >sysutil system_utilization queues 11 size 0 >sysutil system_utilization queues 11 max 0 >sysutil system_utilization queues 11 current 0 >sysutil system_utilization queues 12 size 511 >sysutil system_utilization queues 12 max 25 >sysutil system_utilization queues 12 current 0 >sysutil ping host_address "8.8.8.8" >sysutil ping size_(40-1500) 64 >sysutil ping #_of_packets 5 >sysutil traceroute trace_target "" >sysutil traceroute maximum_hops 30 >sysutil traceroute timeout_(in_secs) 3 >sysutil traceroute retries 3 >interfaces t1 interface "T1" >interfaces t1 config timing_mode network >interfaces t1 config format esf >interfaces t1 config line_code b8zs >interfaces t1 config equalization 0_db >interfaces t1 config csu_lpbk enable >interfaces t1 config fractional_t1 disable >interfaces dsx interface "DSX" >interfaces dsx config format esf >interfaces dsx config line_code b8zs >interfaces dsx config equalization 0-133_ft >interfaces dsx config csu_lpbk enable >interfaces eth interface "ETH" >interfaces eth config autonegotiation on >interfaces v35 interface "V35" >interfaces v35 config cts normal >interfaces v35 config dcd normal >interfaces v35 config dsr normal >interfaces fxs interface "FXS" >interfaces fxs config 1 mode loop_start >interfaces fxs config 1 tx_(db) "6.0" >interfaces fxs config 1 rx_(db) "3.0" >interfaces fxs config 1 svc_mode in_service >interfaces fxs config 1 line_z 600_ohms >interfaces fxs config 1 msg_ind disable >interfaces fxs config 1 batt_mode_ auto_switch >interfaces fxs config 1 fwd_disc_timer follow_switch >interfaces fxs config 1 ring_voltage 50_vrms >interfaces fxs config 2 mode loop_start >interfaces fxs config 2 tx_(db) "6.0" >interfaces fxs config 2 rx_(db) "3.0" >interfaces fxs config 2 svc_mode in_service >interfaces fxs config 2 line_z 600_ohms >interfaces fxs config 2 msg_ind disable >interfaces fxs config 2 batt_mode_ auto_switch >interfaces fxs config 2 fwd_disc_timer follow_switch >interfaces fxs config 2 ring_voltage 50_vrms >interfaces fxs config 3 mode loop_start >interfaces fxs config 3 tx_(db) "6.0" >interfaces fxs config 3 rx_(db) "3.0" >interfaces fxs config 3 svc_mode in_service >interfaces fxs config 3 line_z 600_ohms >interfaces fxs config 3 msg_ind disable >interfaces fxs config 3 batt_mode_ auto_switch >interfaces fxs config 3 fwd_disc_timer follow_switch >interfaces fxs config 3 ring_voltage 50_vrms >interfaces fxs config 4 mode loop_start >interfaces fxs config 4 tx_(db) "6.0" >interfaces fxs config 4 rx_(db) "3.0" >interfaces fxs config 4 svc_mode in_service >interfaces fxs config 4 line_z 600_ohms >interfaces fxs config 4 msg_ind disable >interfaces fxs config 4 batt_mode_ auto_switch >interfaces fxs config 4 fwd_disc_timer follow_switch >interfaces fxs config 4 ring_voltage 50_vrms >interfaces fxs config 5 mode loop_start >interfaces fxs config 5 tx_(db) "6.0" >interfaces fxs config 5 rx_(db) "3.0" >interfaces fxs config 5 svc_mode in_service >interfaces fxs config 5 line_z 600_ohms >interfaces fxs config 5 msg_ind disable >interfaces fxs config 5 batt_mode_ auto_switch >interfaces fxs config 5 fwd_disc_timer follow_switch >interfaces fxs config 5 ring_voltage 50_vrms >interfaces fxs config 6 mode loop_start >interfaces fxs config 6 tx_(db) "6.0" >interfaces fxs config 6 rx_(db) "3.0" >interfaces fxs config 6 svc_mode in_service >interfaces fxs config 6 line_z 600_ohms >interfaces fxs config 6 msg_ind disable >interfaces fxs config 6 batt_mode_ auto_switch >interfaces fxs config 6 fwd_disc_timer follow_switch >interfaces fxs config 6 ring_voltage 50_vrms >interfaces fxs config 7 mode loop_start >interfaces fxs config 7 tx_(db) "6.0" >interfaces fxs config 7 rx_(db) "3.0" >interfaces fxs config 7 svc_mode in_service >interfaces fxs config 7 line_z 600_ohms >interfaces fxs config 7 msg_ind disable >interfaces fxs config 7 batt_mode_ auto_switch >interfaces fxs config 7 fwd_disc_timer follow_switch >interfaces fxs config 7 ring_voltage 50_vrms >interfaces fxs config 8 mode loop_start >interfaces fxs config 8 tx_(db) "6.0" >interfaces fxs config 8 rx_(db) "3.0" >interfaces fxs config 8 svc_mode in_service >interfaces fxs config 8 line_z 600_ohms >interfaces fxs config 8 msg_ind disable >interfaces fxs config 8 batt_mode_ auto_switch >interfaces fxs config 8 fwd_disc_timer follow_switch >interfaces fxs config 8 ring_voltage 50_vrms >protocol 1 protocol 3->atm >protocol 1 config atm_config idle_cells atm_forum_(unassigned) >protocol 1 config atm_config data_scrambling enabled >protocol 1 config atm_config hec_coset enabled >protocol 2 protocol 4->802.3 >protocol 2 config mode route_ip >protocol 3 protocol 9->frf8 >protocol 3 config uni_maint_protocol annex_d >protocol 3 config uni_poll_timeout_t392_(5-30) 15 >protocol 4 protocol 10->voice >protocol 4 config signaling e&m_ >protocol 4 config tx_rdi/ais_to_remote never >protocol 4 config tx_rai/ais_to_dsx never >protocol 4 config ds0_config 1 service_mode enabled_ >protocol 4 config ds0_config 1 id "ds/ds1-1/1" >protocol 4 config ds0_config 2 service_mode enabled_ >protocol 4 config ds0_config 2 id "ds/ds1-1/2" >protocol 4 config ds0_config 3 service_mode enabled_ >protocol 4 config ds0_config 3 id "ds/ds1-1/3" >protocol 4 config ds0_config 4 service_mode enabled_ >protocol 4 config ds0_config 4 id "ds/ds1-1/4" >protocol 4 config ds0_config 5 service_mode enabled_ >protocol 4 config ds0_config 5 id "ds/ds1-1/5" >protocol 4 config ds0_config 6 service_mode enabled_ >protocol 4 config ds0_config 6 id "ds/ds1-1/6" >protocol 4 config ds0_config 7 service_mode enabled_ >protocol 4 config ds0_config 7 id "ds/ds1-1/7" >protocol 4 config ds0_config 8 service_mode enabled_ >protocol 4 config ds0_config 8 id "ds/ds1-1/8" >protocol 4 config ds0_config 9 service_mode enabled_ >protocol 4 config ds0_config 9 id "ds/ds1-1/9" >protocol 4 config ds0_config 10 service_mode enabled_ >protocol 4 config ds0_config 10 id "ds/ds1-1/10" >protocol 4 config ds0_config 11 service_mode enabled_ >protocol 4 config ds0_config 11 id "ds/ds1-1/11" >protocol 4 config ds0_config 12 service_mode enabled_ >protocol 4 config ds0_config 12 id "ds/ds1-1/12" >protocol 4 config ds0_config 13 service_mode enabled_ >protocol 4 config ds0_config 13 id "ds/ds1-1/13" >protocol 4 config ds0_config 14 service_mode enabled_ >protocol 4 config ds0_config 14 id "ds/ds1-1/14" >protocol 4 config ds0_config 15 service_mode enabled_ >protocol 4 config ds0_config 15 id "ds/ds1-1/15" >protocol 4 config ds0_config 16 service_mode enabled_ >protocol 4 config ds0_config 16 id "ds/ds1-1/16" >protocol 4 config ds0_config 17 service_mode enabled_ >protocol 4 config ds0_config 17 id "ds/ds1-1/17" >protocol 4 config ds0_config 18 service_mode enabled_ >protocol 4 config ds0_config 18 id "ds/ds1-1/18" >protocol 4 config ds0_config 19 service_mode enabled_ >protocol 4 config ds0_config 19 id "ds/ds1-1/19" >protocol 4 config ds0_config 20 service_mode enabled_ >protocol 4 config ds0_config 20 id "ds/ds1-1/20" >protocol 4 config ds0_config 21 service_mode enabled_ >protocol 4 config ds0_config 21 id "ds/ds1-1/21" >protocol 4 config ds0_config 22 service_mode enabled_ >protocol 4 config ds0_config 22 id "ds/ds1-1/22" >protocol 4 config ds0_config 23 service_mode enabled_ >protocol 4 config ds0_config 23 id "ds/ds1-1/23" >protocol 4 config ds0_config 24 service_mode enabled_ >protocol 4 config ds0_config 24 id "ds/ds1-1/24" >bridge config bridge_table bridge_table_aging_(0-65535) 5 >bridge config preserve_fcs enabled >router config interfaces eth_802.3[1.0] setup primary_ip ip_address 192.168.1.49 >router config interfaces eth_802.3[1.0] setup primary_ip subnet_mask 255.255.255.0 >router config interfaces eth_802.3[1.0] setup primary_ip rip version off >router config interfaces eth_802.3[1.0] setup primary_ip rip method split_horizon >router config interfaces eth_802.3[1.0] setup primary_ip rip direction tx_and_rx >router config interfaces eth_802.3[1.0] setup primary_ip rip v2_secret "*******" >router config interfaces eth_802.3[1.0] setup primary_ip proxy_arp no >router config routes primary_default_gateway 192.168.1.1 >router config routes backup_default_gateway 0.0.0.0 >router config dhcp_server dhcp_server off >router config dhcp_server global_server_options ping_packets 2 >router config dhcp_server global_server_options ping_timeout_(ms) 500 >router config dhcp_server global_server_options domain_name "" >router config dhcp_server global_server_options primary_dns 0.0.0.0 >router config dhcp_server global_server_options secondary_dns 0.0.0.0 >router config dhcp_server global_server_options primary_nbns/wins 0.0.0.0 >router config dhcp_server global_server_options secondary_nbns/wins 0.0.0.0 >router config udp_relay mode off >router config global_nat general_timeout_(min) 240 >router config global_nat dns_timeout_(min) 2 >router config global_nat udp_timeout_(min) 5 >router config global_nat tcp_ext_timeout_(min) 2 >router config global_nat tcp_w/finorrst_t.o._(min) 2 >router config global_nat icmp_timeout_(min) 5 >router config global_nat max_trans_entries 1500 >voice config call_control mgcp >voice config mgcp_configuration standard mgcp_1.0bis_(rfc_3435) >voice config mgcp_configuration mgc_address "192.168.1.7" >voice config mgcp_configuration local_address "192.168.1.49" >voice config mgcp_configuration mgc_udp_port 2727 >voice config mgcp_configuration local_udp_port 2427 >voice config mgcp_configuration adpcm_coding ietf_(rtp) >voice config mgcp_configuration rfc_2833 none >voice config mgcp_configuration dscp_signaling 46 >voice config mgcp_configuration dscp_rtp_traffic 46 >voice config mgcp_configuration advanced_config retransmit_delay default >voice config mgcp_configuration advanced_config max_1 5 >voice config mgcp_configuration advanced_config max_2 7 >voice config mgcp_configuration advanced_config default_pkt_period 20_ms >voice config mgcp_configuration advanced_config udp_reply_method foreign_source_port >voice config mgcp_configuration advanced_config voice_bearer rtp/ip >voice config mgcp_configuration advanced_config rtp/udp_rx_method normal >voice config mgcp_configuration advanced_config persistent_ntfy off >voice config mgcp_configuration advanced_config stack_ntfy_events yes >voice config mgcp_configuration advanced_config bracketed_ip yes >voice config mgcp_configuration advanced_config send_ptime no >voice config mgcp_configuration advanced_config enable_auto_mtu yes >voice config mgcp_configuration advanced_config virtual_netmask 255.255.255.254 >voice config mgcp_endpoint_config 1 interface "DSX" >voice config mgcp_endpoint_config 1 config 1 port "1" >voice config mgcp_endpoint_config 1 config 1 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 1 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 1 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 1 name "ds/ds1-1/1" >voice config mgcp_endpoint_config 1 config 2 port "2" >voice config mgcp_endpoint_config 1 config 2 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 2 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 2 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 2 name "ds/ds1-1/2" >voice config mgcp_endpoint_config 1 config 3 port "3" >voice config mgcp_endpoint_config 1 config 3 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 3 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 3 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 3 name "ds/ds1-1/3" >voice config mgcp_endpoint_config 1 config 4 port "4" >voice config mgcp_endpoint_config 1 config 4 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 4 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 4 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 4 name "ds/ds1-1/4" >voice config mgcp_endpoint_config 1 config 5 port "5" >voice config mgcp_endpoint_config 1 config 5 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 5 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 5 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 5 name "ds/ds1-1/5" >voice config mgcp_endpoint_config 1 config 6 port "6" >voice config mgcp_endpoint_config 1 config 6 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 6 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 6 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 6 name "ds/ds1-1/6" >voice config mgcp_endpoint_config 1 config 7 port "7" >voice config mgcp_endpoint_config 1 config 7 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 7 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 7 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 7 name "ds/ds1-1/7" >voice config mgcp_endpoint_config 1 config 8 port "8" >voice config mgcp_endpoint_config 1 config 8 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 8 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 8 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 8 name "ds/ds1-1/8" >voice config mgcp_endpoint_config 1 config 9 port "9" >voice config mgcp_endpoint_config 1 config 9 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 9 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 9 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 9 name "ds/ds1-1/9" >voice config mgcp_endpoint_config 1 config 10 port "10" >voice config mgcp_endpoint_config 1 config 10 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 10 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 10 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 10 name "ds/ds1-1/10" >voice config mgcp_endpoint_config 1 config 11 port "11" >voice config mgcp_endpoint_config 1 config 11 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 11 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 11 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 11 name "ds/ds1-1/11" >voice config mgcp_endpoint_config 1 config 12 port "12" >voice config mgcp_endpoint_config 1 config 12 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 12 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 12 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 12 name "ds/ds1-1/12" >voice config mgcp_endpoint_config 1 config 13 port "13" >voice config mgcp_endpoint_config 1 config 13 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 13 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 13 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 13 name "ds/ds1-1/13" >voice config mgcp_endpoint_config 1 config 14 port "14" >voice config mgcp_endpoint_config 1 config 14 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 14 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 14 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 14 name "ds/ds1-1/14" >voice config mgcp_endpoint_config 1 config 15 port "15" >voice config mgcp_endpoint_config 1 config 15 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 15 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 15 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 15 name "ds/ds1-1/15" >voice config mgcp_endpoint_config 1 config 16 port "16" >voice config mgcp_endpoint_config 1 config 16 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 16 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 16 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 16 name "ds/ds1-1/16" >voice config mgcp_endpoint_config 1 config 17 port "17" >voice config mgcp_endpoint_config 1 config 17 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 17 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 17 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 17 name "ds/ds1-1/17" >voice config mgcp_endpoint_config 1 config 18 port "18" >voice config mgcp_endpoint_config 1 config 18 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 18 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 18 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 18 name "ds/ds1-1/18" >voice config mgcp_endpoint_config 1 config 19 port "19" >voice config mgcp_endpoint_config 1 config 19 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 19 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 19 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 19 name "ds/ds1-1/19" >voice config mgcp_endpoint_config 1 config 20 port "20" >voice config mgcp_endpoint_config 1 config 20 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 20 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 20 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 20 name "ds/ds1-1/20" >voice config mgcp_endpoint_config 1 config 21 port "21" >voice config mgcp_endpoint_config 1 config 21 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 21 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 21 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 21 name "ds/ds1-1/21" >voice config mgcp_endpoint_config 1 config 22 port "22" >voice config mgcp_endpoint_config 1 config 22 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 22 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 22 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 22 name "ds/ds1-1/22" >voice config mgcp_endpoint_config 1 config 23 port "23" >voice config mgcp_endpoint_config 1 config 23 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 23 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 23 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 23 name "ds/ds1-1/23" >voice config mgcp_endpoint_config 1 config 24 port "24" >voice config mgcp_endpoint_config 1 config 24 center_txq(ms) 80 >voice config mgcp_endpoint_config 1 config 24 max_txq(ms) 160 >voice config mgcp_endpoint_config 1 config 24 preferred_codec no_preference >voice config mgcp_endpoint_config 1 config 24 name "ds/ds1-1/24" >voice config mgcp_endpoint_config 2 interface "FXS" >voice config mgcp_endpoint_config 2 config 1 port "1" >voice config mgcp_endpoint_config 2 config 1 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 1 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 1 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 1 name "aaln/1" >voice config mgcp_endpoint_config 2 config 2 port "2" >voice config mgcp_endpoint_config 2 config 2 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 2 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 2 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 2 name "aaln/2" >voice config mgcp_endpoint_config 2 config 3 port "3" >voice config mgcp_endpoint_config 2 config 3 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 3 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 3 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 3 name "aaln/3" >voice config mgcp_endpoint_config 2 config 4 port "4" >voice config mgcp_endpoint_config 2 config 4 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 4 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 4 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 4 name "aaln/4" >voice config mgcp_endpoint_config 2 config 5 port "5" >voice config mgcp_endpoint_config 2 config 5 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 5 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 5 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 5 name "aaln/5" >voice config mgcp_endpoint_config 2 config 6 port "6" >voice config mgcp_endpoint_config 2 config 6 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 6 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 6 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 6 name "aaln/6" >voice config mgcp_endpoint_config 2 config 7 port "7" >voice config mgcp_endpoint_config 2 config 7 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 7 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 7 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 7 name "aaln/7" >voice config mgcp_endpoint_config 2 config 8 port "8" >voice config mgcp_endpoint_config 2 config 8 center_txq(ms) 80 >voice config mgcp_endpoint_config 2 config 8 max_txq(ms) 160 >voice config mgcp_endpoint_config 2 config 8 preferred_codec no_preference >voice config mgcp_endpoint_config 2 config 8 name "aaln/8" >voice config adaptive_clocking mode disabled >voice status endpoint_stats 1 endpoint_name "aaln/1" >voice status endpoint_stats 2 endpoint_name "aaln/2" >voice status endpoint_stats 3 endpoint_name "aaln/3" >voice status endpoint_stats 4 endpoint_name "aaln/4" >voice status endpoint_stats 5 endpoint_name "aaln/5" >voice status endpoint_stats 6 endpoint_name "aaln/6" >voice status endpoint_stats 7 endpoint_name "aaln/7" >voice status endpoint_stats 8 endpoint_name "aaln/8" >voice status endpoint_stats 9 endpoint_name "ds/ds1-1/1" >voice status endpoint_stats 10 endpoint_name "ds/ds1-1/2" >voice status endpoint_stats 11 endpoint_name "ds/ds1-1/3" >voice status endpoint_stats 12 endpoint_name "ds/ds1-1/4" >voice status endpoint_stats 13 endpoint_name "ds/ds1-1/5" >voice status endpoint_stats 14 endpoint_name "ds/ds1-1/6" >voice status endpoint_stats 15 endpoint_name "ds/ds1-1/7" >voice status endpoint_stats 16 endpoint_name "ds/ds1-1/8" >voice status endpoint_stats 17 endpoint_name "ds/ds1-1/9" >voice status endpoint_stats 18 endpoint_name "ds/ds1-1/10" >voice status endpoint_stats 19 endpoint_name "ds/ds1-1/11" >voice status endpoint_stats 20 endpoint_name "ds/ds1-1/12" >voice status endpoint_stats 21 endpoint_name "ds/ds1-1/13" >voice status endpoint_stats 22 endpoint_name "ds/ds1-1/14" >voice status endpoint_stats 23 endpoint_name "ds/ds1-1/15" >voice status endpoint_stats 24 endpoint_name "ds/ds1-1/16" >voice status endpoint_stats 25 endpoint_name "ds/ds1-1/17" >voice status endpoint_stats 26 endpoint_name "ds/ds1-1/18" >voice status endpoint_stats 27 endpoint_name "ds/ds1-1/19" >voice status endpoint_stats 28 endpoint_name "ds/ds1-1/20" >voice status endpoint_stats 29 endpoint_name "ds/ds1-1/21" >voice status endpoint_stats 30 endpoint_name "ds/ds1-1/22" >voice status endpoint_stats 31 endpoint_name "ds/ds1-1/23" >voice status endpoint_stats 32 endpoint_name "ds/ds1-1/24" >security accept_directed_broadcast disabled >security filters interfaces eth_802.3[1.0] setup incoming disable >security filters interfaces eth_802.3[1.0] setup outgoing disable >security radius_server server_1 0.0.0.0 >security radius_server server_2 0.0.0.0 >security radius_server server_3 0.0.0.0 >security radius_server udp_port 1812 >security radius_server secret "*******" >security radius_server retry_count_(1-10) 5



Back to the Main Page





This site requires a frames-compatible browser for proper page viewing. If you're having trouble viewing this page, or want to visit the non-frames page, click here


Last Updated August 16, 2017
©1997-2017 Kyle Yoksh