Opened 17 years ago

Closed 17 years ago

#176 closed defect (fixed)

RTP port number is not reset in pjsua media (thanks Binu KS)

Reported by: bennylp Owned by: bennylp
Priority: minor Milestone: release-0.5.10.3
Component: pjsua-lib Version: 0.5.10.2
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The RTP port number uses a static variable to keep track next available port to use, and the value is not cleared on pjsua_destroy().

This would cause next pjsua_init() after pjsua_destroy() to not use the RTP starting port setting.

Thanks Binu K S <binuks at gmail> for reporting this.

Change History (1)

comment:1 Changed 17 years ago by bennylp

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

Fixed in r1065.

Note: See TracTickets for help on using tickets.