Opened 16 years ago

Closed 16 years ago

#551 closed enhancement (fixed)

Generic URI scheme handler (thanks Juri Glaß)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0-rc1
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Add generic URI scheme to handle non-SIP/non-tel URI such as http or email that might appear in Contact URI.

Thanks Juri Glaß for the contribution.

Attachments (5)

sip_endpoint.c-GenericUriPatch (676 bytes) - added by bennylp 16 years ago.
sip_generic_uri.c (3.9 KB) - added by bennylp 16 years ago.
sip_generic_uri.h (394 bytes) - added by bennylp 16 years ago.
sip_parser.c-GenericUriPatch (1.2 KB) - added by bennylp 16 years ago.
sip_parser.h-GenericUriPatch (594 bytes) - added by bennylp 16 years ago.

Download all attachments as: .zip

Change History (7)

Changed 16 years ago by bennylp

Changed 16 years ago by bennylp

Changed 16 years ago by bennylp

Changed 16 years ago by bennylp

Changed 16 years ago by bennylp

comment:1 Changed 16 years ago by bennylp

  • Milestone changed from Known-Issues to release-1.0-rc1

comment:2 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Implemented in r2193 with modifications:

  • moved the functionality to the core library (sip_uri.h, sip_uri.c, and sip_parser.c) to simplify project update
Note: See TracTickets for help on using tickets.