Hi Brian West* *, Thanks for your kind reply.
But i could not able to get the uuid of the bridged call i am using the below code but Other-Leg-Unique-ID returns empty. @con.execute("uuid_dump", "#...@uuid}") #Where @uuid is the uuid of the inbound call transfer_info = @con.getInfo(); transfer_uuid = transfer_info.getHeader("unique-id") other_leg_uuid = transfer_info.getHeader("Other-Leg-Unique-ID") @logger.debug "The transfer uuid is #{transfer_uuid} and other leg uuid is #{other_leg_uuid}" while executing the above code other_leg_uuid is empty. Please help me to solve this issue. Thanks and Regards, Sathishbabu
_______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org