Rename Asterisk txt and wav voicemails

Is it possible to change the name of the saved msg txt and wav files?
instead of msg0000, msg0001, can it save with a time stamp, or a random 5 char string?
ie msg00011230 or msg0001hjker

No, it is not possible. You’d need to alter the app_voicemail code to support such a thing.

You could run a program that watches the voicemail folder, and moves new items somewhere else under your choice of name.

Linux has the inotify API for exactly this sort of thing.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.