From 6e746385259a0eb6b02df6873334971a6c0db7a0 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 3 Nov 2010 06:48:58 +0000 Subject: Fixed #1155 (Run-time option to disable the use of "rport" in outgoing requests (thanks Marcus Froeschl for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3361 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsip/sip_config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pjsip/include') diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h index 934d6969..6fd371a4 100644 --- a/pjsip/include/pjsip/sip_config.h +++ b/pjsip/include/pjsip/sip_config.h @@ -77,6 +77,10 @@ typedef struct pjsip_cfg_t */ pj_bool_t allow_port_in_fromto_hdr; + /** + * Disable rport in request. + */ + pj_bool_t disable_rport; } endpt; /** Transaction layer settings. */ -- cgit v1.2.3