Search found 49 matches

by samsungpower
Sat Jun 01, 2013 6:00 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Modem Line "Name"
Replies: 7
Views: 11721

I found a workaround for now :roll: to someone find the proper solution. If I put RunWait ('CallerId.exe'); end; at the very end of my script it highlights the main program again. I have look into programs like Always On Top but I would not like to add more programs to this computer ...
by samsungpower
Sat Jun 01, 2013 1:21 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Modem Line "Name"
Replies: 7
Views: 11721

Thanks again, one more question. Is there a way to keep the notification window always on top. We have it setup using html under the options in the notification tab. When using the code above bing maps brings up the location of the caller but makes the notification window fall behind it, and I have ...
by samsungpower
Fri May 31, 2013 11:49 am
Forum: Other Issues - Ascendis Caller ID
Topic: Modem Line "Name"
Replies: 7
Views: 11721

Modem Line "Name"

Ok I am stuck again on a simple script that doesn't work. //LANGUAGE=DWS if (CallInfo.Rings = 2) and (CallInfo.Line = Ambulance) then begin const FIREFOX='C:\Program Files\Mozilla Firefox\firefox.exe'; // Open FireFox RunWait(FIREFOX, 'http://w...
by samsungpower
Sat Feb 02, 2013 6:46 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Web displays
Replies: 7
Views: 13431

Alert Box

2 Thumbs up, :D Thanks
by samsungpower
Sat Feb 02, 2013 2:23 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Web displays
Replies: 7
Views: 13431

Alert Box

Thanks for infor. about the number, you I just figure out it had to be DisplayNumber to work but you were to fast responding before I could post it. I try to explain my problem. I am using the code you provide to me <HTML> <HEADER> <TITLE> Cow Head Ambulance Inc. - Contacts </TITLE> <script> functio...
by samsungpower
Sat Feb 02, 2013 10:01 am
Forum: Other Issues - Ascendis Caller ID
Topic: Web displays
Replies: 7
Views: 13431

working not working

Hi Bill, thanks for the fast reply. So I though I would customize it and add some more information to the alert box. It took me a little time to figure what the "\r\n" does in the alert&#40;name + "\r\n" + address&#41;; I believe it gives us a return and new line in our m...
by samsungpower
Fri Feb 01, 2013 2:28 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Web displays
Replies: 7
Views: 13431

Preview ??

I try it again and still would not let me post all my code ( it doesn't like copyright phrase ) and now it's adds the rest of the code in the input tag should read <HTML> <HEADER> <TITLE> Cow Head Ambulance Inc. - Contacts </TITLE> </HEADER> <BODY> <!-- navigation --> <br> <p>You can click on any of...
by samsungpower
Fri Feb 01, 2013 1:30 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Web displays
Replies: 7
Views: 13431

Web displays

Is their a way to have a clickable popup window to display some of the action codes like ###Name### and ###Address### for the table chart on the webpage areas ( Contacts). I try to play around with some java scripts and it would bring up a popup windows but doesn't display contacts information. If I...
by samsungpower
Fri Aug 10, 2012 9:19 am
Forum: Feature Requests - Ascendis Caller ID
Topic: Printing the Edit Action
Replies: 1
Views: 7828

Printing the Edit Action

Be nice to print the edit action window while working in the advanced script area and or be able to maximize the window size to reduce from side to side movement when you have a long line or two! :lol:
by samsungpower
Thu Aug 09, 2012 6:25 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Problem is script?
Replies: 19
Views: 27588

Another question I am just trying to learn. If I change the settings in Options/Devices/Modems and Tapi/Properties/ time out after 30000 milliseconds to a lower number because I do not access it through Tapi, will it not take as long to start my script because I am using perform Action "when ca...
by samsungpower
Thu Aug 09, 2012 12:46 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Problem is script?
Replies: 19
Views: 27588

Here's a Question for the forum and not just for bill because I took a lot of his time already. The problem is I would like the computer modem to disconnect ( hangup) after 8 sec. without disconnecting the answer machine while recording a message. If I have answer machine plug into a wall phone jack...
by samsungpower
Thu Aug 09, 2012 9:28 am
Forum: Other Issues - Ascendis Caller ID
Topic: Problem is script?
Replies: 19
Views: 27588

First I want to say thank You for helping with the matter in the P.M. Ok when I got you reply last night it was like a kid in a candy store, but I waited to next morning to try everthing out. I saw an error on my part when copying the script into the forum, Forgot to add the Good morning statement. ...
by samsungpower
Wed Aug 08, 2012 12:32 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Problem is script?
Replies: 19
Views: 27588

I like the idea of grouping statements together. So when I check syntax a box came up showing "End of block expected" //LANGUAGE=DWS if CallInfo.Rings = 2 then begin SendMail&#40;'911', 'xxxx.com', 'Call from ' + CallInfo.Name + ' at ' + CallInfo.Number, ' Their was an Emerency Call wh...
by samsungpower
Wed Aug 08, 2012 9:51 am
Forum: Other Issues - Ascendis Caller ID
Topic: Problem is script?
Replies: 19
Views: 27588

Bill: Ok I have to start from the begining, and first to say is I am sorry if it seems I have waisted your time so far :oops: . I am a person that likes to try to solve my own problems, and learn on the way and not have everything just handed to me. So that been said we are using your software to he...
by samsungpower
Mon Aug 06, 2012 2:17 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Problem is script?
Replies: 19
Views: 27588

When a call is answer on the 3 ring ( by my answer machine ) I would like the program to send and email then hangup the call and finish. The other times I have SpeakWait & RunWait commands. "Perform Action" is set to "When caller info is recv." When a call comes in it doesn't...