Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Options for leaving voicemail with the voicemail() application. More...
Data Fields | |
char * | beeptone |
char * | exitcontext |
unsigned int | flags |
signed char | record_gain |
Options for leaving voicemail with the voicemail() application.
Variables used for saving a voicemail.
This includes the record gain, mode flags, and the exit context of the channel that was used for leaving the voicemail.
Definition at line 681 of file app_minivm.c.
char * beeptone |
Definition at line 6709 of file app_voicemail.c.
Referenced by advanced_options(), forward_message(), and vm_exec().
char * exitcontext |
Definition at line 6708 of file app_voicemail.c.
Referenced by vm_exec().
unsigned int flags |
Definition at line 682 of file app_minivm.c.
signed char record_gain |
Definition at line 683 of file app_minivm.c.
Referenced by advanced_options(), forward_message(), minivm_record_exec(), play_record_review(), and vm_exec().