Defines | |
#define | AST_STATE_BUSY 7 |
#define | AST_STATE_DIALING 3 |
#define | AST_STATE_DIALING_OFFHOOK 8 |
#define | AST_STATE_DOWN 0 |
#define | AST_STATE_MUTE (1 << 16) |
#define | AST_STATE_OFFHOOK 2 |
#define | AST_STATE_PRERING 9 |
#define | AST_STATE_RESERVED 1 |
#define | AST_STATE_RING 4 |
#define | AST_STATE_RINGING 5 |
#define | AST_STATE_UP 6 |
|
Line is busy Definition at line 526 of file channel.h. Referenced by ast_state2str(), misdn_indication(), pbx_builtin_busy(), pbx_builtin_congestion(), rpt(), zt_call(), and zt_handle_event(). |
|
Digits (or equivalent) have been dialed Definition at line 518 of file channel.h. Referenced by agent_call(), ast_state2str(), misdn_call(), modem_call(), zt_call(), zt_digit(), and zt_handle_event(). |
|
Digits (or equivalent) have been dialed while offhook Definition at line 528 of file channel.h. Referenced by zt_handle_event(). |
|
Channel is down and available Definition at line 512 of file channel.h. Referenced by __oh323_new(), agent_request(), alsa_new(), alsa_request(), ast_channel_alloc(), ast_iax2_new(), ast_modem_new(), ast_request(), ast_setstate(), ast_state2str(), cb_events(), check_availability(), features_request(), handle_hd_hf(), handle_message(), handle_request(), handle_request_invite(), iax2_call(), iax2_request(), local_request(), mgcp_call(), mgcp_new(), mgcp_request(), misdn_call(), modem_call(), modem_hangup(), modem_request(), nbs_call(), nbs_hangup(), nbs_new(), nbs_request(), oh323_call(), oh323_request(), oss_new(), oss_request(), phone_call(), phone_hangup(), phone_new(), phone_request(), release_chan(), sip_call(), sip_new(), sip_request_call(), skinny_call(), skinny_new(), skinny_request(), vpb_call(), vpb_hangup(), vpb_new(), vpb_request(), zt_call(), and zt_handle_event(). |
|
Do not transmit voice data |
|
Channel is off hook Definition at line 516 of file channel.h. Referenced by ast_state2str(). |
|
Channel has detected an incoming call and is waiting for ring Definition at line 530 of file channel.h. Referenced by handle_init_event(), ss_thread(), and zt_handle_event(). |
|
Channel is down, but reserved Definition at line 514 of file channel.h. Referenced by agent_hangup(), ast_state2str(), handle_init_event(), iax2_call(), mgcp_call(), misdn_call(), misdn_hangup(), misdn_request(), modem_call(), nbs_call(), oh323_call(), phone_call(), release_chan(), sip_call(), skinny_call(), vpb_call(), zt_call(), zt_handle_event(), zt_hangup(), and zt_request(). |
|
Line is ringing Definition at line 520 of file channel.h. Referenced by __oh323_new(), ast_answer(), ast_modem_new(), ast_pickup_call(), ast_state2str(), cb_events(), handle_hd_hf(), handle_init_event(), handle_request_invite(), local_new(), mgcp_new(), mgcp_ss(), misdn_new(), modem_mini_packet(), monitor_handle_notowned(), nbs_new(), oh323_indicate(), phone_check_exception(), phone_new(), pickup_exec(), sip_indicate(), sip_new(), sip_transfer(), skinny_new(), skinny_ss(), socket_read(), ss_thread(), vpb_new(), zt_handle_event(), zt_indicate(), and zt_new(). |
|
Remote end is ringing Definition at line 522 of file channel.h. Referenced by __zt_exception(), agent_call(), answer_call(), ast_answer(), ast_parse_device_state(), ast_pickup_call(), ast_state2str(), attempt_transfer(), available(), cb_events(), chan_ringing(), console_dial(), handle_request_invite(), handle_response_invite(), iax2_call(), mgcp_call(), misdn_indication(), nbs_call(), oh323_indicate(), phone_call(), phone_exception(), pickup_exec(), skinny_call(), ss_thread(), vpb_call(), vpb_fixup(), zt_answer(), zt_bridge(), zt_call(), zt_fixup(), zt_handle_event(), zt_indicate(), and zt_read(). |
|