struct switch_channel_timetable *times;
SWITCH_BEGIN_EXTERN_C struct switch_channel_timetable {
switch_time_t profile_created;
switch_time_t created;
switch_time_t answered;
switch_time_t progress;
switch_time_t progress_media;
switch_time_t hungup;
switch_time_t transferred;
switch_time_t resurrected;
switch_time_t bridged;
switch_time_t last_hold;
switch_time_t hold_accum;
struct switch_channel_timetable *next;
};

本文介绍了一个用于记录电话通道各个关键时间节点的结构体。该结构体包括了创建时间、接听时间、挂断时间等属性,有助于理解电话系统的状态转换及性能评估。
2147

被折叠的 条评论
为什么被折叠?



