[asterisk-users] Detect DTMF tone during call?

2011-02-26 Thread Dan Saul
Hi, I am attempting to create a intercom buzzer system using asterisk as a back end. Most is figured out except the actual action of buzzing the door. I need to detect whether a DTMF key was pressed by the the called party (the resident). Is this possible to do using just a dialplan? I can't see

Re: [asterisk-users] Detect DTMF tone during call?

2011-02-26 Thread Roger Burton West
On Sat, Feb 26, 2011 at 03:08:02AM -0600, Dan Saul wrote: I am attempting to create a intercom buzzer system using asterisk as a back end. Most is figured out except the actual action of buzzing the door. I need to detect whether a DTMF key was pressed by the the called party (the resident). Is

Re: [asterisk-users] Detect DTMF tone during call?

2011-02-26 Thread Dan Saul
That works perfectly! Just for anyone else who stumbles upon this the exact things I did were: features.conf testfeature = *,peer,System,/bin/touch /tmp/buzzthemin extension.ael Set(__DYNAMIC_FEATURES=testfeature); Thanks again! On Sat, Feb 26, 2011 at 3:54 AM, Roger Burton West