📄 sip_tag.c
字号:
* Tag for string with Proxy-Authentication-Info header value. */tag_typedef_t siptag_proxy_authentication_info_str = SIPSTRTAG_TYPEDEF(proxy_authentication_info);/**@ingroup sip_proxy_authorization * Tag for Proxy-Authorization header object. */tag_typedef_t siptag_proxy_authorization = SIPHDRTAG_TYPEDEF(proxy_authorization);/**@ingroup sip_proxy_authorization * Tag for string with Proxy-Authorization header value. */tag_typedef_t siptag_proxy_authorization_str = SIPSTRTAG_TYPEDEF(proxy_authorization);/**@ingroup sip_authorization * Tag for Authorization header object. */tag_typedef_t siptag_authorization = SIPHDRTAG_TYPEDEF(authorization);/**@ingroup sip_authorization * Tag for string with Authorization header value. */tag_typedef_t siptag_authorization_str = SIPSTRTAG_TYPEDEF(authorization);/**@ingroup sip_www_authenticate * Tag for WWW-Authenticate header object. */tag_typedef_t siptag_www_authenticate = SIPHDRTAG_TYPEDEF(www_authenticate);/**@ingroup sip_www_authenticate * Tag for string with WWW-Authenticate header value. */tag_typedef_t siptag_www_authenticate_str = SIPSTRTAG_TYPEDEF(www_authenticate);/**@ingroup sip_authentication_info * Tag for Authentication-Info header object. */tag_typedef_t siptag_authentication_info = SIPHDRTAG_TYPEDEF(authentication_info);/**@ingroup sip_authentication_info * Tag for string with Authentication-Info header value. */tag_typedef_t siptag_authentication_info_str = SIPSTRTAG_TYPEDEF(authentication_info);/**@ingroup sip_error_info * Tag for Error-Info header object. */tag_typedef_t siptag_error_info = SIPHDRTAG_TYPEDEF(error_info);/**@ingroup sip_error_info * Tag for string with Error-Info header value. */tag_typedef_t siptag_error_info_str = SIPSTRTAG_TYPEDEF(error_info);/**@ingroup sip_warning * Tag for Warning header object. */tag_typedef_t siptag_warning = SIPHDRTAG_TYPEDEF(warning);/**@ingroup sip_warning * Tag for string with Warning header value. */tag_typedef_t siptag_warning_str = SIPSTRTAG_TYPEDEF(warning);/**@ingroup sip_refer_to * Tag for Refer-To header object. */tag_typedef_t siptag_refer_to = SIPHDRTAG_TYPEDEF(refer_to);/**@ingroup sip_refer_to * Tag for string with Refer-To header value. */tag_typedef_t siptag_refer_to_str = SIPSTRTAG_TYPEDEF(refer_to);/**@ingroup sip_referred_by * Tag for Referred-By header object. */tag_typedef_t siptag_referred_by = SIPHDRTAG_TYPEDEF(referred_by);/**@ingroup sip_referred_by * Tag for string with Referred-By header value. */tag_typedef_t siptag_referred_by_str = SIPSTRTAG_TYPEDEF(referred_by);/**@ingroup sip_replaces * Tag for Replaces header object. */tag_typedef_t siptag_replaces = SIPHDRTAG_TYPEDEF(replaces);/**@ingroup sip_replaces * Tag for string with Replaces header value. */tag_typedef_t siptag_replaces_str = SIPSTRTAG_TYPEDEF(replaces);/**@ingroup sip_session_expires * Tag for Session-Expires header object. */tag_typedef_t siptag_session_expires = SIPHDRTAG_TYPEDEF(session_expires);/**@ingroup sip_session_expires * Tag for string with Session-Expires header value. */tag_typedef_t siptag_session_expires_str = SIPSTRTAG_TYPEDEF(session_expires);/**@ingroup sip_min_se * Tag for Min-SE header object. */tag_typedef_t siptag_min_se = SIPHDRTAG_TYPEDEF(min_se);/**@ingroup sip_min_se * Tag for string with Min-SE header value. */tag_typedef_t siptag_min_se_str = SIPSTRTAG_TYPEDEF(min_se);/**@ingroup sip_path * Tag for Path header object. */tag_typedef_t siptag_path = SIPHDRTAG_TYPEDEF(path);/**@ingroup sip_path * Tag for string with Path header value. */tag_typedef_t siptag_path_str = SIPSTRTAG_TYPEDEF(path);/**@ingroup sip_service_route * Tag for Service-Route header object. */tag_typedef_t siptag_service_route = SIPHDRTAG_TYPEDEF(service_route);/**@ingroup sip_service_route * Tag for string with Service-Route header value. */tag_typedef_t siptag_service_route_str = SIPSTRTAG_TYPEDEF(service_route);/**@ingroup sip_reason * Tag for Reason header object. */tag_typedef_t siptag_reason = SIPHDRTAG_TYPEDEF(reason);/**@ingroup sip_reason * Tag for string with Reason header value. */tag_typedef_t siptag_reason_str = SIPSTRTAG_TYPEDEF(reason);/**@ingroup sip_security_client * Tag for Security-Client header object. */tag_typedef_t siptag_security_client = SIPHDRTAG_TYPEDEF(security_client);/**@ingroup sip_security_client * Tag for string with Security-Client header value. */tag_typedef_t siptag_security_client_str = SIPSTRTAG_TYPEDEF(security_client);/**@ingroup sip_security_server * Tag for Security-Server header object. */tag_typedef_t siptag_security_server = SIPHDRTAG_TYPEDEF(security_server);/**@ingroup sip_security_server * Tag for string with Security-Server header value. */tag_typedef_t siptag_security_server_str = SIPSTRTAG_TYPEDEF(security_server);/**@ingroup sip_security_verify * Tag for Security-Verify header object. */tag_typedef_t siptag_security_verify = SIPHDRTAG_TYPEDEF(security_verify);/**@ingroup sip_security_verify * Tag for string with Security-Verify header value. */tag_typedef_t siptag_security_verify_str = SIPSTRTAG_TYPEDEF(security_verify);/**@ingroup sip_privacy * Tag for Privacy header object. */tag_typedef_t siptag_privacy = SIPHDRTAG_TYPEDEF(privacy);/**@ingroup sip_privacy * Tag for string with Privacy header value. */tag_typedef_t siptag_privacy_str = SIPSTRTAG_TYPEDEF(privacy);/**@ingroup sip_etag * Tag for SIP-ETag header object. */tag_typedef_t siptag_etag = SIPHDRTAG_TYPEDEF(etag);/**@ingroup sip_etag * Tag for string with SIP-ETag header value. */tag_typedef_t siptag_etag_str = SIPSTRTAG_TYPEDEF(etag);/**@ingroup sip_if_match * Tag for SIP-If-Match header object. */tag_typedef_t siptag_if_match = SIPHDRTAG_TYPEDEF(if_match);/**@ingroup sip_if_match * Tag for string with SIP-If-Match header value. */tag_typedef_t siptag_if_match_str = SIPSTRTAG_TYPEDEF(if_match);/**@ingroup sip_mime_version * Tag for MIME-Version header object. */tag_typedef_t siptag_mime_version = SIPHDRTAG_TYPEDEF(mime_version);/**@ingroup sip_mime_version * Tag for string with MIME-Version header value. */tag_typedef_t siptag_mime_version_str = SIPSTRTAG_TYPEDEF(mime_version);/**@ingroup sip_content_type * Tag for Content-Type header object. */tag_typedef_t siptag_content_type = SIPHDRTAG_TYPEDEF(content_type);/**@ingroup sip_content_type * Tag for string with Content-Type header value. */tag_typedef_t siptag_content_type_str = SIPSTRTAG_TYPEDEF(content_type);/**@ingroup sip_content_encoding * Tag for Content-Encoding header object. */tag_typedef_t siptag_content_encoding = SIPHDRTAG_TYPEDEF(content_encoding);/**@ingroup sip_content_encoding * Tag for string with Content-Encoding header value. */tag_typedef_t siptag_content_encoding_str = SIPSTRTAG_TYPEDEF(content_encoding);/**@ingroup sip_content_language * Tag for Content-Language header object. */tag_typedef_t siptag_content_language = SIPHDRTAG_TYPEDEF(content_language);/**@ingroup sip_content_language * Tag for string with Content-Language header value. */tag_typedef_t siptag_content_language_str = SIPSTRTAG_TYPEDEF(content_language);/**@ingroup sip_content_disposition * Tag for Content-Disposition header object. */tag_typedef_t siptag_content_disposition = SIPHDRTAG_TYPEDEF(content_disposition);/**@ingroup sip_content_disposition * Tag for string with Content-Disposition header value. */tag_typedef_t siptag_content_disposition_str = SIPSTRTAG_TYPEDEF(content_disposition);/**@ingroup sip_content_length * Tag for Content-Length header object. */tag_typedef_t siptag_content_length = SIPHDRTAG_TYPEDEF(content_length);/**@ingroup sip_content_length * Tag for string with Content-Length header value. */tag_typedef_t siptag_content_length_str = SIPSTRTAG_TYPEDEF(content_length);/**@ingroup sip_unknown * Tag for unknown headers object. */tag_typedef_t siptag_unknown = SIPHDRTAG_TYPEDEF(unknown);/**@ingroup sip_unknown * Tag for string with unknown headers value. */tag_typedef_t siptag_unknown_str = SIPSTRTAG_TYPEDEF(unknown);/**@ingroup sip_error * Tag for erroneous headers object. */tag_typedef_t siptag_error = SIPHDRTAG_TYPEDEF(error);/**@ingroup sip_error * Tag for string with erroneous headers value. */tag_typedef_t siptag_error_str = SIPSTRTAG_TYPEDEF(error);/**@ingroup sip_separator * Tag for separator line between headers and payload object. */tag_typedef_t siptag_separator = SIPHDRTAG_TYPEDEF(separator);/**@ingroup sip_separator * Tag for string with separator line between headers and payload value. */tag_typedef_t siptag_separator_str = SIPSTRTAG_TYPEDEF(separator);/**@ingroup sip_payload * Tag for message payload object. */tag_typedef_t siptag_payload = SIPHDRTAG_TYPEDEF(payload);/**@ingroup sip_payload * Tag for string with message payload value. */tag_typedef_t siptag_payload_str = SIPSTRTAG_TYPEDEF(payload);/** List of all tags for SIP headers */tag_type_t sip_tag_list[] ={ siptag_request, siptag_status, siptag_via, siptag_route, siptag_record_route, siptag_max_forwards, siptag_proxy_require, siptag_from, siptag_to, siptag_call_id, siptag_cseq, siptag_contact, siptag_rseq, siptag_rack, siptag_request_disposition, siptag_accept_contact, siptag_reject_contact, siptag_expires, siptag_date, siptag_retry_after, siptag_timestamp, siptag_min_expires, siptag_subject, siptag_priority, siptag_call_info, siptag_organization, siptag_server, siptag_user_agent, siptag_in_reply_to, siptag_accept, siptag_accept_encoding, siptag_accept_language, siptag_allow, siptag_require, siptag_supported, siptag_unsupported, siptag_event, siptag_allow_events, siptag_subscription_state, siptag_proxy_authenticate, siptag_proxy_authentication_info, siptag_proxy_authorization, siptag_authorization, siptag_www_authenticate, siptag_authentication_info, siptag_error_info, siptag_warning, siptag_refer_to, siptag_referred_by, siptag_replaces, siptag_session_expires, siptag_min_se, siptag_path, siptag_service_route, siptag_reason, siptag_security_client, siptag_security_server, siptag_security_verify, siptag_privacy, siptag_etag, siptag_if_match, siptag_mime_version, siptag_content_type, siptag_content_encoding, siptag_content_language, siptag_content_disposition, siptag_content_length, siptag_unknown, siptag_error, siptag_separator, siptag_payload, NULL};/** List of all string tags for SIP headers */tag_type_t sip_tag_str_list[] = { siptag_request_str, siptag_status_str, siptag_via_str, siptag_route_str, siptag_record_route_str, siptag_max_forwards_str, siptag_proxy_require_str, siptag_from_str, siptag_to_str, siptag_call_id_str, siptag_cseq_str, siptag_contact_str, siptag_rseq_str, siptag_rack_str, siptag_request_disposition_str, siptag_accept_contact_str, siptag_reject_contact_str, siptag_expires_str, siptag_date_str, siptag_retry_after_str, siptag_timestamp_str, siptag_min_expires_str, siptag_subject_str, siptag_priority_str, siptag_call_info_str, siptag_organization_str, siptag_server_str, siptag_user_agent_str, siptag_in_reply_to_str, siptag_accept_str, siptag_accept_encoding_str, siptag_accept_language_str, siptag_allow_str, siptag_require_str, siptag_supported_str, siptag_unsupported_str, siptag_event_str, siptag_allow_events_str, siptag_subscription_state_str, siptag_proxy_authenticate_str, siptag_proxy_authentication_info_str, siptag_proxy_authorization_str, siptag_authorization_str, siptag_www_authenticate_str, siptag_authentication_info_str, siptag_error_info_str, siptag_warning_str, siptag_refer_to_str, siptag_referred_by_str, siptag_replaces_str, siptag_session_expires_str, siptag_min_se_str, siptag_path_str, siptag_service_route_str, siptag_reason_str, siptag_security_client_str, siptag_security_server_str, siptag_security_verify_str, siptag_privacy_str, siptag_etag_str, siptag_if_match_str, siptag_mime_version_str, siptag_content_type_str, siptag_content_encoding_str, siptag_content_language_str, siptag_content_disposition_str, siptag_content_length_str, siptag_unknown_str, siptag_error_str, siptag_separator_str, siptag_payload_str, NULL};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -