Pre-Recorded message to automatically play on outbound calls

Basically, we are wanting to have a message like, “This call may be recorded for training purposes” etc. for our outbound calls. Is there anyway to have this automatically play for the customer when one of our techs place an outbound call?

A(sound) in dialoptions

Are you saying there is an A option under the outbound trunk dial options and this would play a sound file when the call connects?

Syntax Example: TtA(greeting.wav) ???

don’t specify .wav, it will play whatever it can based on the basename but the path is rooted in /var/lib/asterisk/sounds by default, so probably “custom/greeting” is better, but otherwise yes.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Dial

Ah thanks guys, that looks to be exactly what I needed.