search for: scripttest

Displaying 3 results from an estimated 3 matches for "scripttest".

Did you mean: scrip_test
2006 May 15
1
GET DATA and STREAM FILE commands, don´t work
...been done exhausting testing another Asterisk functionalities and all had worked very well, perfectly well. But, some AGI commands not. I would like get help upon it. Somebody already faced this before? Following, my dialplan that call agi script: exten=>2100,1,Answer() exten=>2100,2,Agi(scriptTest.bsh) Now, below is my script in bash shell, scriptTest.bsh: #!/bin/bash #echo -e "Testing the working GET DATA and STREAM FILE\n" >&2 echo -e "STREAM FILE demo-instruct \"\"\n" echo -e "GET DATA myprompt 4000 6\n" read getDigits echo -e "My Digi...
2006 May 17
0
RES: GET DATA and STREAM FILE commands, don´t work
...s-bounces@lists.digium.com] On Behalf Of > cleviton.araujo@caixa.gov.br > Sent: Monday, May 15, 2006 8:19 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] GET DATA and STREAM FILE commands, > don?t work > ... > > Now, below is my script in bash shell, scriptTest.bsh: > > #!/bin/bash > #echo -e "Testing the working GET DATA and STREAM FILE\n" >&2 > echo -e "STREAM FILE demo-instruct \"\"\n" > echo -e "GET DATA myprompt 4000 6\n" > read getDigits > echo -e "My Digits are: $getDigits\n...
2008 Mar 15
0
Prototype viewportOffset browser problem
hi folks, i have a problem with the Element.viewportOffset() method.. here''s a little demonstration script -> http://audiovandalen.com/dev/scripttests/viewport/ if you hover the first row of the table its viewportOffset().top says 101 now, if you scroll down to the end and hover row #3, it also says (and should respectively) 101, because its there where row #1 was before.. this works right in firefox, IE, safari, ... but NOT in opera :/ how...