[asterisk-bugs] [Asterisk 0014294]: [patch] X-Asterisk-Hangupcause header only in challenged BYEs
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jan 23 10:07:22 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14294
======================================================================
Reported By: klaus3000
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14294
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 169203
Request Review:
======================================================================
Date Submitted: 2009-01-21 04:41 CST
Last Modified: 2009-01-23 10:07 CST
======================================================================
Summary: [patch] X-Asterisk-Hangupcause header only in
challenged BYEs
Description:
Hi!
The X-Asterisk-Hangupcause is added in transmit_request_with_auth()
function, but not in transmit_request(). Why?
IMO, the Hangupcause header should be added to all BYE requests
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
parent of 0013385 [patch] Reason header support
======================================================================
----------------------------------------------------------------------
(0098569) klaus3000 (reporter) - 2009-01-23 10:07
http://bugs.digium.com/view.php?id=14294#c98569
----------------------------------------------------------------------
I think I found a problem:
scenario:
Asterisk
INVITE-->
---INVITE->
<---200----
<---200----
<---BYE----
ast_hangup()
transmit_request_with_auth()
in transmit_request_with_auth() p->owner=NULL, thus no headers added
(tested on 1.4.23)
<---BYE----
Issue History
Date Modified Username Field Change
======================================================================
2009-01-23 10:07 klaus3000 Note Added: 0098569
======================================================================
More information about the asterisk-bugs
mailing list