/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.mobicents.media.server.testsuite.general.ann; /** * * @author baranowb */ public enum AnnCallState { INITIAL, SENT_CRCX, SENT_ANN,SENT_DLCX,TERMINATED; }