Skip to content
Juan Wajnerman edited this page Sep 3, 2014 · 1 revision

How an Application Terminated message is routed to an Application

These steps are ran when a message arrives to Nuntium through an inbound channel:

  1. Execute the Rules specified for the incoming channel.
  2. If the message is SMS, save "country" and/or "carrier" if these attributes were specified by any of the previous rules.
  3. Run the attribute inference if "country" and/or "carrier" are still unknown.
  4. Run the Rules, unless the rules in the first point has set the "application" attribute. This step is not run if the account has only one application.
  5. Save the incoming channel in the address source table for the target application.
Clone this wiki locally