Module IctMap
In: sipper/transaction/Ict_sm.rb

Constants

Initial = IctMap_Initial::new('IctMap.Initial', 0).freeze
Calling = IctMap_Calling::new('IctMap.Calling', 1).freeze
Proceeding = IctMap_Proceeding::new('IctMap.Proceeding', 2).freeze
Completed = IctMap_Completed::new('IctMap.Completed', 3).freeze
Terminated = IctMap_Terminated::new('IctMap.Terminated', 4).freeze
Default = IctMap_Default::new('IctMap.Default', -1).freeze

[Validate]