[svn-commits] twilson: branch group/srtp_reboot r244646 - /team/group/srtp_reboot/channels/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 3 17:56:43 CST 2010


Author: twilson
Date: Wed Feb  3 17:56:40 2010
New Revision: 244646

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=244646
Log:
Add some missing changes

Modified:
    team/group/srtp_reboot/channels/sip/include/sip.h

Modified: team/group/srtp_reboot/channels/sip/include/sip.h
URL: http://svnview.digium.com/svn/asterisk/team/group/srtp_reboot/channels/sip/include/sip.h?view=diff&rev=244646&r1=244645&r2=244646
==============================================================================
--- team/group/srtp_reboot/channels/sip/include/sip.h (original)
+++ team/group/srtp_reboot/channels/sip/include/sip.h Wed Feb  3 17:56:40 2010
@@ -308,7 +308,7 @@
 #define SIP_PAGE2_Q850_REASON           (1 << 4)    /*!< DP: Get/send cause code via Reason header */
 
 /* Space for addition of other realtime flags in the future */
-#define SIP_PAGE2_SRTPCAPABLE           (1 << 6)    /*!< DP: Are we capable of handling SRTP? */
+#define SIP_PAGE2_SRTPCAPABLE           (1 << 6)    /*!< DP: Whether we can handle SRTP */
 #define SIP_PAGE2_CONSTANT_SSRC         (1 << 7)    /*!< GDP: Don't change SSRC on reinvite */
 #define SIP_PAGE2_SYMMETRICRTP          (1 << 8)    /*!< GDP: Whether symmetric RTP is enabled or not */
 #define SIP_PAGE2_STATECHANGEQUEUE      (1 << 9)    /*!< D: Unsent state pending change exists */
@@ -1034,7 +1034,7 @@
 	AST_LIST_HEAD_NOLOCK(request_queue, sip_request) request_queue; /*!< Requests that arrived but could not be processed immediately */
 	struct sip_invite_param *options;   /*!< Options for INVITE */
 	struct sip_st_dlg *stimer;          /*!< SIP Session-Timers */
-	struct sip_srtp *srtp;              /*!< Structure for Secure RTP session data */
+	struct sip_srtp *srtp;              /*!< Structure to hold Secure RTP session data */
 
 	int red;                            /*!< T.140 RTP Redundancy */
 	int hangupcause;                    /*!< Storage of hangupcause copied from our owner before we disconnect from the AST channel (only used at hangup) */




More information about the svn-commits mailing list