[Asterisk-cvs] pbx_dundi/include/asterisk dundi.h,1.1.1.1,1.2

markster at lists.digium.com markster at lists.digium.com
Sat Aug 7 20:04:22 CDT 2004


Update of /usr/cvsroot/pbx_dundi/include/asterisk
In directory localhost.localdomain:/tmp/cvs-serv2129/include/asterisk

Modified Files:
	dundi.h 
Log Message:
Fill out some protocol stuff, get the basics of loading/reloading the peers in place


Index: dundi.h
===================================================================
RCS file: /usr/cvsroot/pbx_dundi/include/asterisk/dundi.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- dundi.h	3 Aug 2004 06:44:38 -0000	1.1.1.1
+++ dundi.h	7 Aug 2004 23:50:22 -0000	1.2
@@ -50,6 +50,8 @@
 	unsigned char data[0];				/* Protocol specific URI */
 };
 
+#define DUNDI_COMMAND_FINAL			(0x80)		/* Or'd with other flags */
+
 #define DUNDI_COMMAND_ACK			0			/* Ack a message */
 #define DUNDI_COMMAND_DPDISCOVER	1			/* Request discovery */
 #define DUNDI_COMMAND_DPRESPONSE	(2 | 0x40)	/* Respond to a discovery request */
@@ -59,7 +61,7 @@
 #define DUNDI_COMMAND_ENRESPONSE	(6 | 0x40)	/* Response to discovery */
 #define DUNDI_COMMAND_INVALID		(7 | 0x40)	/* Invalid dialog state */
 #define DUNDI_COMMAND_UNKNOWN		(8 | 0x40)	/* Unknown command */
-#define DUNDI_COMMAND_FINAL			(0x80)		/* Or'd with other flags */
+#define DUNDI_COMMAND_NULL			(9 | 0x40)	/* No-op */
 
 /*
  * Remember that some information elements may occur




More information about the svn-commits mailing list