// check that the apps gets called for timeout event when no ack is received nor sent
// and for terminated event after the BYE is sent
public void testDialogTimeoutAndTerminatedSipListenerExt() {
try {
this.shootistProtocolObjs = new ProtocolObjects("shootist", "gov.nist", "udp", false,false);
shootist = new Shootist(shootistProtocolObjs);
shootist.setSendByeOnDialogTimeout(true);
SipProvider shootistProvider = shootist.createSipProvider();
this.shootmeProtocolObjs = new ProtocolObjects("shootme", "gov.nist", "udp", false,false);
shootme = new Shootme(shootmeProtocolObjs);
shootme.setReceiveBye(true);
SipProvider shootmeProvider = shootme.createSipProvider();
shootist.init();