Thanks for the GREAT tip.  Changing to a single feature digit of * for blindxfer worked which led me to changing featuredigittimeout = 2000.  Now I can do blindxfer w/ ##.  Why I didn&#39;t try changing featuredigittimeout long ago is beyond me!  *blush* Thanks again.<br>
<br>One thing that still doesn&#39;t work tho is applicationmap.  <br><br>I have this in features.conf:<br><br>[applicationmap]<br>testfeature1 =&gt; #9,caller,Playback,tt-monkeys<br>testfeature2 =&gt; #8,callee,Playback,tt-monkeys<br>
<br>and this in the context where the dial takes place:<br><br>include =&gt; featuremap<br>include =&gt; applicationmap<br><br>Any ideas? I&#39;d love to hear tt-monkeys from either side of the call!  In the end tho, I&#39;m trying to provide alternate method for hanging up since I don&#39;t want to base it on adding the h option to the Dial command.  As you know that would hangup on a single *, which is not so good when calling an IVR.<br>
<br>Cheers!<br>H<br><br><div class="gmail_quote">On Fri, Jan 22, 2010 at 7:02 AM, Karsten Wemheuer <span dir="ltr">&lt;<a href="mailto:kwem@gmx.de">kwem@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Am Donnerstag, den 21.01.2010, 21:08 -0500 schrieb hugolivude:<br>
<div><div></div><div class="h5">&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m having trouble getting feature codes to work in Asterisk 1.4.21.2.<br>
&gt; Features.conf contians this:<br>
&gt;<br>
&gt; blindxfer=##<br>
&gt; atxfer=*2<br>
&gt; automon=*1<br>
&gt; disconnect=**<br>
&gt;<br>
&gt; I&#39;m really most interested in getting disconnect to work so that I<br>
&gt; hear &quot;Goodbye&quot; when I press ** during a call connected this way in my<br>
&gt; dial plan:<br>
&gt;<br>
&gt; exten =&gt; 1,n,Dial(SIP/14168724765@6135551212-sw1|120|gtT)<br>
&gt; exten =&gt; 1,n,Playback(vm-goodbye)<br>
&gt;<br>
&gt; The call works fine and the CLI tells me that ** is an active feature:<br>
&gt;<br>
&gt; Builtin Feature           Default Current<br>
&gt; ---------------           ------- -------<br>
&gt; Pickup                    *8      *8<br>
&gt; Blind Transfer            #       ##<br>
&gt; Attended Transfer                 *2<br>
&gt; One Touch Monitor                 *1<br>
&gt; Disconnect Call           *       **<br>
&gt; Park Call<br>
&gt;<br>
&gt; When I press ** during a call though, nothing appears in the CLI<br>
&gt; (verbosity = 4).   I do it very quickly so I don&#39;t believe timeout is<br>
&gt; an issue.<br>
<br>
</div></div>As DTMF recognition is not the problem (as You told in the other post),<br>
You can check two other things:<br>
1) Exclude the timing issue: Are the other 2-character feature codes<br>
working? What about testing with a 1-character code setting or with a<br>
featuretimeout in the conf-file (I believe the default is very short)<br>
2) If this is a sip-to-sip call, check if asterisk stays in the audio<br>
path (you can check it with a network sniffer like tcpdump or<br>
wireshark).<br>
<br>
HTH, have a nice weekend,<br>
<font color="#888888"><br>
Karsten<br>
<br>
<br>
</font></blockquote></div><br>