Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1155 closed enhancement (fixed)

Run-time option to disable the use of "rport" in outgoing requests (thanks Marcus Froeschl for the suggestion)

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

Description

It has been reported that some operators in Japan have trouble processing this feature, hence a run-time setting to enable/disable this is needed.

Change History (2)

comment:1 Changed 13 years ago by bennylp

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

(In [3361]) Fixed #1155 (Run-time option to disable the use of "rport" in outgoing requests (thanks Marcus Froeschl for the suggestion)

comment:2 Changed 13 years ago by bennylp

Below is a sample code to disable rport from requests. The setting applies globally for any and all requests created after the code is executed.

pjsip_cfg()->endpt.disable_rport = PJ_TRUE;
Note: See TracTickets for help on using tickets.