mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 121407 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r121407 | russell | 2008-06-09 19:52:46 -0500 (Mon, 09 Jun 2008) | 2 lines Bump up the debug level of a couple of messages ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@121408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9549,13 +9549,13 @@ static int iax2_do_register(struct iax2_registry *reg)
|
||||
}
|
||||
|
||||
if (!reg->callno) {
|
||||
ast_debug(1, "Allocate call number\n");
|
||||
ast_debug(3, "Allocate call number\n");
|
||||
reg->callno = find_callno_locked(0, 0, ®->addr, NEW_FORCE, defaultsockfd, 0);
|
||||
if (reg->callno < 1) {
|
||||
ast_log(LOG_WARNING, "Unable to create call for registration\n");
|
||||
return -1;
|
||||
} else
|
||||
ast_debug(1, "Registration created on call %d\n", reg->callno);
|
||||
ast_debug(3, "Registration created on call %d\n", reg->callno);
|
||||
iaxs[reg->callno]->reg = reg;
|
||||
ast_mutex_unlock(&iaxsl[reg->callno]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user