projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14dd507
)
Fix typo
author
Mark Spencer
<markster@digium.com>
Mon, 8 Sep 2003 22:37:47 +0000
(22:37 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 8 Sep 2003 22:37:47 +0000
(22:37 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1490
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
888bef1
..
cff1ae5
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-434,7
+434,7
@@
static int retrans_pkt(void *data)
} else {
ast_log(LOG_WARNING, "Maximum retries exceeded on call %s for seqno %d (%s)\n", pkt->owner->callid, pkt->seqno, pkt->resp ? "Response" : "Request");
pkt->retransid = -1;
- while(pkt->owner->owner && !ast_mutex_lock(&pkt->owner->owner->lock)) {
+ while(pkt->owner->owner && ast_mutex_lock(&pkt->owner->owner->lock)) {
ast_mutex_unlock(&pkt->owner->lock);
usleep(1);
ast_mutex_lock(&pkt->owner->lock);