[asterisk-bugs] [Asterisk 0015792]: Unable to carry over application map functions from 1.4.24 to 1.4.26

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Aug 28 12:02:23 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15792 
====================================================================== 
Reported By:                ronb
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15792
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-08-28 11:44 CDT
Last Modified:              2009-08-28 12:02 CDT
====================================================================== 
Summary:                    Unable to carry over application map functions from
1.4.24 to 1.4.26
Description: 
I am having a problem with applicationmaps/features in 1.4.26 that I wasn't
having in 1.4.24.1 Possibly something changed, or there is a configuration
problem but if that's the case, I haven't been able to see it. 

Below I will document the relevant parts of the dialplan, as well as log
output from the two versions of asterisk.  

What works in 1.4.24:
applicationmap function *75
automon (*8)
blindxfer (#)

What doesn't appear to work in 1.4.26:
all of the above. 

extensions.conf:
[macro-stdexten]
exten = s,1,Set(__DYNAMIC_FEATURES=apps#automon)
exten = s,2,Set(DYNAMIC_FEATURES=apps#automon)
exten = s,3,Set(_DYNAMIC_FEATURES=apps#automon)
exten = s,4,GotoIf($["${FOLLOWME_${ARG1}}" = "1"]?7:5)
exten = s,5,Dial(${ARG2},${RINGTIME},${DIALOPTIONS})
exten = s,6,Goto(s-${DIALSTATUS},1)
exten = s,7,Macro(stdexten-followme,${ARG1},${ARG2})
exten = s-NOANSWER,1,Voicemail(${ARG1},u)
exten = s-NOANSWER,2,Goto(default,s,1)
exten = s-BUSY,1,Voicemail(${ARG1},b)
exten = s-BUSY,2,Goto(default,s,1)
exten = _s-.,1,Goto(s-NOANSWER,1)
exten = a,1,VoicemailMain(${ARG1})


[macro-apprecord]
exten => s,1,GotoIf($["${XAD}" = "0" | "${XAD}" = ""]?startrec:stoprec)
exten => s,n(startrec),Set(XAD=1)
exten => s,n,Set(FILENAME=/tmp/MON-${CALLERID(number)})
exten => s,n,NoOp(Filename is ${FILENAME})
exten => s,n,Monitor(wav,${FILENAME},m)
exten => s,n,MacroExit
exten => s,n(stoprec),StopMonitor
exten => s,n,Set(XAD=0)
exten => s,n,MacroExit
========================================

features.conf:

featuredigittimeout = 2000      ; Max time (ms) between digits for

[featuremap]
automon => *78
blindxfer => #
atxfer => *2

[applicationmap]
apps = *75,caller,Macro,apprecord


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

---------------------------------------------------------------------- 
 (0109795) ronb (reporter) - 2009-08-28 12:02
 https://issues.asterisk.org/view.php?id=15792#c109795 
---------------------------------------------------------------------- 
The 2 debug output attachments show:
clean restart of asterisk, entry into CLI (show version number)
reload res_features.so (show app applicationmap getting registered)
call bridge, with DYNAMIC_FEATURES being set.
2 attempts to invoke *75 (1.4.24 case turns it on/off).
attempt to transfer call using single '#'

in the 1.4.26 case. I ran the sequence twice. The first case the DTMF
output complained mildly that the DTMF time was 60 ms, which was shorter
than the desired 80 ms. I ran it again with longer DTMF tones. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-28 12:02 ronb           Note Added: 0109795                          
======================================================================




More information about the asterisk-bugs mailing list