Changeset 622 for pjproject/trunk/pjsip/include/pjsip/sip_uri.h
- Timestamp:
- Jul 22, 2006 1:42:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_uri.h
r611 r622 145 145 PJSIP_URI_IN_CONTACT_HDR, /**< The URI is in Contact header. */ 146 146 PJSIP_URI_IN_ROUTING_HDR, /**< The URI is in Route/Record-Route header. */ 147 PJSIP_URI_IN_OTHER ,/**< Other context (web page, business card, etc.) */147 PJSIP_URI_IN_OTHER /**< Other context (web page, business card, etc.) */ 148 148 } pjsip_uri_context_e; 149 149
Note: See TracChangeset
for help on using the changeset viewer.