Thu Apr 28 2011 17:16:24

Asterisk developer's documentation


ast_ivr_option Struct Reference

#include <app.h>

Data Fields

ast_ivr_action action
void * adata
char * option

Detailed Description

Special "options" are:

  • "s" - "start here (one time greeting)"
  • "g" - "greeting/instructions"
  • "t" - "timeout"
  • "h" - "hangup"
  • "i" - "invalid selection"

Definition at line 69 of file app.h.


Field Documentation

Definition at line 71 of file app.h.

Referenced by ivr_dispatch().

void* adata

Definition at line 72 of file app.h.

Referenced by ivr_dispatch().

char* option

Definition at line 70 of file app.h.

Referenced by ast_ivr_menu_run_internal(), option_exists(), and option_matchmore().


The documentation for this struct was generated from the following file: