Opened 6 years ago

Closed 6 years ago

#2149 closed enhancement (fixed)

Add option to disable transport connection reuse

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

Description

Currently, TCP/TLS connection will be reused if it's used to send messages to the same destination address. However, there are cases where this may not be desirable, such as for Google Voice account which requires different accounts to use different connections.

This ticket will add option to disable transport connection reuse. But this setting is currently only available in PJSIP level (has not been exported to PJSUA yet).

Change History (1)

comment:1 Changed 6 years ago by ming

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

In 5884:

Fixed #2149: Add option to disable transport connection reuse via the setting pjsip_tpselector.disable_connection_reuse

Thanks to Joshua Colp for the patch.

Note: See TracTickets for help on using tickets.