# File lib/callsign.rb, line 39
        def trusteename
                @callinfo.elements.each("callook/trustee") do |ele|
                        return ele.elements['name'].text
                end
        end