[Asterisk-cvs] asterisk/include/asterisk dundi.h,1.7,1.8
russell at lists.digium.com
russell at lists.digium.com
Wed Apr 13 18:42:07 CDT 2005
- Previous message: [Asterisk-cvs] asterisk app.c, 1.54, 1.55 cdr.c, 1.32,
1.33 manager.c, 1.91, 1.92 pbx.c, 1.222, 1.223 sched.c, 1.15, 1.16
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.270,
1.271 chan_skinny.c, 1.69, 1.70 chan_zap.c, 1.426,
1.427 iax2.h, 1.22, 1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12576/include/asterisk
Modified Files:
dundi.h
Log Message:
add missing newlines, fix misspelling of nonexistent (bug #4027)
Index: dundi.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/dundi.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dundi.h 21 Jan 2005 07:06:25 -0000 1.7
+++ dundi.h 13 Apr 2005 23:33:47 -0000 1.8
@@ -46,7 +46,7 @@
#define DUNDI_PROTO_SIP 2 /* Session Initiation Protocol */
#define DUNDI_PROTO_H323 3 /* ITU H.323 */
-#define DUNDI_FLAG_NONEXISTANT (0) /* Isn't and can't be a valid number */
+#define DUNDI_FLAG_NONEXISTENT (0) /* Isn't and can't be a valid number */
#define DUNDI_FLAG_EXISTS (1 << 0) /* Is a valid number */
#define DUNDI_FLAG_MATCHMORE (1 << 1) /* Might be valid if you add more digits */
#define DUNDI_FLAG_CANMATCH (1 << 2) /* Might be a match */
- Previous message: [Asterisk-cvs] asterisk app.c, 1.54, 1.55 cdr.c, 1.32,
1.33 manager.c, 1.91, 1.92 pbx.c, 1.222, 1.223 sched.c, 1.15, 1.16
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.270,
1.271 chan_skinny.c, 1.69, 1.70 chan_zap.c, 1.426,
1.427 iax2.h, 1.22, 1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list