Hi,<br><br>running asterisk 1.2.9 with freepbx 2.1.1, I have a strange problem:<br>sometimes, call transfer works as expectet, and sometimes not. So far, I couldn't figure out any pattern in this behaviour,<br><br>features.conf
:<br>featuredigittimeout =&gt; 1500<br>atxfer =&gt; *3<br>-----------------------------<br>works:<br># user enters *<br>Sep 29 14:52:14 DEBUG[21578] channel.c: Got DTMF on channel (SIP/230-a983)<br>Sep 29 14:52:14 DEBUG[21578] 
channel.c: Bridge stops bridging channels SIP/210-859a and SIP/230-a983<br>Sep 29 14:52:14 DEBUG[21578] res_features.c: Feature interpret: chan=SIP/210-859a, peer=SIP/230-a983, sense=2, features=18<br>Sep 29 14:52:14 DEBUG[21578] res_features.c: Set time limit to 1500
<br>Sep 29 14:52:14 VERBOSE[21578] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Attempting native bridge of SIP/210-859a and SIP/230-a983<br># user enters 3<br>Sep 29 14:52:15 DEBUG[21578] channel.c: Got DTMF on channel (SIP/230-a983)<br>Sep 29 14:52:15 DEBUG[21578] 
channel.c: Bridge stops bridging channels SIP/210-859a and SIP/230-a983<br>Sep 29 14:52:15 DEBUG[21578] res_features.c: Feature interpret: chan=SIP/210-859a, peer=SIP/230-a983, sense=2, features=18<br># here is the transfer:
<br>Sep 29 14:52:15 DEBUG[21578] res_features.c: Executing Attended Transfer SIP/210-859a, SIP/230-a983 (sense=2) XXX<br>Sep 29 14:52:15 VERBOSE[21578] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Started music on hold, class 'default', on SIP/210-859a
<br>-----------------------------<br>doesn't work:<br># user enters *<br>Sep 29 09:17:54 DEBUG[20534] channel.c: Got DTMF on channel (SIP/230-9e2a)<br>Sep 29 09:17:54 DEBUG[20534] channel.c: Bridge stops bridging channels SIP/210-c701 and SIP/230-9e2a
<br>Sep 29 09:17:54 DEBUG[20534] res_features.c: Feature interpret: chan=SIP/210-c701, peer=SIP/230-9e2a, sense=2, features=18<br>Sep 29 09:17:54 DEBUG[20534] res_features.c: Set time limit to 1500<br>Sep 29 09:17:54 VERBOSE[20534] 
logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Attempting native bridge of SIP/210-c701 and SIP/230-9e2a<br>#user enters 3<br>Sep 29 09:17:55 DEBUG[20534] channel.c: Got DTMF on channel (SIP/230-9e2a)<br>Sep 29 09:17:55 DEBUG[20534] channel.c: Bridge stops bridging channels SIP/210-c701 and SIP/230-9e2a
<br>Sep 29 09:17:55 DEBUG[20534] res_features.c: Feature interpret: chan=SIP/210-c701, peer=SIP/230-9e2a, sense=2, features=18<br># no transfer<br>Sep 29 09:17:55 DEBUG[17507] chan_sip.c: Stopping retransmission on '<a href="mailto:b3RAnUNZRdrkYNrR@192.168.11.161">
b3RAnUNZRdrkYNrR@192.168.11.161</a>' of Request 102: Match Found<br>Sep 29 09:17:55 DEBUG[17507] chan_sip.c: Stopping retransmission on '<a href="mailto:b3RAnUNZRdrkYNrR@192.168.11.161">b3RAnUNZRdrkYNrR@192.168.11.161</a>
' of Request 103: Match Found<br>Sep 29 09:17:55 VERBOSE[20534] logger.c:&nbsp;&nbsp;&nbsp;&nbsp; -- Attempting native bridge of SIP/210-c701 and SIP/230-9e2a<br>----------------------------------<br>when we have a timeout, it looks different:
<br>Sep 29 12:00:34 DEBUG[21122] channel.c: Got DTMF on channel (SIP/240-6746)<br>Sep 29 12:00:34 DEBUG[21122] channel.c: Bridge stops bridging channels Zap/2-1 and SIP/240-6746<br>Sep 29 12:00:34 DEBUG[21122] res_features.c: Feature interpret: chan=Zap/2-1, peer=SIP/240-6746, sense=2, features=18
<br>Sep 29 12:00:34 DEBUG[21122] res_features.c: Set time limit to 1500<br>Sep 29 12:00:36 DEBUG[21122] channel.c: Got DTMF on channel (SIP/240-6746)<br>Sep 29 12:00:36 DEBUG[21122] channel.c: Bridge stops bridging channels Zap/2-1 and SIP/240-6746
<br>Sep 29 12:00:36 DEBUG[21122] res_features.c: Timed out for feature!<br><br>hope your can help me<br><br>Stefan<br>