Displaying 20 results from an estimated 1100 matches similar to: "13.22.0 - HTTP session count exceeded 100 sessions - instance unusable"
2020 Jul 01
3
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi Joshua
HTTP is used on in our setup on
127.0.0.1/mxml?<command>
to send commands to the server, such as
http://127.0.0.1/mxml?action=login&username=myuser&secret=thesecret
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
2020 Jul 01
0
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
On Wed, Jul 1, 2020 at 9:49 AM Stefan Viljoen <viljoens at verishare.co.za>
wrote:
> 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.
>
2020 Jul 01
0
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
On Wed, Jul 1, 2020 at 10:32 AM Stefan Viljoen <viljoens at verishare.co.za>
wrote:
> Hi Joshua
>
> HTTP is used on in our setup on
>
> 127.0.0.1/mxml?<command>
>
> to send commands to the server, such as
>
> http://127.0.0.1/mxml?action=login&username=myuser&secret=thesecret
>
> to log in and then
>
>
>
2020 Jul 01
1
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi Joshua
No back-off, but I am caching the last 5000 results and and first hitting the cache to see if a recent command already provided the information I'm seeking for a particular request.
I'll see if I can do some simulation and see if I'm effectively DDOSing the local HTTP interface.
I'll have to see if I maybe have a resource leak in my code that makes the HTTP request,
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o
2007 Jun 23
4
Zaptel Compilation
Hi List;
I am facing a problem relaed to menuselect when I am
trying to compile zaptel -1.4.2.1, the error as
following:
[root at localhost zaptel-1.4.2.1]# make linux26
make[1]: Entering directory
`/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect'
make[2]: Entering directory
`/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect'
make[3]: Entering directory
2009 Oct 21
1
error - sources for the 2.6.18-92.1.22.el5xen kernel
while compiling zaptel drivers for my yeaster TDM800 hardware, I get this error;
make[3]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a mxml/libmxml.a -lncurses
make[2]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect'
make[1]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect'
make[1]:
2007 Feb 27
2
AJAM..is a BUG?
hi guys
i have created a plugin for jquery for asterisk ajax interfacement. the
interfacement work with ajam and on firefox work very well, the problem
is with IE :-(
an example:
the url is: asterisk/mxml
i want login on manager system and the string command is:
action=login&username=myusername&secret=mysecret
I have tested with firefoz and i receive the correct XML response, the
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi,
I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn):
...
make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml'
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
menuselect.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
distcc[19221] ERROR: compile (null) on
2016 Jun 30
2
problem with DTMF detection on calls created with Originate AMI command
Dear all
i'm creating an outgoing call to number xxx with this command:
http://host:port/mxml?action=Originate&Channel=Local/xxx at to-external
&Exten=testDTMF&Context=cRETEUNICA&Priority=1
wich points correctly to this portion of dialplan:
[cRETEUNICA]
exten => testDTMF,1,Answer
exten => testDTMF,n,Read(digito,,1)
exten => testDTMF,n,SayDigits(${digito})
The
2008 Feb 27
2
problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"
I''m trying to install weborb in my applications but it is not working
as you can see:
C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8
089/svn/weborb --force to reinstall
+ ./README
+ ./Rakefile
+ ./init.rb
+ ./install.rb
+ ./lib/AC_OETags.js
+ ./lib/InfoService.rb
+ ./lib/data-management-config.xml
+ ./lib/example.html
+ ./lib/example.mxml
+
2009 Jan 15
1
problem with PlayDTMF: no error but no tone
Hi to all
i'm using PlayDTMF with AJAM, after the authentication, i make a
request like this:
host:8088/asterisk/mxml?action=PlayDTMF&Channel=SIP/200-sdadsadkioah&Digit=1
the result is:
<ajax-response>
<response type='object' id='unknown'><generic response='Success'
message='DTMF successfully queued' /></response>
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi,
I need help with modifying cdr_addon_mysql.c I want to have more
fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c
and replace userfield with ex team (sed -e 's/userfield/team/g' ). When
I try to recomplie
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
2020 Apr 21
3
Asterisk 13.22.0 under very high load conditions - freezes in H exten and blocks new calls
Hi all
I'm running an Asterisk on an Intel XEON E5-2660 virtual with Centos 7 -
32GB RAM.
When I approach about 320 channels, I -sometimes- get thousands of these
messages suddenly streamed in the CLI / Asterisk log:
WARNING[60753][C-00022cb9] channel.c: Exceptionally long voice queue length
queuing to Local/xxxxxxxxxx at local-0002dbea;2
WARNING[71993][C-00022dcc] channel.c: Exceptionally
2008 Nov 28
7
Examples of advanced data visualization
Dear R-help,
I am looking for ideas and presentations of new and advanced data visualization
methods. As an example of what I am searching for, the 'Many Eyes' pages at
http://manyeyes.alphaworks.ibm.com/manyeyes/
may provide a good paradigm. I would be interested even if it will not be easy
to implement such examples in R, e.g. because of the interactive nature of these
graphical
2007 Jun 23
1
Zaptel Compilation Error
Hi List;
I think my problem in Zaptel compilation is related to
autoconf: no input file, anyone has an advise?
Also, I did a change in the Makefile existed in the
following path:
/usr/src/kernels/2.6.20-1.2319.fc5-i686/
EXTRAVERSION = 2.6.20-1.2319.fc5
Now, if I run uname -r then I get output:
2.6.20-1.2319.fc5
But the directory under the kernels is:
2.6.20-1.2319.fc5-i686
So do I have to
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
Missing are capitalization/formatting of data type & function labels,
as well as addressing the unit labels for the y-axis.
---
src/flexchart/flexchart.mxml | 4 +
src/flexchart/org/ovirt/Constants.as | 17 +++
src/flexchart/org/ovirt/charts/BarChart.as | 155 ++++++++++++++++--------
src/flexchart/org/ovirt/charts/HostChart.as | 42 ++++++-
2010 Aug 11
1
1.2: Inotify instance limit for user exceeded, disabling?
>From my log:
Aug 10 12:23:39 postamt dovecot: IMAP(megow): Inotify instance limit for user exceeded, disabling. Increase /proc/sys/fs/inotify/max_user_instances
# wc -l subscriptions
95
# cat /proc/sys/fs/inotify/max_user_instances
128
Why does 95 exceed 128?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
2010 Jan 18
1
Inotify instance limit for user exceeded
Hello,
i saw in my log followed messages:
dovecot: 2010-01-18 13:20:54 Warning: IMAP(user1 at domain1.com): Inotify
instance limit for user exceeded, disabling.
dovecot: 2010-01-18 13:21:01 Warning: IMAP(user2 at domain2.com): Inotify
instance limit for user exceeded, disabling.
dovecot: 2010-01-18 13:21:23 Warning: IMAP(user2 at domain2.com: Inotify
instance limit for user exceeded, disabling.
2012 Aug 13
1
Websockets on Asterisk 11 and SipML5
Hello,
I'm trying to register a user using sipml5 on Asterisk 11. I followed the
instructions here:
http://thr3ads.net/asterisk-users/2012/08/1972342-Asterisk-Websockets
I added transport=ws to my sip.conf file:
[3002]
username=3002
secret=XXXXXXXXX
host=dynamic
type=friend
context=test
disallow=all
allow=g729
;allow=all ; Allow codecs in order of preference
allow=ilbc