]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 371825 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 29 Aug 2012 17:26:46 +0000 (17:26 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 29 Aug 2012 17:26:46 +0000 (17:26 +0000)
file:///srv/subversion/repos/asterisk/branches/10

................
  r371825 | jrose | 2012-08-29 12:07:35 -0500 (Wed, 29 Aug 2012) | 8 lines

  chan_sip: Send 408 on retransmit timeout instead of 603

  (closes issue ASTERISK-20124)
  Reported by: Walter Doekes
  ........

  Merged revisions 371824 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@371850 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index bf586f5f1d26f53af70d7cf1e67c525f912686b8..d0e71001e6b92e7ce340d0ad5614a9f571bab4c9 100644 (file)
@@ -3786,7 +3786,7 @@ static int retrans_pkt(const void *data)
                                /* there is nothing left to do, mark the dialog as gone */
                                sip_alreadygone(pkt->owner);
                        }
-                       ast_queue_hangup_with_cause(pkt->owner->owner, AST_CAUSE_PROTOCOL_ERROR);
+                       ast_queue_hangup_with_cause(pkt->owner->owner, AST_CAUSE_NO_USER_RESPONSE);
                        ast_channel_unlock(pkt->owner->owner);
                } else {
                        /* If no channel owner, destroy now */