Class SipperUtil::CompactConverter
In: sipper/util/compact_converter.rb
Parent: Object

Methods

Constants

COMP_TO_EXPANDED = { "a" => "accept_contact", "u" => "allow_events", "i" => "call_id", "m" => "contact", "e" => "content_encoding", "l" => "content_length", "c" => "content_type", "o" => "event", "f" => "from", "y" => "identity", "n" => "identity_info", "r" => "refer_to", "b" => "referred_by", "j" => "reject_contact", "d" => "request_disposition", "x" => "session_expires", "s" => "subject", "k" => "supported", "t" => "to", "v" => "via"   Ref : www.iana.org/assignments/sip-parameters
EXPANDED_TO_COMP = COMP_TO_EXPANDED.invert

Public Class methods

[Validate]