haStorePoolUpperSize, haStorePoolPollTime,
sipApplicationSessionStoreFactory);
mgr.setSipApplicationSessionStorePool(sipApplicationSessionStorePool);
// SipSession StorePool
StoreFactory sipSessionStoreFactory = new SipSessionStoreFactory();
StorePool sipSessionStorePool = new StorePool(haStorePoolSize,
haStorePoolUpperSize, haStorePoolPollTime,
sipSessionStoreFactory);
mgr.setSipSessionStorePool(sipSessionStorePool);