Opened 8 years ago

Closed 8 years ago

#1915 closed enhancement (fixed)

Add API pjsip_udp_transport_start2()

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

Description

Currently there are already pjsip_udp_transport_start() for IPv4 and pjsip_udp_transport_start6() for IPv6, the new API should be a little cleaner as it can create both IPv4 and IPv6 transports.

Also added QoS settings for the transport socket.

Thanks George Joseph for the patch.

Change History (1)

comment:1 Changed 8 years ago by nanang

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

In 5284:

Close #1915: Added API pjsip_udp_transport_start2() that can create both IPv4 and IPv6 SIP UDP transports.

Note: See TracTickets for help on using tickets.