Ascendis Caller ID beta version 1.7.1.3 now available
Posted: Wed Aug 18, 2004 7:52 am
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:
(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
- 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');
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