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

Questions, problems, and other issues for Ascendis Caller ID that aren't covered by the other forums.
Post Reply
greghh
Posts: 19
Joined: Wed Jul 26, 2006 4:47 pm

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

Post 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.
Bill Root
Site Admin
Posts: 1025
Joined: Mon Jan 19, 2004 1:29 pm
Location: Perrysburg, OH
Contact:

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

Post 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
Post Reply