Opened 9 years ago

Closed 9 years ago

#1838 closed enhancement (fixed)

Enable application to provide its own external resolver implementation

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

Description

Current PJSIP resolver lacks these functionality:

  • NAPTR support
  • full IPv6 support
  • unspecified SRV lookups

This ticket will enable application define its own resolver implementation and set it to
be used instead of the method built in. Application can do this by by defining the callback in
pjsip_ext_resolver and pass it to pjsip_endpt_set_ext_resolver() function.

Thanks to Joshua Colp for the suggestion and initial patch.

Change History (2)

comment:1 Changed 9 years ago by riza

In 5055:

Re #1838: Enable application to provide its own external resolver implementation.

comment:2 Changed 9 years ago by riza

  • Resolution set to fixed
  • Status changed from new to closed
  • Type changed from defect to enhancement
Note: See TracTickets for help on using tickets.