// check that the caller application doesn't get called on timeout but called on dialog terminated event when it is not implementing the new listener
public void testDialogTimeoutDialogDeletedNotImplementedSipListenerExt() {
try {
this.shootistProtocolObjs = new ProtocolObjects("shootist", "gov.nist", "udp", false,false);
shootistNotImplementingSipListenerExt = new ShootistNotImplementingSipListenerExt(shootistProtocolObjs);
SipProvider shootistProvider = shootistNotImplementingSipListenerExt.createSipProvider();
this.shootmeProtocolObjs = new ProtocolObjects("shootme", "gov.nist", "udp", false,false);
shootme = new Shootme(shootmeProtocolObjs);
SipProvider shootmeProvider = shootme.createSipProvider();
shootistNotImplementingSipListenerExt.init();
providerTable.put(shootistProvider, shootistNotImplementingSipListenerExt);