[asterisk-bugs] [Asterisk 0017191]: Specifying return_context for ParkAndAnnounce affects 'h' exten behavior
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Apr 19 13:05:36 CDT 2010
The following issue has been UPDATED.
======================================================================
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: acknowledged
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-19 13:05 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-19 13:05 lmadsen Description Updated
2010-04-19 13:05 lmadsen Additional Information Updated
======================================================================
More information about the asterisk-bugs
mailing list