| 
    Gammu API
    1.38.0
    
   | 
 
#include <gammu-call.h>
Data Fields | |
| GSM_Divert_DivertTypes | DivertType | 
| GSM_Divert_CallTypes | CallType | 
| unsigned int | Timeout | 
| unsigned char | Number [(GSM_MAX_NUMBER_LENGTH+1) *2] | 
Call diversion definition.
Definition at line 158 of file gammu-call.h.
| GSM_Divert_CallTypes GSM_CallDivert::CallType | 
Type of call to divert.
Definition at line 166 of file gammu-call.h.
| GSM_Divert_DivertTypes GSM_CallDivert::DivertType | 
When diversion is active.
Definition at line 162 of file gammu-call.h.
| unsigned char GSM_CallDivert::Number[(GSM_MAX_NUMBER_LENGTH+1) *2] | 
Number where to divert.
Definition at line 174 of file gammu-call.h.
| unsigned int GSM_CallDivert::Timeout | 
Timeout for diversion.
Definition at line 170 of file gammu-call.h.