Re: [Sipp-users] cron support

2010-10-25 Thread Самусенко Андрей
Thank you, it is works! I use python: os.putenv('TERM', 'xterm') Helpful to write it in the wiki. On 25.10.2010 15:42, Evan Papaioannu wrote: Hi, I faced the same problem as you and the solution is much easier that one might think.

Re: [Sipp-users] cron support

2010-10-25 Thread Evan Papaioannu
Hi, I faced the same problem as you and the solution is much easier that one might think. Read here: http://ebah80.blogspot.com/2010/09/run-sipp-from-crontab.html I use to run a .sh script from crontab. In the shell script I export the TERM variable and I launch sipp. Let me know if it works. R