Possible values for SIP media tags. More...
#include <sip_util.h>
Data Structures | |
struct | sp_literal |
Literal (tag="foo"). More... | |
struct | sp_range |
Numeric value or range (tag="#=1"; tag="#<=3"; tag="#>=-2"; tag="#1:6"). More... | |
struct | sp_string |
String (tag="<foo>"). More... | |
Data Fields | |
enum sp_type | sp_type |
Type of the media tag. | |
struct sip_pref::sp_literal | sp_literal |
Literal (tag="foo"). | |
struct sip_pref::sp_string | sp_string |
String (tag="<foo>"). | |
struct sip_pref::sp_range | sp_range |
Numeric value or range (tag="#=1"; tag="#<=3"; tag="#>=-2"; tag="#1:6"). |
Possible values for SIP media tags.
struct sip_pref::sp_literal sp_literal |
Literal (tag="foo").
struct sip_pref::sp_string sp_string |
String (tag="<foo>").