search for: session_inact

Displaying 8 results from an estimated 8 matches for "session_inact".

2020 Jul 01
3
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
...to log in and then http://127.0.0.1/mxml?ActionID=123&Action=BlindTransfer&Channel=Channel&Context=local&Exten=123&Priority=1 etc. to control transfers, for example. ARI is not being used. WebRTC is not being used. I have in the meantime modified httpd.conf and halved the session_inactivity from 30 000 to 20 000 and session_keep_alive from 15 000 to 10 000, and increased the sessionlimit to 1000 (instead of 100) to see if shorter sessions expiring more frequently and just plain more available slots for sessions will help? So far so good, done about 55 000 new calls that way the...
2020 Jul 01
0
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
...ml?ActionID=123&Action=BlindTransfer&Channel=Channel&Context=local&Exten=123&Priority=1 > > etc. to control transfers, for example. > > ARI is not being used. > > WebRTC is not being used. > > I have in the meantime modified httpd.conf and halved the > session_inactivity from 30 000 to 20 000 and session_keep_alive from 15 000 > to 10 000, and increased the sessionlimit to 1000 (instead of 100) to see > if shorter sessions expiring more frequently and just plain more available > slots for sessions will help? > > So far so good, done about 55 000...
2014 Jun 12
0
AST-2014-007: Exhaustion of Allowed Concurrent HTTP Connections
...a HTTP session. By doing this repeatedly until the maximum number of open HTTP sessions is reached, legitimate requests are blocked. Resolution The patched versions now have a session_inactivity timeout option in http.conf that defaults to 30000 ms. Users should upgrade to a corrected version, apply the released patches, or disable HTTP support. Affected Vers...
2014 Jun 12
0
AST-2014-007: Exhaustion of Allowed Concurrent HTTP Connections
...a HTTP session. By doing this repeatedly until the maximum number of open HTTP sessions is reached, legitimate requests are blocked. Resolution The patched versions now have a session_inactivity timeout option in http.conf that defaults to 30000 ms. Users should upgrade to a corrected version, apply the released patches, or disable HTTP support. Affected Vers...
2020 Jan 08
2
TLS/SSL error loading cert file. </etc/asterisk/keys/asterisk.pem> [Almost SOLVED]
...-- 1 asterisk asterisk 1712 janv. 8 09:31 webserver.crt -rw------- 1 asterisk asterisk 3247 janv. 8 09:31 webserver.key Asterisk is running as asterisk:asterisk. /etc/asterisk/http.conf is: # cat http.conf [general] enabled=yes enablestatic=no bindaddr=:: bindport=8088 prefix= sessionlimit=100 session_inactivity=30000 session_keep_alive=15000 tlsenable=yes tlsbindaddr=[::]:8089 tlscertfile=/etc/asterisk/keys/integration/certificate.pem tlsprivatekey=/etc/asterisk/keys/integration/webserver.key # cat /etc/asterisk/keys/ca.cfg [req] distinguished_name = req_distinguished_name prompt = no default_md = s...
2020 Jul 01
2
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi all I'm running an Asterisk 13.22.0 instance on Centos 7 - I7-8700 12 core HT with 16GB of RAM. The server maintains a total active call count of approx 285 calls with 440 channels at any one time. The totals never go below 200 calls concurrently active. For the kernel, top reports load levels at around 5.0 to 6.0 constantly. I'm having issues where at random intervals, the CLI is
2020 Apr 17
0
[SOLVED]Re: TLS/SSL error loading cert file. </etc/asterisk/keys/asterisk.pem> [Almost SOLVED]
...1 asterisk asterisk 3247 janv. 8 09:31 webserver.key > > Asterisk is running as asterisk:asterisk. > > /etc/asterisk/http.conf is: > # cat http.conf > > [general] > enabled=yes > enablestatic=no > bindaddr=:: > bindport=8088 > prefix= > sessionlimit=100 > session_inactivity=30000 > session_keep_alive=15000 > tlsenable=yes > tlsbindaddr=[::]:8089 > tlscertfile=/etc/asterisk/keys/integration/certificate.pem > tlsprivatekey=/etc/asterisk/keys/integration/webserver.key > > # cat /etc/asterisk/keys/ca.cfg > [req] > distinguished_name = req_d...
2020 Jan 06
4
TLS/SSL error loading cert file. </etc/asterisk/keys/asterisk.pem>
Hello, On a newly re-installed Asterisk 16.7.0 on Debian Buster, I can't find a way to enable HTTPS. Asterisk is running as asterisk:asterisk: asterisk 11097 0.3 6.7 741352 67984 ? Ssl 17:53 0:06 /usr/sbin/asterisk -g -f -p -U asterisk # cat /etc/asterisk/http.conf [general] servername=Asterisk enabled=yes bindaddr=0.0.0.0 bindport=8088 tlsenable=yes tlsbindaddr=0.0.0.0:8089