summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-06-26 19:12:09 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-06-26 19:12:09 +0000
commitc2bf0b1ca18b3ccc8ccf3d580840900a0518e049 (patch)
tree1f8b388e0ef44d360e6a31b61ca900635fe04ace /pjsip/include
parent349f63c0e6559210b51e31a6ee01fa17ad34baeb (diff)
Ticket #544: Fixed SRTP on hold+reinvite scenario
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2064 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 02ba5979..6865344d 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -74,6 +74,7 @@ typedef struct pjsua_call
pj_timer_entry refresh_tm;/**< Timer to send re-INVITE. */
pj_timer_entry hangup_tm; /**< Timer to hangup call. */
pj_stun_nat_type rem_nat_type; /**< NAT type of remote endpoint. */
+ pjmedia_srtp_use rem_srtp_use; /**< Remote's SRTP usage policy. */
char last_text_buf_[128]; /**< Buffer for last_text. */