Ascendis Caller ID beta version 1.7.1.3 now available

Discussion of Ascendis Caller ID BETA VERSION software only! This includes problem reports and general questions on the operation of new features of the BETA software.
Locked
Bill Root
Site Admin
Posts: 1025
Joined: Mon Jan 19, 2004 1:29 pm
Location: Perrysburg, OH
Contact:

Ascendis Caller ID beta version 1.7.1.3 now available

Post by Bill Root »

Version 1.7.1.3 includes the following changes from the last beta release:

- added EventType function to DWS scripts

Example using EventType in DWS script:

Code: Select all

// LANGUAGE=DWS

if EventType = etCallerInfoReceived then
  Speak('Caller info received')
else if EventType = etRing then
  Speak('Ring')
else if EventType = etCallEnd then
  Speak('Call ended')
else
  Speak('Unknown event type');
(Remember to enable all relevant action conditions in General options, in the "Perform Action" section.)

As always, bug reports and feedback are appreciated.


You can download this version here:
http://ascendis.com/callerid/CallerID_Beta_Setup.EXE

The beta page is available here:
http://ascendis.com/callerid/beta.php
Locked