Carrier Access ADIT 600 - MGCP help really

Anyone have any experience with a Carrier Access ADIT 600 and Asterisk? I want to use it as a channel bank for FXS delivery, not FXO.

Thanks in advance.

EDIT

This is really more of an MGCP question than specifically an Adit 600 question. Here’s my mgcp.conf file:

; MGCP Configuration for Asterisk
;
[general]
port = 2427
bindaddr = 66.x.x.x

[adit-600]
host=66.x.x.x
context=MAXUP
nat=no
canreinvite = no
threewaycalling = yes
cancallforward = yes
transfer = yes
callwaiting = yes
wcardep = *
slowsequence = yes
line => a001
line => a002
line => a003
line => a004

The asterisk console gives the following Notices, so the Adit is hitting Asterisk and Asterisk doesn’t know what to do with it. Any help would be appreciated.

Aug 22 20:52:11 NOTICE[22348]: chan_mgcp.c:1654 find_subchannel_and_lock: Gateway '66.241.8.18' (and thus its endpoint 'aaln/1') does not exist
Aug 22 20:52:48 NOTICE[22348]: chan_mgcp.c:1654 find_subchannel_and_lock: Gateway '66.241.8.18' (and thus its endpoint '*') does not exist

In [general]
use
port = 2727 instead of 2427

In your mgcp.conf file, instead of defining “line => a001” use
line => aaln/1
line => aaln/2
line => aaln/3
so on…

save these changes, then go to asterisk cli and type:
mgcp reload
you should be good