Hi,

running asterisk 1.2.9 with freepbx 2.1.1, I have a strange problem:
sometimes, call transfer works as expectet, and sometimes not. So far, I couldn't figure out any pattern in this behaviour,

features.conf :
featuredigittimeout => 1500
atxfer => *3
-----------------------------
works:
# user enters *
Sep 29 14:52:14 DEBUG[21578] channel.c: Got DTMF on channel (SIP/230-a983)
Sep 29 14:52:14 DEBUG[21578] channel.c: Bridge stops bridging channels SIP/210-859a and SIP/230-a983
Sep 29 14:52:14 DEBUG[21578] res_features.c: Feature interpret: chan=SIP/210-859a, peer=SIP/230-a983, sense=2, features=18
Sep 29 14:52:14 DEBUG[21578] res_features.c: Set time limit to 1500
Sep 29 14:52:14 VERBOSE[21578] logger.c:     -- Attempting native bridge of SIP/210-859a and SIP/230-a983
# user enters 3
Sep 29 14:52:15 DEBUG[21578] channel.c: Got DTMF on channel (SIP/230-a983)
Sep 29 14:52:15 DEBUG[21578] channel.c: Bridge stops bridging channels SIP/210-859a and SIP/230-a983
Sep 29 14:52:15 DEBUG[21578] res_features.c: Feature interpret: chan=SIP/210-859a, peer=SIP/230-a983, sense=2, features=18
# here is the transfer:
Sep 29 14:52:15 DEBUG[21578] res_features.c: Executing Attended Transfer SIP/210-859a, SIP/230-a983 (sense=2) XXX
Sep 29 14:52:15 VERBOSE[21578] logger.c:     -- Started music on hold, class 'default', on SIP/210-859a
-----------------------------
doesn't work:
# user enters *
Sep 29 09:17:54 DEBUG[20534] channel.c: Got DTMF on channel (SIP/230-9e2a)
Sep 29 09:17:54 DEBUG[20534] channel.c: Bridge stops bridging channels SIP/210-c701 and SIP/230-9e2a
Sep 29 09:17:54 DEBUG[20534] res_features.c: Feature interpret: chan=SIP/210-c701, peer=SIP/230-9e2a, sense=2, features=18
Sep 29 09:17:54 DEBUG[20534] res_features.c: Set time limit to 1500
Sep 29 09:17:54 VERBOSE[20534] logger.c:     -- Attempting native bridge of SIP/210-c701 and SIP/230-9e2a
#user enters 3
Sep 29 09:17:55 DEBUG[20534] channel.c: Got DTMF on channel (SIP/230-9e2a)
Sep 29 09:17:55 DEBUG[20534] channel.c: Bridge stops bridging channels SIP/210-c701 and SIP/230-9e2a
Sep 29 09:17:55 DEBUG[20534] res_features.c: Feature interpret: chan=SIP/210-c701, peer=SIP/230-9e2a, sense=2, features=18
# no transfer
Sep 29 09:17:55 DEBUG[17507] chan_sip.c: Stopping retransmission on ' [EMAIL PROTECTED]' of Request 102: Match Found
Sep 29 09:17:55 DEBUG[17507] chan_sip.c: Stopping retransmission on '[EMAIL PROTECTED] ' of Request 103: Match Found
Sep 29 09:17:55 VERBOSE[20534] logger.c:     -- Attempting native bridge of SIP/210-c701 and SIP/230-9e2a
----------------------------------
when we have a timeout, it looks different:
Sep 29 12:00:34 DEBUG[21122] channel.c: Got DTMF on channel (SIP/240-6746)
Sep 29 12:00:34 DEBUG[21122] channel.c: Bridge stops bridging channels Zap/2-1 and SIP/240-6746
Sep 29 12:00:34 DEBUG[21122] res_features.c: Feature interpret: chan=Zap/2-1, peer=SIP/240-6746, sense=2, features=18
Sep 29 12:00:34 DEBUG[21122] res_features.c: Set time limit to 1500
Sep 29 12:00:36 DEBUG[21122] channel.c: Got DTMF on channel (SIP/240-6746)
Sep 29 12:00:36 DEBUG[21122] channel.c: Bridge stops bridging channels Zap/2-1 and SIP/240-6746
Sep 29 12:00:36 DEBUG[21122] res_features.c: Timed out for feature!

hope your can help me

Stefan
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to