Dialer listen Hold music when he use Attended Transfer!

Hi,
I am trying to learn Attended Transfer.
I have 3 extension 6001,6002,6003.
When 6001 got call from 6002. After accepting it, 6001 decide to use Attended transfer to 6003.
So he dial *26003, then call connect to 6003. Now 6002 & 6003 can talk each other.
But 6001 who initiate attended transfer got music in call.
When 6003 disconnect call then again 6001 resume on call & can hear 6001’s words.

Is this happening is right or I do some thing mistake so I got this results.
For ref following dialplan & features I used.
In features.conf
parkext => 700
parkpos => 701-750
context => parkedcalls

blindxfer => #1
atxfer => *2
parkcall => #72

In extensions.conf

exten => _6XXX,1,Answer()
exten => _6XXX,n,Dial(SIP/${EXTEN},,Tt)
exten => _6XXX,n,Hangup()

Need help.
Thanks.

What version of Asterisk are you using and what is the console output?

Hi,
Thanks Jcolp for looking in to the issue which I am facing.
I am using Astyerisk verison 13.11.0.

Thanks,

Mandar P. Khire
+919769419340

The console output would also be needed like I mentioned.

Hi,
Sorry for delayed reply.
I put verbose, debug on 99, active almost all debug & then collect the log.

  1. 6001 to 6003 call
  2. Then 6001 attended Transfer to 6002
  3. So 6001 listen music.
    I found as below:-
    Debug log:-
    DEBUG[17056][C-00000000] bridge_basic.c: Attended transfer to '6002@spy’
    DEBUG[17056][C-00000000] channel_internal_api.c: Channel Call ID changing from [C-00000000] to [C-00000000]
    DEBUG[17056][C-00000000] dahdi/bridge_native_dahdi.c: Bridge b07993e2-437e-4697-a6cd-3f3fe9d347b8:
    Cannot use native DAHDI. Must have two channels.
    DEBUG[17056][C-00000000] bridge.c: Bridge technology native_dahdi is not compatible with properties of
    existing bridge.
    DEBUG[17056][C-00000000] bridge.c: Bridge technology holding_bridge does not have any capabilities we want.
    DEBUG[17056][C-00000000] bridge_native_rtp.c: Bridge ‘b07993e2-437e-4697-a6cd-3f3fe9d347b8’ can not
    use native RTP bridge as two channels are required
    DEBUG[17056][C-00000000] bridge.c: Bridge technology native_rtp is not compatible with properties
    of existing bridge.
    DEBUG[17056][C-00000000] bridge.c: Bridge technology softmix has less preference than simple_bridge
    (10 <= 50). Skipping.
    DEBUG[17056][C-00000000] bridge.c: Chose bridge technology simple_bridge
    DEBUG[17056][C-00000000] bridge.c: Bridge b07993e2-437e-4697-a6cd-3f3fe9d347b8: calling
    simple_bridge technology constructor
    DEBUG[17056][C-00000000] bridge.c: Bridge b07993e2-437e-4697-a6cd-3f3fe9d347b8: calling
    simple_bridge technology start

Hope this log explain whether I am doing anything wrong or not at time of attended transfer.
Thanks,