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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Block Inbound Nuisance Calls by ANI on CS1000 with CCMS

Status
Not open for further replies.

duke765

Vendor
Jan 28, 2014
2
0
0
US
This is the Script we came up with to stop unwanted telemarketing calls from bombarding our receptionist. Given that we had vacant numbers going to the attendant, an Auto dialer would hit all the numbers all the time. They would target our DID range and if it hit a vacant DN then the call would end up going to the attendant DN. This was our solution to deal with the situation. I hope it helps!

Configuration Summary


LD12 LD12 LD15 LD23 CCMS LD20
ATT > LDN0 > NIT > CDN > AACC Script > DN
"0" 5200 7050 7938 Block_Calls 5250


AACC Script: Block_Calls
---------------------------------------------------------------------------------

If CLID = Blocked_Numbers THEN */ See Note: */

GIVE CONTROLLED BROADCAST ANNOUNCEMENT
PLAY PROMPT with LANGUAGE English
VOICE SEGMENT unassigned_intercept */ Voice Segment from CallPilot */
DISCONNECT
ELSE
IF TIME OF DAY = Rect_Time THEN */ SCRIPT Variables; Time */
ROUTE CALL 5250 */ Receptionist Phone 3904*/
ELSE
ROUTE CALL 4000 */ After Hours Treatment ACD*/
END IF

END IF

-------------------------------------------------------------------------------

Note: SCRIPT Variables/ CLID / Blocked_Numbers / Attributes / Value / Calling number.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top