[Asterisk-Users] VoicemailMain
Tilghman Lesher
tilghman at mail.jeffandtilghman.com
Sun Jun 15 19:57:15 MST 2003
On Sunday 15 June 2003 20:20, firedude at shorelinuxsolutions.com wrote:
> Hello guys
> Is there anyway for me to change the sounds that are presented in
> VoicemailMain? For instance, instead of it saying "mailbox", I would
> like it to say something like "please enter your mailbox number now".
> Is there a way for me to do this?
All of the sounds are in the /var/lib/asterisk/sounds directory. You're
certainly welcome to re-record them as you see fit. Note, however,
that every time you do a 'make install', the sounds will be overwritten.
I recommend that you store your sounds elsewhere and symlink them
into place. I have the following patch for my Makefile to do this:
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile 13 May 2003 20:37:08 -0000 1.14
+++ Makefile 16 Jun 2003 03:14:55 -0000
@@ -202,6 +202,9 @@
exit 1; \
fi; \
done
+ for x in /var/lib/asterisk/sounds/tilghman/*.*; do \
+ ln -sf $$x $(ASTVARLIBDIR)/sounds ; \
+ done
mkdir -p $(ASTVARLIBDIR)/mohmp3
mkdir -p $(ASTVARLIBDIR)/images
for x in images/*.jpg; do \
> I also noticed that when in some of the menus, even if I select one
> of the announced options it simply repeats the same menu over again.
> Would this be a VoicemailMain problem or could it be a problem since
> the call is being passed over IAX? Again, thanks in advance guys.
This would probably be functionality which hasn't yet been added.
-Tilghman
More information about the asterisk-users
mailing list