Data Structures | |
| struct | key_collect |
| struct | ringback |
Defines | |
| #define | MAX_PEERS 128 |
Typedefs | |
| typedef ringback | ringback_t |
Enumerations | |
| enum | abort_t { IDX_TIMEOUT = -3, IDX_CANCEL = -2, IDX_NADA = -1 } |
Functions | |
| switch_status_t | switch_ivr_wait_for_answer (switch_core_session_t *session, switch_core_session_t *peer_session) |
| switch_status_t | switch_ivr_originate (switch_core_session_t *session, switch_core_session_t **bleg, switch_call_cause_t *cause, const char *bridgeto, uint32_t timelimit_sec, const switch_state_handler_table_t *table, const char *cid_name_override, const char *cid_num_override, switch_caller_profile_t *caller_profile_override, switch_originate_flag_t flags) |
| Make an outgoing call. | |
|
|
|
|
|
|
|
|
00072 {
00073 IDX_TIMEOUT = -3,
00074 IDX_CANCEL = -2,
00075 IDX_NADA = -1
00076 } abort_t;
|
1.3.9.1