List of well-known SIP options. If we get this in a require, we should check the list and answer accordingly. More...
Data Fields | |
| int | id |
| int | supported |
| char *const | text |
List of well-known SIP options. If we get this in a require, we should check the list and answer accordingly.
Definition at line 899 of file chan_sip.c.
| int id |
Bitmap ID
Definition at line 900 of file chan_sip.c.
Referenced by _sip_show_peer(), parse_sip_options(), and sip_show_channel().
| int supported |
Supported by Asterisk ?
Definition at line 901 of file chan_sip.c.
| char* const text |
Text id, as in standard
Definition at line 902 of file chan_sip.c.
Referenced by sip_show_channel().