[asterisk-bugs] [Asterisk 0017191]: Specifying return_context for ParkAndAnnounce affects 'h' exten behavior

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Apr 15 10:32:41 CDT 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17191 
====================================================================== 
Reported By:                kobaz
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17191
Category:                   PBX/pbx_config
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0.26 
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-04-15 10:32 CDT
Last Modified:              2010-04-15 10:32 CDT
====================================================================== 
Summary:                    Specifying return_context for ParkAndAnnounce
affects 'h' exten behavior
Description: 
sip peer 210 context = cos_internal+local+ld+intl

I have the following dialplan:

context cos_internal+local+ld+intl {
  includes {
    services;
  }

  h => {
    GoSub(dialOut,h,1);
  }
}

context services {
  10 => {
    ParkAndAnnounce(,90,Console/dsp,park_timeout);
    // ParkAndAnnounce(,90,Console/dsp); // use this instead and flow is
correct
    Hangup();

park_timeout:
   NoOp();
  }
}
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-15 10:32 kobaz          New Issue                                    
2010-04-15 10:32 kobaz          Asterisk Version          => 1.6.0.26        
2010-04-15 10:32 kobaz          Regression                => No              
2010-04-15 10:32 kobaz          SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list