git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@286956
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
valid_extensions = 0;
break;
}
- capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1);
+ capacity = receiver->maxmsg - inprocess_count(receiver->mailbox, receiver->context, +1);
if ((newmsgs + oldmsgs) >= capacity) {
ast_log(LOG_NOTICE, "Mailbox '%s' is full with capacity of %d, prompting for another extension.\n", s, capacity);
res = ast_play_and_wait(chan, "vm-mailboxfull");