Lines Matching defs:sccp_channel

26 struct sccp_channel {  struct
29 sccp_channelstate_t state; /*!< Internal channel state SCCP_CHANNELSTATE_* */ argument
30 sccp_channelstate_t previousChannelState; /*!< Previous channel state SCCP_CHANNELSTATE_* */ argument
31sccp_channelstatereason_t channelStateReason; /*!< Reason the new/current state was set (fo… argument
37 SCCP_LIST_ENTRY (sccp_channel_t) list; /*!< Channel Linked List */ argument
38 char dialedNumber[SCCP_MAX_EXTENSION]; /*!< Last Dialed Number */
39 const char * const designator;
40 sccp_subscription_id_t subscriptionId;
41 boolean_t answered_elsewhere; /*!< Answered Elsewhere */
42 boolean_t privacy; /*!< Private */
43 boolean_t peerIsSCCP; /*!< Indicates that channel-peer is also SCCP */
44 sccp_video_mode_t videomode; /*!< Video Mode (0 off - 1 user - 2 auto) */
46 … /*!< function to retrieve refcounted device */
47 …; /*!< function to retrieve refcounted linedevice */
48 …, boolean_t activate); /*!< set refcounted device connected to the channel */
49 …eId[StationMaxDeviceNameSize]; /*!< Returns a constant char of the Device Id if available */
51 sccp_private_channel_data_t * const privateData;
53 skinny_capabilities_t capabilities; /*!< our channel Capability in preference order */
54 skinny_capabilities_t preferences;
55 skinny_capabilities_t remoteCapabilities;
58 struct ast_format_cap *caps;
60 struct {
65 } enbloc;
67 struct {
75 } scheduler;
77 sccp_dtmfmode_t dtmfmode; /*!< DTMF Mode (0 inband - 1 outofband) */
78 struct {
83 } rtp;
108 sccp_channel_t *parentChannel; /*!< if we are a cfwd channel, our parent is this */ argument
127 sccp_channel_t *channel; /*!< SCCP Channel */ argument