mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-05 20:55:26 +00:00
Remove debug output.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@115568 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3642,10 +3642,7 @@ static int iax2_indicate(struct ast_channel *c, int condition, const void *data,
|
|||||||
ast_mutex_lock(&iaxsl[callno]);
|
ast_mutex_lock(&iaxsl[callno]);
|
||||||
pvt = iaxs[callno];
|
pvt = iaxs[callno];
|
||||||
}
|
}
|
||||||
if (pvt->peercallno) {
|
if (!pvt->peercallno) {
|
||||||
ast_log(LOG_NOTICE, "Yay, we didn't know the peercallno, but we were patient and got it.\n");
|
|
||||||
} else {
|
|
||||||
ast_log(LOG_NOTICE, "Damnit! We waited around and never got the peercallno ...\n");
|
|
||||||
res = -1;
|
res = -1;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user