[asterisk-bugs] [Asterisk 0018548]: CHANNEL variable is set incorrectly by Asterisk

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Jan 1 07:12:27 UTC 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18548 
====================================================================== 
Reported By:                greenfieldtech
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18548
Category:                   Channels/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.15 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-12-29 02:22 CST
Last Modified:              2011-01-01 01:12 CST
====================================================================== 
Summary:                    CHANNEL variable is set incorrectly by Asterisk
Description: 
Ever since I installed version 1.6.2.14 of Asterisk, the CHANNEL variable
appears to behave differently that before - specifically saying: it now
doesn't return the technology type, and the the ID appears to be a little
chopped.
====================================================================== 

---------------------------------------------------------------------- 
 (0130077) greenfieldtech (reporter) - 2011-01-01 01:12
 https://issues.asterisk.org/view.php?id=18548#c130077 
---------------------------------------------------------------------- 
Here's an extract from my extensions.ael:

	_X. => {
		__GLOBAL_T1=${EPOCH};
		__CONTINUED_CALL=FALSE;
		__T1=${EPOCH};
		TIMEOUT(digit)=3;
		TIMEOUT(response)=3;
		__INBOUND_DID=${EXTEN};
		__INBOUND_CHANNEL=${CHANNEL};
		__INBOUND_CALLERID=${CALLERID(num)};
		.
		.
		.
		.
		.
		hangup();
        };

The INBOUND_CHANNEL variable is populated only with the ID portion of the
CHANNEL data. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-01-01 01:12 greenfieldtech Note Added: 0130077                          
======================================================================




More information about the asterisk-bugs mailing list