Thank you for the assistance, please note at this time this is a Lab scenario only, I will tighten this up once we get it working.
The MAS Server is located on the DMZ, and the Mitel 3300 is on the inside.
Here is what we currently have; with this config we have no audio at all
!
access-list outside permit tcp any host masserver_x eq ssh
access-list outside permit tcp any host masserver_x eq 443
access-list outside permit tcp any host masserver_x range 6801 6802
access-list outside permit udp any host masserver_x eq 69
access-list outside permit udp any host masserver_x range 20000 23000
access-list outside permit tcp any host masserver_x eq 3300
access-list outside permit tcp any host masserver_x eq 6880
access-list outside permit icmp any any
!
access-list dmz permit icmp any any
access-list dmz permit tcp any 192.168.1.0 255.255.255.0 eq 443
access-list dmz permit tcp any 192.168.1.0 255.255.255.0 range 6800 6802
access-list dmz permit udp any 192.168.1.0 255.255.255.0 gt 1024
access-list dmz permit tcp any 192.168.1.0 255.255.255.0 eq 39999
access-list dmz permit tcp any 192.168.1.0 255.255.255.0 eq 80
!
From Inside to DMZ and Inside to Outside everything is permitted.
When we had one-way voice it was wide open on all interfaces (permit ip any any). Just for some extra info; I do have a functional alias statement in the config (my understanding is this is required).
Unfortunately my role is network side only, so I don’t have any info on the voice side at this time; I can get it in the morning.
Thank you again for your assistance,
-JBC-