I want to add things to the prompts like: "mark urgent" "add to message" "pause while recording message" Any examples of how to do this? I'd also like to switch around prompts, not simply edit the sound files. Is it an agi, special dailplan, patching the app_voicemail.c file? All three? Any input/examples are welcome. -thanks __________________________________ Yahoo! Music Unlimited Access over 1 million songs. Try it free. http://music.yahoo.com/unlimited/
> Is it an agi, special dailplan, patching the > app_voicemail.c file? All three?All voice mail related functionality is in app_voicemail.c; sounds are the respective vm-*.gsm files in the sounds directory. If you want to modify the functionality and more prompts around, you'll have to make your hands dirty and confront the about 6000 lines long app_voicemail.c file... and edit or re-record the sounds. Good luck.> "mark urgent" > "add to message" > "pause while recording message"I didn't look at the code too closely but neither of your three requests is quite straight forward, especially if you don't have C coding experience.
You will need to modify /usr/src/asterisk/apps/app_voicemail.c. Fairly easy task. On another note, I'm surprised the IVR within apps such as voicemail isn't drawn out into a app specific app/dialplan. The application flow could then be easily customized by end users. This wouldn't be too hard to do... -J> Date: Sun, 16 Oct 2005 22:57:48 -0700 (PDT) > From: Neil Skowronek <lancelotlinux@yahoo.com> > Subject: [Asterisk-Users] Modifying Voicemail App > > I want to add things to the prompts like: > > "mark urgent" > > "add to message" > > "pause while recording message" > > Any examples of how to do this? > > I'd also like to switch around prompts, not simply > edit the sound files. > > Is it an agi, special dailplan, patching the > app_voicemail.c file? All three? > > Any input/examples are welcome. > > -thanks >