Asterisk Voicemail Changes
Is there a way that I can modify the source code for the voicemail application? I need to change some of the options in the user’s interface to make it work like an existing system that I’m replacing.
Thanks.
Tim
Is there a way that I can modify the source code for the voicemail application? I need to change some of the options in the user’s interface to make it work like an existing system that I’m replacing.
Thanks.
Tim
9 thoughts on - Asterisk Voicemail Changes
What about MiniVM? http://doxygen.asterisk.org/trunk/App_minivm.html Example: http://doxygen.asterisk.org/trunk/Config_minivm_examples.html
That said, I don’t know if it’s actually actively developed or stable (docs last updated 2015 – Asterisk team?)
Also make sure your Asterisk is up to date because of https://issues.asterisk.org/jira/browse/ASTERISK-27103
Thanks for the info, but not really what I’m looking for. If possible, I’d like to modify the source and re-compile the existing voicemail to make it match what I have today.
Thanks.
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Is there a way that I can modify the source code for the voicemail application? I need to change some of the options in the user’s interface to make it work like an existing system that I’m replacing.
Thanks.
Tim
Well, yes, anyone can recompile anything! But what exactly is it that the current voicemail can’t do or be modified to do through normal dialplan and config?
I’m looking to change the TUI, the Telephone User Interface. In other words, instead of pressing ‘1’ to play a message, I want to press ‘7’, etc., etc.
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Is there a way that I can modify the source code for the voicemail application? I need to change some of the options in the user’s interface to make it work like an existing system that I’m replacing.
Thanks.
Tim
What about just using the built-in options? In http://doxygen.asterisk.org/trunk/voicemail.conf.html; you can configure the following:
; listen-control-forward-key=# ; Customize the key that fast-forwards message playback
; listen-control-reverse-key=* ; Customize the key that rewinds message playback
; listen-control-pause-key=0 ; Customize the key that pauses/unpauses message playback
; listen-control-restart-key=2 ; Customize the key that restarts message playback
; listen-control-stop-key=13456789 ; Customize the keys that interrupt message playback, probably all keys not set above
Is there a way that I can modify the source code for the voicemail application? I need to change some of the options in the user’s interface to make it work like an existing system that I’m replacing.
Thanks.
Tim
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Is there a way that I can modify the source code for the voicemail application? I need to change some of the options in the user’s interface to make it work like an existing system that I’m replacing.
Thanks.
Tim
$ vi /usr/src/asterisk-*/apps/app_voicemail.c
—
JM or AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
—
Thank you.
—–Original Message—–
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] $ vi /usr/src/asterisk-*/apps/app_voicemail.c
—
JM or AJS
Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk .
—
Probably the best option is to create your own voicemail app using ARI.
Regards,
Marcelo H. Terres
IM: mhterres@jabber.mundoopensource.com.br https://www.mundoopensource.com.br https://twitter.com/mhterres https://linkedin.com/in/marceloterres
—