[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 13:55:21 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 13:55 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.
====================================================================== 

---------------------------------------------------------------------- 
 qwell - 09-07-07 13:55  
---------------------------------------------------------------------- 
Try this:

exten => 300,1,Set(__SIPADDHEADER02=X-Test1: 1)
exten => 300,2,Set(__SIPADDHEADER01=X-Test2: 2) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-07-07 13:55  qwell          Note Added: 0070124                          
======================================================================




More information about the asterisk-bugs mailing list