Changing Comedian Mail

Hello all!

Alright, I’ve got a big challenge on my hands right now and was wondering if anyone one of you know how to do some minor changes into the Comedian Mail.

I want to change the option to be the same way as Bell does it. For instance, 5 in the ComedianMail is to repeat the current message, and I want to change it so that when a user press 5, it says the Date/Time the message arrives…exactly as the Bell Mailbox…

This has nothing to do with the dialplan right? … I guess it has something to do with AGI scripting… Where should I start?

Any tips would be appreciated!

Thanks to all!

/usr/src/asterisk/apps/app_voicemail.c sounds a good place to start.

/usr/src/asterisk/apps/app_voicemail.c sounds a good place to start.[/quote]

Humm… I have no asterisk folder in my /usr/src …
Besides, when I try to find voicemail.c, it doesn’t return anything…

find / -name ‘app_voicemail.c’

But make sense though, it should be in a file like this! If anyone knows the exact name of the Comedian Mail filename, I’m all ears!

Thanks!

[quote=“DonFoucker”]I have no asterisk folder in my /usr/src …
[/quote]
only you know where your asterisk source resides … you installed it !!

You’re right!

Alright, I know where the souces files are located, but there’s no app_voicemail or voicemail or mail or anything that would lead me on the right path.

I don’t know what’s the filename for the ComedianMail… Anyone knows?

cd /usr/src/
wget http://ftp.digium.com/pub/asterisk/asterisk-1.2.5.tar.gz
tar xzf asterisk-1.2.5
cd asterisk-1.2.5/apps/
vi app_voicemail.c

Or something like that :stuck_out_tongue: