Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
cc_generic_agent_pvt Struct Reference
Collaboration diagram for cc_generic_agent_pvt:
Collaboration graph
[legend]

Data Fields

char cid_name [AST_CHANNEL_NAME]
 
char cid_num [AST_CHANNEL_NAME]
 
char context [AST_CHANNEL_NAME]
 
char exten [AST_CHANNEL_NAME]
 
int offer_timer_id
 
struct stasis_subscriptionsub
 

Detailed Description

Definition at line 2597 of file ccss.c.

Field Documentation

◆ cid_name

char cid_name[AST_CHANNEL_NAME]

Caller ID name

See the description of cid_num. The same applies here, except this is the caller's name.

Definition at line 2628 of file ccss.c.

Referenced by cc_generic_agent_init(), and generic_recall().

◆ cid_num

char cid_num[AST_CHANNEL_NAME]

Caller ID number

When we re-call the caller, we need to provide this information to ast_request_and_dial so that the information will be present in the call to the callee

Definition at line 2620 of file ccss.c.

Referenced by cc_generic_agent_init(), and generic_recall().

◆ context

char context[AST_CHANNEL_NAME]

Context dialed

The original context dialed. This is used so that when performing a recall, we can call into the proper context

Definition at line 2644 of file ccss.c.

Referenced by cc_generic_agent_init(), and generic_recall().

◆ exten

char exten[AST_CHANNEL_NAME]

Extension dialed

The original extension dialed. This is used so that when performing a recall, we can call the proper extension.

Definition at line 2636 of file ccss.c.

Referenced by cc_generic_agent_init(), and generic_recall().

◆ offer_timer_id

int offer_timer_id

Scheduler id of offer timer.

Definition at line 2610 of file ccss.c.

Referenced by cc_generic_agent_init(), cc_generic_agent_start_offer_timer(), and cc_generic_agent_stop_offer_timer().

◆ sub

struct stasis_subscription* sub

Subscription to device state

Used in the CC_CALLER_BUSY state. The generic agent will subscribe to the device state of the caller in order to determine when we may move on

Definition at line 2606 of file ccss.c.

Referenced by cc_generic_agent_start_monitoring(), and generic_agent_devstate_cb().


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