Are you using 1.0.x? DTMF Attended Transfer is not supported in 1.0.x.
Unless you have a brain dead phone, you should be able to use SIP
attended transfer in 1.0.x. (that would be the transfer key on the phone)
Andrew Nowrot wrote:> Hi,
>
> I try to set up attended transfer in my Asterisk Box . My
> features.conf look like this:
>
> [general]
> parkext => 100
> parkpos => 1-5
> context => parkedcalls
> parkingtime => 100
> transferdigittimeout => 3l
> courtesytone = beep
> xfersound = beep
> xferfailsound = invalid
> featuredigittimeout = 500
> ;adsipark = yes
> pickupexten = *8
> [featuremap]
> atxfer => *2
> blindxfer => #
> disconnect => *0
> automon => *1
>
> and when I press *2 console says something like this:
>
> Oct 17 15:52:23 DEBUG[20916]: rtp.c:190 send_dtmf: Sending dtmf: 42
> (*), at 10.2.20.65
> Oct 17 15:52:23 DEBUG[20916]: channel.c:2762 ast_channel_bridge: Got
> AST_BRIDGE_DTMF_CHANNEL_1 on c1 (SIP/rafal-89b1)
> Oct 17 15:52:23 DEBUG[20916]: channel.c:2798 ast_channel_bridge:
> Bridge stops bridging channels SIP/andrzej-0265 and SIP/rafal-89b1
> Oct 17 15:52:23 DEBUG[20916]: res_features.c:600 ast_bridge_call: Read
> from SIP/rafal-89b1 (1,42)
> -- Attempting native bridge of SIP/andrzej-0265 and SIP/rafal-89b1
> Oct 17 15:52:23 DEBUG[20916]: rtp.c:190 send_dtmf: Sending dtmf: 50
> (2), at 10.2.20.65
> Oct 17 15:52:23 DEBUG[20916]: channel.c:2762 ast_channel_bridge: Got
> AST_BRIDGE_DTMF_CHANNEL_1 on c1 (SIP/rafal-89b1)
> Oct 17 15:52:23 DEBUG[20916]: channel.c:2798 ast_channel_bridge:
> Bridge stops bridging channels SIP/andrzej-0265 and SIP/rafal-89b1
> Oct 17 15:52:23 DEBUG[20916]: res_features.c:600 ast_bridge_call: Read
> from SIP/rafal-89b1 (1,50)
> -- Attempting native bridge of SIP/andrzej-0265 and SIP/rafal-89b1
>
> Does anyone know what's going on? What should I do to make attended
> transfer works well?