> On Mon, Sep 13, 2010 at 8:00 PM, Tony Graziano
>> <[email protected]> wrote:
>> > Well, that file would have produced the
>> > sipxconfig.properties file in /etc/sipxpbx
>> > and the parameter you are seeking (which may have changed with post 4.0
>> > builds was...
>> > tapestry.adminSessionTimeout=60
>> > tapestry.userSessionTimeout=30
>>
>> these should still work, i briefly checked code.  They may not exist
>> in the settings file but if you add them and restart configuration
>> server, they should work.
>>
>>
Okay, making some headway here. You should be able to change session timers
in two ways:

Option 1 - sipxconfig.properties

Add the following lines to the properties file and restart the sipecs
server:

tapestry.adminSessionTimeout=-1
tapestry.userSessionTimeout=-1

Option 2 - make a direct edit to the web.xml file:

The web.xml is part of the /usr/share/java/sipXecs/sipXconfig/sipxconfig.war
file

The edit path is sipxconfig/WEB-INF/web.xml  and you will have to edit the
system timer here:

  <!-- Explicitly set session timeout to 15 minutes -->
  <!-- This value gets adjusted in LoginPage when user/admin logs in -->
  <session-config>
    <session-timeout>-1</session-timeout>
  </session-config>

Option 1 does NOT appear to work, so my suspicion is that the tapestry
settings are no longer being loaded properly.  I could be missing something.
I'll create a jira request for this to be configurable via the UI once I
figure out how to do this manually.
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to