[asterisk-dev] app_voicemail.c developpement

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Wed Apr 18 06:15:12 MST 2007


On Wednesday 18 April 2007, David Florella, Legos wrote:
>             I'm French, and my English is not very good. So, I excuse me. I
> have the project to personalize the voicemail's IVR. During the intro
> message (when you call the voicemail of someone), Asterisk pronounce the
> number of the personal extension number by number (like that : 0.1..2.3.)
> and I would like it pronounce it by couple of numbers (like that : 01.23.).
> I have read on forums that I have to modify the app_voicemail.c to do it.
> Is there another solution to modify the voicemail's IVR without modify the
> app_voicemail.c ? And I want to know if you have ideas about the way I can
> do this modificaton ?

The routine you're looking for is invent_message() in app_voicemail.c.  What
you'll probably want to do is replace the call to ast_say_digit_str() with
multiple calls to ast_say_number().

-- 
Tilghman


More information about the asterisk-dev mailing list