<div>Hi all,</div>
<div>I need to achieve the following function:</div>
<div>user 1 call to user 2, In the process they calling, if user 2 press *3 keys, then the call hangup and playback voice file.</div>
<div> </div>
<div>My setting as following:</div>
<div> </div>
<div>************************* features.conf******************************</div>
<div>[featuremap]</div>
<div>textkey1 =&gt; *3<br></div>
<div>[applicationmap]</div>
<div>testkey1 =&gt; *3,callee,Playback,demo-instruct</div>
<div><br>featuredigittimeout = 20000     </div>
<div>atxfernoanswertimeout = 15 </div>
<div> </div>
<div>*************************sip.conf************************************</div>
<div>[1]<br>type=friend<br>username=1<br>secret=1<br>host=dynamic<br>context=from-sip</div>
<div>[2]<br>type=friend<br>username=2<br>secret=2<br>host=dynamic<br>context=from-sip<br>****************************extensions.conf**************************</div>
<div>[from-sip]<br>include =&gt; testkey1<br>include =&gt; keycommand<br></div>
<div>exten =&gt; 1,1,Dial(sip/1)<br>exten =&gt; 1,2,Hangup()</div>
<div> </div>
<div>exten =&gt; 2,1,Dial(sip/2)<br>exten =&gt; 2,2,Hangup()</div>
<div> </div>
<div>[keycommand]</div>
<div>exten =&gt; s,1,SoftHangup(${BRIDGEPEER})</div>
<div>***********************************************************************</div>
<div>when I use  sip extensions 1 call to sip extensions 2, In the process they calling, i press *3 keys. But there is nothing happened, the call still through, and the system does not play the voice file.</div>
<div> </div>
<div>I don&#39;t know where is the problem lies in. Can anybody help me ?</div>
<div>Thank you!</div>
<div>          Louis.<br></div>