[asterisk-bugs] [Asterisk 0010669]: Multiple __SIPADDHEADERs don't work with Local channels
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Sep 7 14:00:07 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10669
======================================================================
Reported By: acunningham
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10669
Category: Channels/chan_local
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-07-2007 12:01 CDT
Last Modified: 09-07-2007 14:00 CDT
======================================================================
Summary: Multiple __SIPADDHEADERs don't work with Local
channels
Description:
This bug is similar to http://bugs.digium.com/view.php?id=7892, but affects
local channels.
If you do:
[default]
exten => 300, 1, Set(__SIPADDHEADER=X-Test1: 1)
exten => 300, 2, Set(__SIPADDHEADER=X-Test2: 2)
exten => 300, 3, Dial(Local/301 at default/n)
exten => 301, 1, Dial(SIP/101)
and call 300, then on the INVITE to 101 X-Test2 gets sent but X-Test1 does
not.
======================================================================
----------------------------------------------------------------------
acunningham - 09-07-07 14:00
----------------------------------------------------------------------
Thank you, that works. I was not aware of this feature. Would you have a
link to documentation on how to use it in more detail?
Issue History
Date Modified Username Field Change
======================================================================
09-07-07 14:00 acunningham Note Added: 0070125
======================================================================
More information about the asterisk-bugs
mailing list