Hi, I tested it, it's working fine, but I experienced that !switch_channel_ready(channel) at mod_dptools.c line 1415 is always true. So if A call B then B start att_xfer with C and C hangup(thus indicating he/she doesnt want the transfer) it still try to bridge C and A. I think this is beause switch_ivr_multi_threaded_bridge() hang up B channel too so switch_channel_ready return with false. I would try to come out with a patch but I have no idea how to signal switch_ivr_multi_threaded_bridge in a proper way that it isnt need to hang up the other channel
Anthony Minessale wrote: > try latest trunk i think i made what you want work too. > _______________________________________________ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org