Index: app.c =================================================================== RCS file: /usr/cvsroot/asterisk/app.c,v retrieving revision 1.54 diff -u -r1.54 app.c --- app.c 27 Mar 2005 22:29:57 -0000 1.54 +++ app.c 13 Apr 2005 19:49:08 -0000 @@ -231,7 +231,7 @@ return ast_has_voicemail_func(mailbox, folder); if ((option_verbose > 2) && !warned) { - ast_verbose(VERBOSE_PREFIX_3 "Message check requested for mailbox %s/folder %s but voicemail not loaded.", mailbox, folder ? folder : "INBOX"); + ast_verbose(VERBOSE_PREFIX_3 "Message check requested for mailbox %s/folder %s but voicemail not loaded.\n", mailbox, folder ? folder : "INBOX"); warned++; } return 0; @@ -250,7 +250,7 @@ if (!warned && (option_verbose > 2)) { warned++; - ast_verbose(VERBOSE_PREFIX_3 "Message count requested for mailbox %s but voicemail not loaded.", mailbox); + ast_verbose(VERBOSE_PREFIX_3 "Message count requested for mailbox %s but voicemail not loaded.\n", mailbox); } return 0; Index: cdr.c =================================================================== RCS file: /usr/cvsroot/asterisk/cdr.c,v retrieving revision 1.32 diff -u -r1.32 cdr.c --- cdr.c 29 Mar 2005 06:16:49 -0000 1.32 +++ cdr.c 13 Apr 2005 19:49:08 -0000 @@ -210,7 +210,7 @@ struct varshead *headp; if (!cdr) { - ast_log(LOG_ERROR, "Attempt to set a variable on a nonexistant CDR record.\n"); + ast_log(LOG_ERROR, "Attempt to set a variable on a nonexistent CDR record.\n"); return -1; } while (cdr) { Index: manager.c =================================================================== RCS file: /usr/cvsroot/asterisk/manager.c,v retrieving revision 1.91 diff -u -r1.91 manager.c --- manager.c 13 Apr 2005 05:45:53 -0000 1.91 +++ manager.c 13 Apr 2005 19:49:08 -0000 @@ -258,7 +258,7 @@ ast_mutex_destroy(&s->lock); free(s); } else - ast_log(LOG_WARNING, "Trying to delete non-existant session %p?\n", s); + ast_log(LOG_WARNING, "Trying to delete nonexistent session %p?\n", s); ast_mutex_unlock(&sessionlock); } @@ -479,7 +479,7 @@ set_eventmask(s, events); return 0; } - ast_log(LOG_NOTICE, "%s tried to authenticate with non-existant user '%s'\n", ast_inet_ntoa(iabuf, sizeof(iabuf), s->sin.sin_addr), user); + ast_log(LOG_NOTICE, "%s tried to authenticate with nonexistent user '%s'\n", ast_inet_ntoa(iabuf, sizeof(iabuf), s->sin.sin_addr), user); ast_config_destroy(cfg); return -1; } Index: pbx.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.222 diff -u -r1.222 pbx.c --- pbx.c 3 Apr 2005 22:24:17 -0000 1.222 +++ pbx.c 13 Apr 2005 19:49:08 -0000 @@ -6108,7 +6108,7 @@ for (inc = ast_walk_context_includes(con, NULL); inc; inc = ast_walk_context_includes(con, inc)) if (!ast_context_find(inc->rname)) { res = -1; - ast_log(LOG_WARNING, "Context '%s' tries includes non-existant context '%s'\n", + ast_log(LOG_WARNING, "Context '%s' tries includes nonexistent context '%s'\n", ast_get_context_name(con), inc->rname); } return res; Index: sched.c =================================================================== RCS file: /usr/cvsroot/asterisk/sched.c,v retrieving revision 1.15 diff -u -r1.15 sched.c --- sched.c 13 Apr 2005 18:46:35 -0000 1.15 +++ sched.c 13 Apr 2005 19:49:08 -0000 @@ -287,7 +287,7 @@ } ast_mutex_unlock(&con->lock); if (!s) { - ast_log(LOG_NOTICE, "Attempted to delete non-existant schedule entry %d!\n", id); + ast_log(LOG_NOTICE, "Attempted to delete nonexistent schedule entry %d!\n", id); #ifdef DO_CRASH CRASH; #endif Index: apps/app_meetme.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v retrieving revision 1.93 diff -u -r1.93 app_meetme.c --- apps/app_meetme.c 2 Apr 2005 23:26:27 -0000 1.93 +++ apps/app_meetme.c 13 Apr 2005 19:49:08 -0000 @@ -1571,7 +1571,7 @@ if (!found) { /* At this point, we have a confno_tmp (static conference) that is empty */ if ((empty_no_pin && ((!stringp) || (stringp && (stringp[0] == '\0')))) || (!empty_no_pin)) { - /* Case 1: empty_no_pin and pin is nonexistant (NULL) + /* Case 1: empty_no_pin and pin is nonexistent (NULL) * Case 2: empty_no_pin and pin is blank (but not NULL) * Case 3: not empty_no_pin */ Index: apps/app_queue.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_queue.c,v retrieving revision 1.134 diff -u -r1.134 app_queue.c --- apps/app_queue.c 13 Apr 2005 03:41:20 -0000 1.134 +++ apps/app_queue.c 13 Apr 2005 19:49:08 -0000 @@ -108,7 +108,7 @@ "Queues an incoming call in a particular call queue as defined in queues.conf.\n" " This application returns -1 if the originating channel hangs up, or if the\n" "call is bridged and either of the parties in the bridge terminate the call.\n" -"Returns 0 if the queue is full, nonexistant, or has no members.\n" +"Returns 0 if the queue is full, nonexistent, or has no members.\n" "The option string may contain zero or more of the following characters:\n" " 't' -- allow the called user transfer the calling user\n" " 'T' -- to allow the calling user to transfer the call.\n" Index: channels/chan_iax2.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v retrieving revision 1.270 diff -u -r1.270 chan_iax2.c --- channels/chan_iax2.c 13 Apr 2005 04:47:38 -0000 1.270 +++ channels/chan_iax2.c 13 Apr 2005 19:49:08 -0000 @@ -573,8 +573,8 @@ /* Extension exists */ #define CACHE_FLAG_EXISTS (1 << 0) -/* Extension is non-existant */ -#define CACHE_FLAG_NONEXISTANT (1 << 1) +/* Extension is nonexistent */ +#define CACHE_FLAG_NONEXISTENT (1 << 1) /* Extension can exist */ #define CACHE_FLAG_CANEXIST (1 << 2) /* Waiting to hear back response */ @@ -1954,8 +1954,8 @@ tmp[0] = '\0'; if (dp->flags & CACHE_FLAG_EXISTS) strncat(tmp, "EXISTS|", sizeof(tmp) - strlen(tmp) - 1); - if (dp->flags & CACHE_FLAG_NONEXISTANT) - strncat(tmp, "NONEXISTANT|", sizeof(tmp) - strlen(tmp) - 1); + if (dp->flags & CACHE_FLAG_NONEXISTENT) + strncat(tmp, "NONEXISTENT|", sizeof(tmp) - strlen(tmp) - 1); if (dp->flags & CACHE_FLAG_CANEXIST) strncat(tmp, "CANEXIST|", sizeof(tmp) - strlen(tmp) - 1); if (dp->flags & CACHE_FLAG_PENDING) @@ -5181,8 +5181,8 @@ status = CACHE_FLAG_EXISTS; else if (ies->dpstatus & IAX_DPSTATUS_CANEXIST) status = CACHE_FLAG_CANEXIST; - else if (ies->dpstatus & IAX_DPSTATUS_NONEXISTANT) - status = CACHE_FLAG_NONEXISTANT; + else if (ies->dpstatus & IAX_DPSTATUS_NONEXISTENT) + status = CACHE_FLAG_NONEXISTENT; if (ies->dpstatus & IAX_DPSTATUS_IGNOREPAT) { /* Don't really do anything with this */ @@ -5907,7 +5907,7 @@ } else if (ast_canmatch_extension(NULL, context, callednum, 1, callerid)) { dpstatus = IAX_DPSTATUS_CANEXIST; } else { - dpstatus = IAX_DPSTATUS_NONEXISTANT; + dpstatus = IAX_DPSTATUS_NONEXISTENT; } if (ast_ignore_pattern(context, callednum)) dpstatus |= IAX_DPSTATUS_IGNOREPAT; @@ -6292,7 +6292,7 @@ ast_mutex_lock(&iaxsl[fr.callno]); if (!fr.callno || !iaxs[fr.callno]) { - /* A call arrived for a non-existant destination. Unless it's an "inval" + /* A call arrived for a nonexistent destination. Unless it's an "inval" frame, reply with an inval */ if (ntohs(mh->callno) & IAX_FLAG_FULL) { /* We can only raw hangup control frames */ @@ -8833,7 +8833,7 @@ ast_verbose(VERBOSE_PREFIX_3 "Executing Dial('%s')\n", req); } else { ast_mutex_unlock(&dpcache_lock); - ast_log(LOG_WARNING, "Can't execute non-existant extension '%s[@%s]' in data '%s'\n", exten, context, data); + ast_log(LOG_WARNING, "Can't execute nonexistent extension '%s[@%s]' in data '%s'\n", exten, context, data); return -1; } } Index: channels/chan_skinny.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_skinny.c,v retrieving revision 1.69 diff -u -r1.69 chan_skinny.c --- channels/chan_skinny.c 17 Mar 2005 21:30:19 -0000 1.69 +++ channels/chan_skinny.c 13 Apr 2005 19:49:08 -0000 @@ -2598,7 +2598,7 @@ ast_mutex_destroy(&s->lock); free(s); } else - ast_log(LOG_WARNING, "Trying to delete non-existant session %p?\n", s); + ast_log(LOG_WARNING, "Trying to delete nonexistent session %p?\n", s); ast_mutex_unlock(&sessionlock); } Index: channels/chan_zap.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v retrieving revision 1.426 diff -u -r1.426 chan_zap.c --- channels/chan_zap.c 6 Apr 2005 19:17:21 -0000 1.426 +++ channels/chan_zap.c 13 Apr 2005 19:49:09 -0000 @@ -6287,7 +6287,7 @@ return 0; } } - ast_log(LOG_WARNING, "Channel %d on span %d configured to use non-existant trunk group %d\n", channel, *span, trunkgroup); + ast_log(LOG_WARNING, "Channel %d on span %d configured to use nonexistent trunk group %d\n", channel, *span, trunkgroup); *span = -1; } else { if (pris[*span].trunkgroup) { Index: channels/iax2.h =================================================================== RCS file: /usr/cvsroot/asterisk/channels/iax2.h,v retrieving revision 1.22 diff -u -r1.22 iax2.h --- channels/iax2.h 17 Mar 2005 21:30:19 -0000 1.22 +++ channels/iax2.h 13 Apr 2005 19:49:09 -0000 @@ -150,7 +150,7 @@ #define IAX_DPSTATUS_EXISTS (1 << 0) #define IAX_DPSTATUS_CANEXIST (1 << 1) -#define IAX_DPSTATUS_NONEXISTANT (1 << 2) +#define IAX_DPSTATUS_NONEXISTENT (1 << 2) #define IAX_DPSTATUS_IGNOREPAT (1 << 14) #define IAX_DPSTATUS_MATCHMORE (1 << 15) Index: include/asterisk/dundi.h =================================================================== RCS file: /usr/cvsroot/asterisk/include/asterisk/dundi.h,v retrieving revision 1.7 diff -u -r1.7 dundi.h --- include/asterisk/dundi.h 21 Jan 2005 07:06:25 -0000 1.7 +++ include/asterisk/dundi.h 13 Apr 2005 19:49:09 -0000 @@ -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 */ Index: res/res_features.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_features.c,v retrieving revision 1.45 diff -u -r1.45 res_features.c --- res/res_features.c 24 Mar 2005 05:37:59 -0000 1.45 +++ res/res_features.c 13 Apr 2005 19:49:09 -0000 @@ -1385,7 +1385,7 @@ dres = 0; } if (option_verbose > 2) - ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to non-existant parked call %d\n", chan->name, park); + ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to nonexistent parked call %d\n", chan->name, park); res = -1; } LOCAL_USER_REMOVE(u);