search for: ast_play_and_wait

Displaying 4 results from an estimated 4 matches for "ast_play_and_wait".

2006 Mar 09
1
Getting to the last "old" voicemail message
If you have many old voicemail messages, to get to the most recent one, you have to keep hitting "6" until you reach the last one. It would be better if you could hit "4" from the first message to get to the last message and/or have a digit that takes you the first and last messages respectively. Anyone have any patches for this?
2008 Jul 07
5
Meetme
Hi folks, we use meetme application with pin so when a customer joins he's prompted for his name. Then the voice say:"press one to accept the recording..." My question is, is it possible to cut off that request to"press one"? Thanks to all -- .:FaberK:.
2004 Sep 20
0
Installation problem; collect2: ld returned 1 exit status
...et; app.o(.text+0x21d2): In function `ast_app_getdata': /usr/src/asterisk/app.c:45: undefined reference to `ast_streamfile' app.o(.text+0x2278): In function `ast_app_getdata_full': /usr/src/asterisk/app.c:63: undefined reference to `ast_streamfile' app.o(.text+0x2311): In function `ast_play_and_wait': /usr/src/asterisk/app.c:494: undefined reference to `ast_streamfile' app.o(.text+0x2334):/usr/src/asterisk/app.c:497: undefined reference to `ast_waitstream' app.o(.text+0x233f):/usr/src/asterisk/app.c:498: undefined reference to `ast_stopstream' asterisk.o(.text+0xcee): In functi...
2010 Jun 05
1
Can one adjust the voicemail-menu when using VoiceMailMain() ?
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... I've looked at the code in /usr/src/asterisk-1.4.30/apps/app_voicemail.c but it seems complicated