Class SIP::StrayMessageHandler
In: sipper/stray_message_manager.rb
Parent: Object

Methods

handle   inherited  

Constants

SMH_DROP = 8000
SMH_HANDLED = 8001
SMH_RETRY = 8002
SMH_TREAT_INITIAL = 8003

Attributes

stray_message_handler  [RW] 

Public Class methods

Filter on anonymous Module because if the stray handler is defined inline then we load the string twice, once in an anonymous module and once in top level object. We do not want to register the stray handler twice.

Public Instance methods

default handler

[Validate]