mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
add missing newlines, fix misspelling of nonexistent (bug #4027)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user