Re: [asterisk-users] Can one adjust the voicemail-menu when using VoiceMailMain() ?

2010-06-09 Thread Jonas Kellens
I have commented out case 5, case 2 and case 3, leaving case 1, 4,6,7,8,9. But when I press 1 on the menu, I hear: I'm sorry, I did not understand your response if (play_auto) { cmd = '1'; } else { cmd = vm_intro(chan, vmu, vms); }

Re: [asterisk-users] Can one adjust the voicemail-menu when using VoiceMailMain() ?

2010-06-09 Thread C. Chad Wallace
At 4:04 PM on 09 Jun 2010, Jonas Kellens wrote: I have commented out case 5, case 2 and case 3, leaving case 1, 4,6,7,8,9. But when I press 1 on the menu, I hear: I'm sorry, I did not understand your response Looks like someone broke the first rule of Optimization Club[1]. I think you

Re: [asterisk-users] Can one adjust the voicemail-menu when using VoiceMailMain() ?

2010-06-07 Thread Jonas Kellens
I made some changes to app_voicemail.c and recompiled asterisk. Now my caller is only presented with the menu-choice I want. However, the caller can still give another dtmf-input and be taken to that specific menu. How can I disable dtmf-input 2,3,4 if I only want the menu behind option 1

Re: [asterisk-users] Can one adjust the voicemail-menu when using VoiceMailMain() ?

2010-06-07 Thread Glenn O Larsen
On Mon, Jun 7, 2010 at 2:15 PM, Jonas Kellens jonas.kell...@telenet.be wrote: I made some changes to app_voicemail.c and recompiled asterisk. Now my caller is only presented with the menu-choice I want. However, the caller can still give another dtmf-input and be taken to that specific menu.

[asterisk-users] Can one adjust the voicemail-menu when using VoiceMailMain() ?

2010-06-05 Thread Jonas Kellens
Hello list. The VoiceMailMain()-application has an advanced menu. Can I get a Voicemail-application that has less functionality ? I only want the user to listen to new voicemail-messages (and delete them), not the functionality with the folders and redirecting messages to other mailboxes...

Re: [asterisk-users] Can one adjust the voicemail-menu when using VoiceMailMain() ?

2010-06-05 Thread Glenn O Larsen
On Sat, Jun 5, 2010 at 6:26 PM, Jonas Kellens jonas.kell...@telenet.be wrote: Hello list. The VoiceMailMain()-application has an advanced menu. Can I get a Voicemail-application that has less functionality ? I only want the user to listen to new voicemail-messages (and delete them), not the