iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Routing and Processing Messages > Generating NACK Messages in Iguana 4.0 and Later > Creating the Global Inbound Script |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Now that you have written the module that determines whether to accept or reject an incoming message, the next step is to write a Global Inbound Script to pre-process the incoming messages. This Global Inbound Script does the following:
To create the Global Inbound Script:
This Global Inbound Script uses the variable reject to indicate whether a message should be accepted or rejected. This variable will be accessed by the Segment Outbound Script that you will create in the following section. |