[Home]

Summary:ASTERISK-07432: Goto fails in applicationmap (res_features)
Reporter:philipp2 (philipp2)Labels:
Date Opened:2006-07-31 16:17:45Date Closed:2011-06-07 14:07:49
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Enter this in section applicationmap of res_features

 eval => *61,caller,Goto,default|600|1

and then test it out. The CLI will display

  --  Feature Found: eval exten: eval
  -- Goto (voice-quality,s,1)

however nothing happens, no jump is performed. I also tried to put use Macro instead of Goto into applicationmap and then do the Goto from within the Macro, but same effect. Currently the only way to dive into extensions.conf is to Dial a local channel in applicationmap.

****** ADDITIONAL INFORMATION ******

Tested on 1.2.9.1 (bristuffed) and 1.2.10 (plain)
Comments:By: philipp2 (philipp2) 2006-07-31 16:25:55

See also next bug 7630 (duplicate assignments in applicationmap)

And of course the CLI output above should say:

  -- Feature Found: eval exten: eval
  -- Goto (default,600,1)

By: Russell Bryant (russell) 2006-08-05 01:43:26

I know it may not be clear from the available documentation on the applicationmap, but there is just no way this would ever be considered in the realm of something we would expect to work correctly.  I know it's really a fault of ours for not making it clear, though.  I'm honestly surprised you didn't experience some kind of weird problem dialing a Local channel.  Anyway, we'll work on clearing up the docs ...