ConnectionFeaturesUpdated

Smile emits this message when:
  • features are applied to connections automatically or manually
  • a RADIUS data session on the current online connection via Smile is disconnected

Message header

The following table lists the parameters in the ConnectionFeaturesUpdated message header.

Table 1. SubscriptionFeaturesChanged header parameters
Parameter Type Values
accountUsn string The unique subscriber number for the account the order is raised against
usn string The unique subscriber number for the subscription the order is raised against
sid integer The service ID
nasID integer The ID of the Smile NAS Configuration that the connection is through
smileMessageType string "ConnectionFeaturesUpdated"

Message body

The message body contains the <ActiveConnection> element and has the following format:
{http://xml.inomial.com/smile/2.xsd}ActiveConnection

Example: The <ActiveConnection> element

This example shows an ActiveConnection XML document that contains the <ActiveConnection> element.

<ActiveConnection xmlns="http://xml.inomial.com/smile/2.xsd">
  <USN>2142427877</USN>
  <NasId>516</NasId>
  <ActiveFeatures>
    <Feature>
      <FeatureId>600</FeatureId>
      <Name>Test Feature 600</Name>
      <Object/>
    </Feature>
  </ActiveFeatures>
  <IpAddress>10.10.10.209</IpAddress>
  <Username>radius@inomial.com</Username>
  <AccountSessionId>SID:1425606499964:0</AccountSessionId>
  <Caller>1800123456</Caller>
  <Called>1800111111</Called>
  <SessionId>553</SessionId>
</ActiveConnection>