summaryrefslogtreecommitdiff
path: root/include/asterisk/dundi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/dundi.h')
-rwxr-xr-xinclude/asterisk/dundi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/dundi.h b/include/asterisk/dundi.h
index 4db55a338..e7820691f 100755
--- a/include/asterisk/dundi.h
+++ b/include/asterisk/dundi.h
@@ -46,7 +46,7 @@ struct dundi_ie_hdr {
#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 */