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