[asterisk-bugs] [Asterisk 0016437]: [patch] Unable to escape back to dialplan or operator, using 'o' and 'a' extensions in dialcontext

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Dec 13 18:59:05 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16437 
====================================================================== 
Reported By:                alecdavis
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16437
Category:                   Applications/app_directory
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 233619 
Request Review:              
====================================================================== 
Date Submitted:             2009-12-13 18:56 CST
Last Modified:              2009-12-13 18:59 CST
====================================================================== 
Summary:                    [patch] Unable to escape back to dialplan or
operator, using 'o' and 'a' extensions in dialcontext
Description: 
Users cannot get back to the main menu that called app_directory by
pressing the '*' which is configured to start over and beginning of
dialplan entry.

Likewise, the option of dialling '0' while in the Directory application
should execute the 'exten => o,1,NoOp(The Operator) ...

 
====================================================================== 

---------------------------------------------------------------------- 
 (0115175) alecdavis (reporter) - 2009-12-13 18:59
 https://issues.asterisk.org/view.php?id=16437#c115175 
---------------------------------------------------------------------- 
dialplan code:

[ivr-bdt-daytime]
  exten => s,1,Answer
  exten => s,n,Background(bdt/mainbdt)
  exten => s,n,Background(silence/5)
  exten => s,n,Flash()
  exten => s,n,SendDtmf(0#)
  exten => s,n,Hangup()

  exten => 1,1,NoOp( 1 PRESSED, Directory name )
  exten => 1,n,Directory(default,analogtransfer)
....

[analogtransfer]
  exten => _XXXX,1,Flash()
  exten => _XXXX,n,SendDtmf(${EXTEN})
  exten => _XXXX,n,Hangup()

  exten => a,1,Goto(ivr-bdt-daytime,s,1)

  exten => o,1,NoOp(Got here 'o')
  exten => o,n,PlayBack(hello-world) 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-13 18:59 alecdavis      Note Added: 0115175                          
======================================================================




More information about the asterisk-bugs mailing list