Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
cfsip_methods Struct Reference

The core structure to setup dialogs. We parse incoming messages by using structure and then route the messages according to the type. More...

Data Fields

enum can_create_dialog can_create
 
enum sipmethod id
 
int need_rtp
 
char *const text
 

Detailed Description

The core structure to setup dialogs. We parse incoming messages by using structure and then route the messages according to the type.

Note
Note that sip_methods[i].id == i must hold or the code breaks

Definition at line 734 of file chan_sip.c.

Field Documentation

◆ can_create

enum can_create_dialog can_create

Definition at line 738 of file chan_sip.c.

◆ id

enum sipmethod id

◆ need_rtp

int need_rtp

when this is the 'primary' use for a pvt structure, does it need RTP?

Definition at line 736 of file chan_sip.c.

Referenced by dialog_initialize_rtp().

◆ text

char* const text

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