Juha Heinanen wrote:
Stefan Sayer writes:
> looks good: I tried this revision with sipp with 200 cps and 2s calls
> using
> $ sipp -sn uac -i 192.168.5.106 -s 35 -d 3000 -r 200
stefan,
regarding your sipp test, when i try to increase call rate to 100 cps, i
start to get "too many open files" errors. how do you manage to avoid
them? have you increased some make variable?
do ulimit -n 100000 before starting SEMS
this reminds me of another related issue. it is possible to enqueue an
audio message from variable (memory) or does it need to come from a
file?
atm it can only come from file or tmp file (fpopen instead of open).
it would not be too much work to make an open function from mem (but
in general i would not like to extend ivr with its limited
capabilities with all sorts of manual extensions)
for example, if an audio message is stored in database and i query for
it in my script, i get the data in a variable. it feels very heavy, if
i then need to write the data to a file in order to be able to enqueue
it.
yes, thats true; even though it will probably be only in cache.
Stefan
-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev