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:
77f36c6
)
Don't create owner twice (this should go to -stable too)
author
Mark Spencer
<markster@digium.com>
Sun, 21 Nov 2004 19:34:19 +0000
(19:34 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 21 Nov 2004 19:34:19 +0000
(19:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4304
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
dbcd5e4
..
97833ed
100755
(executable)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-7255,7
+7255,7
@@
static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
ast_queue_frame(p->owner, &af);
} else if (debug)
ast_verbose("Ignoring this request\n");
- if (!p->lastinvite) {
+ if (!p->lastinvite && !p->owner) {
/* Handle authentication if this is our first invite */
res = check_user(p, req, cmd, e, 1, sin, ignore);
if (res) {