mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Hold call structure longer iwth find_callno
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2771 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -814,7 +814,6 @@ static int find_callno(unsigned short callno, unsigned short dcallno, struct soc
|
||||
return -1;
|
||||
}
|
||||
iaxs[x] = new_iax(sin, lockpeer);
|
||||
ast_mutex_unlock(&iaxsl[x]);
|
||||
update_max_nontrunk();
|
||||
if (iaxs[x]) {
|
||||
if (option_debug)
|
||||
@@ -833,8 +832,10 @@ static int find_callno(unsigned short callno, unsigned short dcallno, struct soc
|
||||
strncpy(iaxs[x]->accountcode, accountcode, sizeof(iaxs[x]->accountcode)-1);
|
||||
} else {
|
||||
ast_log(LOG_WARNING, "Out of resources\n");
|
||||
ast_mutex_unlock(&iaxsl[x]);
|
||||
return 0;
|
||||
}
|
||||
ast_mutex_unlock(&iaxsl[x]);
|
||||
res = x;
|
||||
}
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user