mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
This bug existed in one extra place that is not also in 1.2 ... So, fix it!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39455 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6330,8 +6330,10 @@ static void *ss_thread(void *data)
|
||||
|
||||
if (p->ringt < p->ringt_base/2)
|
||||
break;
|
||||
++receivedRingT; /* Increment the ringT counter so we can match it against
|
||||
values in zapata.conf for distinctive ring */
|
||||
/* Increment the ringT counter so we can match it against
|
||||
values in zapata.conf for distinctive ring */
|
||||
if (++receivedRingT == (sizeof(curRingData) / sizeof(curRingData[0])))
|
||||
break;
|
||||
} else if (i & ZT_IOMUX_READ) {
|
||||
res = read(p->subs[index].zfd, buf, sizeof(buf));
|
||||
if (res < 0) {
|
||||
|
Reference in New Issue
Block a user