--- On Fri, 3/19/10, Beeton, Carolyn (Carolyn) <[email protected]> wrote: > >OK, it's driving me nuts now. What can I change to make the sipXconfig >>automatic timeout longer? Or disable it altogether? You have to change the session-timeout in sipXconfig/web/context/WEB-INF/web.xml. Right now is set on on 15 minutes <session-config> <session-timeout>15</session-timeout> </session-config>
make it -1 so the session will never expire You can do this also within sipxconfig.properties.in by setting (minutes) tapestry.adminSessionTimeout=60 tapestry.userSessionTimeout=30 http://track.sipfoundry.org/browse/XX-5250 was also supposed to expose the setting in admin portal George _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
