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:
94f6f76
)
Fix double ring...
author
Mark Spencer
<markster@digium.com>
Tue, 16 Nov 2004 03:58:46 +0000
(
03:58
+0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 16 Nov 2004 03:58:46 +0000
(
03:58
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4262
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
2672039
..
3b39310
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-1910,7
+1910,7
@@
static int sip_indicate(struct ast_channel *ast, int condition)
/* Send 180 ringing if out-of-band seems reasonable */
transmit_response(p, "180 Ringing", &p->initreq);
p->ringing = 1;
- if (p->progressinband > 1)
+ if (p->progressinband < 2)
break;
} else {
/* Well, if it's not reasonable, just send in-band */