Re: [asterisk-users] call files .vbs

2011-05-23 Thread Tzafrir Cohen
On Sun, May 22, 2011 at 07:05:45PM -0400, Thomas Perron wrote: This may be an obvious reflection of my Asterisk/Linux/Windows weaknesses but I want to know in any case! Can a vb script run somehow on a Linux machine or does it only work on Windows? Only on Windows (practically). If I

Re: [asterisk-users] call files .vbs

2011-05-23 Thread Tiago Geada
I would rather write a new bash script for text and file handing. I think you can install MONO and run windows stuff... from .net to vbs On 23 May 2011 08:09, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: On Sun, May 22, 2011 at 07:05:45PM -0400, Thomas Perron wrote: This may be an obvious

Re: [asterisk-users] call files .vbs

2011-05-23 Thread A J Stiles
On Monday 23 May 2011, Thomas Perron wrote: This may be an obvious reflection of my Asterisk/Linux/Windows weaknesses but I want to know in any case! Can a vb script run somehow on a Linux machine or does it only work on Windows? AFAIK there is no Linux interpreter for VBS :( But the

[asterisk-users] call files .vbs

2011-05-22 Thread Thomas Perron
This may be an obvious reflection of my Asterisk/Linux/Windows weaknesses but I want to know in any case! Can a vb script run somehow on a Linux machine or does it only work on Windows? If I were to build a call file script (described in this link

Re: [asterisk-users] call files .vbs

2011-05-22 Thread Doug Lytle
Thomas Perron wrote: Can a vb script run somehow on a Linux machine or does it only work on Windows? Visual Basic is Windows specific. Doug -- Ben Franklin quote: Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety. --

Re: [asterisk-users] call files .vbs

2011-05-22 Thread Thomas Perron
Hi Doug, Yes. I have sorted that part out. Also, it seems like the pscp function is the way that I can tie together the vb script with the logic of the Asterisk call files learning curve!! Thanks On Sun, May 22, 2011 at 8:37 PM, Doug Lytle supp...@drdos.info wrote: Thomas Perron

Re: [asterisk-users] call files .vbs

2011-05-22 Thread Steve Edwards
On Sun, 22 May 2011, Thomas Perron wrote: Can a vb script run somehow on a Linux machine or does it only work on Windows? Virtual machines or Wine may have some possibilities. I simply want to execute a script that helps me automate the voice broadcasting/IVR of up to 1 phone numbers.

Re: [asterisk-users] call files .vbs

2011-05-22 Thread Steve Edwards
On Sun, 22 May 2011, Thomas Perron wrote: Also, it seems like the pscp function is the way that I can tie together the vb script with the logic of the Asterisk call files learning curve!! pscp is a program, not a function. Part of or related to putty as I remember. Not a good

Re: [asterisk-users] call files .vbs

2011-05-22 Thread C F
I'm the original author of said VB Script. Steve is right, I had lots of errors - related to the fact that asterisk watches it too closely and reads the files even before they are complete - and have since updated it that it first dumps it to a temp directory, then use a bash script on the linux