Npa - Nortel Meridian Meridian 1 Scripting Manual

Contact center manager
Hide thumbs Also See for Meridian Meridian 1:
Table of Contents

Advertisement

Intrinsics

NPA

The value is the number plan area (NPA) or area code of the current call.
This intrinsic applies to voice contacts only.
Script syntax
NPA
Return type
This intrinsic returns an NPA.
Example
This script executes different sections of the script based on the area code of the
caller.
WHERE NPA EQUALS
VALUE 416: EXECUTE Toronto_Section
VALUE 514: EXECUTE Montreal_Section
VALUE 613: EXECUTE Ottawa_Section
DEFAULT: EXECUTE Ontario_Section
END WHERE
430
Standard 8.04
Contact Center Manager

Advertisement

Table of Contents
loading

Table of Contents