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