InfoQueryFlags Field Values

The InfoQueryFlags field specifies the information to query in a callout request.

For MAP call out requests, the following decimal values are assigned to the different types of information:
  • 1 — Ask for the location of the subscriber.
  • 2 — Ask for the subscriber's state.
  • 4 — Ask for the subscriber’s IMEI.
  • 8 — Ask for information about the services the subscriber is subscribed to.
  • 16 — Ask for call forwarding information.
  • 32 — Ask for routing information.
  • 64 — Ask for the subscriber's mobile number portability information.
  • 128 — Set domain type to packet switched. (0 means circuit switched.)
  • 256 — Set the currentLocation flag in AnyTimeInterrogation requests. This causes the subscriber's device to be paged.
  • 1024 — Custom MAP callout request. Use this query of you want to use selective updates to customize the callout object after it is in the message. When InfoQueryFlags is set to custom, all the other query flags are disabled.
    Note: MATRIXX Support recommends that you configure only one custom query per PreRating profile. If multiple custom queries are attempted, only the result of the last query is stored.
If your query requests more than one information type, the Info Query Flags values are summed. For example, for a query that requests the subscriber's location and state, the InfoQueryFlags field is set to 3 (1 + 2).

For LDAP requests, the InfoQueryFlags field is set to 512.