[Home]

Summary:ASTERISK-10049: Transfer and One-Touch Recording not working
Reporter:cyllene (cyllene)Labels:
Date Opened:2007-08-08 19:04:37Date Closed:2011-06-07 14:03:26
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dtmf
Description:I am able to establish a call, but issuing the "*1" and "*2" commands do nothing. There is no output in the console with very high verbosity.

extensions.conf:
exten => 82,1,Set(DYNAMIC_FEATURES=automon)
exten => 82,n,Dial(IAX2/tom,30,HWT)

As you can see, I have W and T enabled. I am trying *1 and *2 from the calling party (not callee).

features.conf:
[featuremap]
automon => *1
atxfer => *2

The res_features.so module is indeed loaded. Asterisk version is 1.4.10 (not 1.4.9. There is no 1.4.10 in the list)
Comments:By: Russell Bryant (russell) 2007-08-09 01:10:55

What kind of phone are you using to call this extension?  If it is SIP, what dtmf mode are you using?

Also, enable "dtmf" logging in /etc/asterisk/logger.conf for the console.  That will let you get some debug output from the Asterisk core as it handles DTMF.

By: cyllene (cyllene) 2007-08-09 08:37:09

Both phones are IAX2 and both phones are DIAX softphones. Attached is the dtmf log.

By: Jason Parker (jparker) 2007-08-22 14:10:16

Are you perhaps just not dialing the digits fast enough?  The default timeout is 500ms.

You might want to try setting the featuredigittimeout option

By: Joshua C. Colp (jcolp) 2007-09-04 08:37:11

I am confident that that is the issue after testing it myself and confirming it works (if you press them fast enough). Feel free to reopen if I'm incorrect.