#include "AmSipMsg.h"#include <string>#include <vector>#include <map>Go to the source code of this file.
Data Structures | |
| struct | AmSipTransaction |
| SIP transaction representation. More... | |
| class | AmSipDialogEventHandler |
| base class for SIP request/reply event handler More... | |
| class | AmSipDialog |
| implements the dialog state machine More... | |
Defines | |
| #define | MAX_SER_KEY_LEN 30 |
| #define | CONTACT_USER_PREFIX "sems" |
| #define | SIP_FLAGS_VERBATIM 1 |
Typedefs | |
| typedef std::map< int, AmSipTransaction > | TransMap |
1.5.1