Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Return value of block CLID

Status
Not open for further replies.

Sylric

Technical User
Jan 31, 2008
50
CA
Hi,

I'm trying to make a filter in CCMA 7.0 scripting with the CLID to trigger when the call have Block ID.

Does someone know the return value of a BLOCK CLID in the CLID variable?

The problem I have is, I've got prank call on one of my line and it's always block ID so I can't filter by CLID. The only thing I can do is the opposite and block the call with no CLID.

But with CLID varibale we can't use greater than mathematical function so I can't trigger my prank call.

I tried to pass the CLID in a DN call variable but same issue, cannot use mathematical function.

Any idea?

Thank you for your help,





Sylvain Richard

"Work is like an adventure. You have to fullfill goal to progress in your journey.
 
Try this:
Create a WILDCLID variable set called blocked_clid.
Enter values 1@,2@,3@,4@,5@,6@,7@,8@,9@,0@.

In your script use
IF CLID <> blocked_clid THEN...
 
Good job StanleySteamer!

That's something like that I was hoping. I'll try this!

Thank you very much!

Sylvain Richard

"Work is like an adventure. You have to fullfill goal to progress in your journey.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top