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:
09b8583
)
Importing rev 45196 from 1.4 - don't kill dialog for a bad response
author
Olle Johansson
<oej@edvina.net>
Mon, 16 Oct 2006 13:03:02 +0000
(13:03 +0000)
committer
Olle Johansson
<oej@edvina.net>
Mon, 16 Oct 2006 13:03:02 +0000
(13:03 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45204
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
993b93a
..
dad51ea
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-11514,10
+11514,8
@@
static void handle_response_invite(struct sip_pvt *p, int resp, char *rest, stru
static void handle_response_refer(struct sip_pvt *p, int resp, char *rest, struct sip_request *req, int seqno)
{
/* If no refer structure exists, then do nothing */
- if (!p->refer) {
- ast_set_flag(&p->flags[0], SIP_NEEDDESTROY);
+ if (!p->refer)
return;
- }
switch (resp) {
case 202: /* Transfer accepted */