Grandstream add session timer variable

This commit is contained in:
agree 2021-01-19 15:18:03 -05:00 committed by GitHub
parent f1f3fc4a46
commit 546ecc79f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1052,7 +1052,11 @@
<!-- # Enable Session Timer. 0 - No, 1 - Yes. -->
<!-- # Number: 0, 1 -->
<!-- # Mandatory -->
<P2395>1</P2395>
{if isset($grandstream_session_timer)}
<P2395>{$grandstream_session_timer}</P2395>
{else}
<P2395>1</P2395>
{/if}
<!-- # Session Expiration (in seconds. default 180 seconds. Allowed value: 90-64800) -->
<!-- # Number: 90-64800 -->