Can Asterisk do this?

I need a way to do this, and I want to know if asterisk can do.

Just want that Asterisk answers an incoming call via VoIP, then play a sound file, and then close connection.

Same as a answering machine, but no incoming message must be recorded. Just the welcome message and close connection.

Any idea ?

Thanks!

Yes, * can do this.

Cheers.

Marco Bruni

Good, thanks for the reply.

But … what version ? Normal o Now? Any HOWTO, guide … ?

i’m new to asterisk.

Thanks!.

Well
exten => _X.,1,Answer()
exten => _X.,n,Playback(FILENAME)
exten => _X.,n,Hangup()

Should do it :wink: