Page 1 of 1

Setting to "not pop-up" on blocked calls?

Posted: Mon Aug 21, 2006 6:05 pm
by greghh
Bill,

What can I add to my script to have Ascendis NOT pop-up when receiving a blocked call? I only want to see the pop-up on the other calls.

My "blocked" script is:

// LANGUAGE=DWS

if CallInfo.Rings = 2 then
begin
// perform your intended actions here
PhoneSound('Noservice.wav');
HangUp;
DeleteCall;
LogActivity('Hanging up on ' + CallInfo.Name);
end;

Thanks.

Re: Setting to "not pop-up" on blocked calls?

Posted: Tue Aug 22, 2006 6:31 am
by Bill Root
Hi greghh,
greghh wrote:What can I add to my script to have Ascendis NOT pop-up when receiving a blocked call? I only want to see the pop-up on the other calls.
I'm sorry, but there is no way to do this at this time. It's on the list, but we haven't scheduled it yet.

Finest regards,
Bill Root
Ascendis Software