#include <iaxclient.h>
Data Fields | |
int | callNo |
The call number whose state this is. | |
int | state |
The call state represented using the IAXC_CALL_STATE_{} defines. | |
int | format |
The audio format of the call. | |
int | vformat |
The audio format of the call. | |
char | remote [IAXC_EVENT_BUFSIZ] |
The remote number. | |
char | remote_name [IAXC_EVENT_BUFSIZ] |
The remote name. | |
char | local [IAXC_EVENT_BUFSIZ] |
The local number. | |
char | local_context [IAXC_EVENT_BUFSIZ] |
The local calling context. |
Definition at line 222 of file iaxclient.h.
The call state represented using the IAXC_CALL_STATE_{} defines.
Definition at line 235 of file iaxclient.h.
The audio format of the call.
Definition at line 244 of file iaxclient.h.
The audio format of the call.
Definition at line 253 of file iaxclient.h.