[asterisk-commits] russell: branch russell/events r85399 - /team/russell/events/include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 11 10:53:28 CDT 2007
Author: russell
Date: Thu Oct 11 10:53:28 2007
New Revision: 85399
URL: http://svn.digium.com/view/asterisk?view=rev&rev=85399
Log:
Remove confusing reference. The HINT DUNDi IE has nothing to do with
the ast_hint struct that exists in main/pbx.c.
Modified:
team/russell/events/include/asterisk/dundi.h
Modified: team/russell/events/include/asterisk/dundi.h
URL: http://svn.digium.com/view/asterisk/team/russell/events/include/asterisk/dundi.h?view=diff&rev=85399&r1=85398&r2=85399
==============================================================================
--- team/russell/events/include/asterisk/dundi.h (original)
+++ team/russell/events/include/asterisk/dundi.h Thu Oct 11 10:53:28 2007
@@ -159,7 +159,7 @@
#define DUNDI_IE_SHAREDKEY 17 /*!< RSA encrypted AES-128 key */
#define DUNDI_IE_SIGNATURE 18 /*!< RSA Signature of encrypted shared key */
#define DUNDI_IE_KEYCRC32 19 /*!< CRC32 of encrypted key (int) */
-#define DUNDI_IE_HINT 20 /*!< Answer hints (struct ast_hint) */
+#define DUNDI_IE_HINT 20 /*!< Answer hints */
#define DUNDI_IE_DEPARTMENT 21 /*!< Department, for EIDQUERY (string) */
#define DUNDI_IE_ORGANIZATION 22 /*!< Organization, for EIDQUERY (string) */
More information about the asterisk-commits
mailing list