Search found 11 matches

by Simon
Wed Apr 21, 2004 3:15 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Sound feature not working...
Replies: 6
Views: 15268

Installed the new 1.6.5.23 version and I confirm that the "use this volume during the specified time" is ok with my settings (19h30 to 6h00).

Never seen faster response to a question! (and solution to a minor bug!!)

Simon
by Simon
Wed Apr 21, 2004 2:31 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Sound feature not working...
Replies: 6
Views: 15268

Wait, I'm beginning to think... (finished my tax reports last weekend... my brain came back to life...) A simple workaround right now, set the "adjust volume while playing sound and speech" to very low for bedtime and set "use this volume during specified time" at a higher volume...
by Simon
Wed Apr 21, 2004 2:08 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Sound feature not working...
Replies: 6
Views: 15268

I have done the test with volume control and CallerId is changing the volume properly, so it has to do with the interpretation of time and you're right (as usual!) my start time is greater than my stop time (19h30-->6h00, when the children are in bed...)... So I'll wait until the next version. Thank...
by Simon
Wed Apr 21, 2004 12:56 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Sound feature not working...
Replies: 6
Views: 15268

I forgot to mention that this computer does not have a modem, it is only getting call info from CallerId via the lan.

Simon
by Simon
Wed Apr 21, 2004 11:54 am
Forum: Other Issues - Ascendis Caller ID
Topic: Sound feature not working...
Replies: 6
Views: 15268

Sound feature not working...

The "use this volume during specified time" does not work for me on a computer running WinMe with an isa soundblaster card... I set CallerId as a client on this machine and to perform an action on each ring which is to play a wave file (a ring.wav) with the easy action from categories menu...
by Simon
Fri Apr 16, 2004 1:16 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Perform action when call ends... Little annoyance
Replies: 10
Views: 24606

You're a genius! We have here a perfect example of the difference between an end-user and a programmer: I'm the end-user who thinks in a straight line way and you're the programmer who is imaginative to solve problems! It works perfectly!!! The default calls are execute perfectly and CallerId hangup...
by Simon
Fri Apr 16, 2004 11:52 am
Forum: Other Issues - Ascendis Caller ID
Topic: Perform action when call ends... Little annoyance
Replies: 10
Views: 24606

I tried the CallInfo.CallDone in my script and it does not work, here is my script (that work ok with no CallInfo.CallDone): // LANGUAGE=DWS if CallInfo.CallDone then begin if (Time > StrToTime('7:00:00')) and (Time < StrToTime('18:30:00')) then begin SendMail('CID', 'My@email.adress','', CallInfo.N...
by Simon
Thu Apr 15, 2004 8:00 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Perform action when call ends... Little annoyance
Replies: 10
Views: 24606

Ok, I think I missed something... the CallInfo.CallDone is a member that is not yet created by CallerId, you have to "code" it in order to be use in the future? If that can be done, it would for sure resolve my problem, and also implement new and great possibilities in the script language....
by Simon
Thu Apr 15, 2004 7:06 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Perform action when call ends... Little annoyance
Replies: 10
Views: 24606

I tried to edit the script with CallInfo.CallDone, But when I check the syntax,I get this error message:

Could not compile script because:

Syntax Error: There's no member with name "CallDone"! [line: 2, column: 13

I also tried with : CallInfo.EndCall with the same result...

Simon
by Simon
Thu Apr 15, 2004 6:41 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Perform action when call ends... Little annoyance
Replies: 10
Views: 24606

Hi Simon, Then you could write something like this: <pre> if callInfo.CallDone then begin // send mail to pager // do whatever end else begin hangup; end; </pre> Would that suffice? I'll try it as soon as I can and let you know the result, it looks like it should work. I didn't know the "calli...
by Simon
Wed Apr 14, 2004 7:37 pm
Forum: Other Issues - Ascendis Caller ID
Topic: Perform action when call ends... Little annoyance
Replies: 10
Views: 24606

Perform action when call ends... Little annoyance

I have discovered a little annoyance using the perform action after call ends, you can't block calls from people who wants to sell you a new heat pump... I requested this feature so I could see on my pager if somebody left a message on the home answering machine, the Email shows if there is at least...