| `tamEnable` | `Switch` | | Enable/Disable the answering machine with the given index. |
| `tamNewMessages` | `Number` | | The number of new messages of the given answering machine. |
| `uptime` | `Number:Time` | | Uptime |
+| `pppUptime` | `Number:Time` | | Uptime (if using PPP) |
| `wanAccessType` | `String` | x | Access Type |
| `wanConnectionStatus` | `String` | | Connection Status |
+| `wanPppConnectionStatus` | `String` | | Connection Status (if using PPP) |
| `wanIpAddress` | `String` | x | WAN IP Address |
+| `wanPppIpAddress` | `String` | x | WAN IP Address (if using PPP) |
| `wanMaxDownstreamRate` | `Number:DataTransferRate` | x | Max. Downstream Rate |
| `wanMaxUpstreamRate` | `Number:DataTransferRate` | x | Max. Upstream Rate |
| `wanPhysicalLinkStatus` | `String` | x | Link Status |
serviceId="urn:WANIPConnection-com:serviceId:WANIPConnection1"/>
<getAction name="GetInfo" argument="NewExternalIPAddress"/>
</channel>
+ <channel name="wanPppIpAddress" label="WAN PPP-IP Address">
+ <item type="String"/>
+ <service deviceType="urn:dslforum-org:device:WANConnectionDevice:1"
+ serviceId="urn:WANPPPConnection-com:serviceId:WANPPPConnection1"/>
+ <getAction name="GetInfo" argument="NewExternalIPAddress"/>
+ </channel>
<channel name="wanConnectionStatus" label="Connection Status">
<item type="String"/>
<service deviceType="urn:dslforum-org:device:WANConnectionDevice:1"
serviceId="urn:WANIPConnection-com:serviceId:WANIPConnection1"/>
<getAction name="GetInfo" argument="NewConnectionStatus"/>
</channel>
+ <channel name="wanPppConnectionStatus" label="Connection Status">
+ <item type="String"/>
+ <service deviceType="urn:dslforum-org:device:WANConnectionDevice:1"
+ serviceId="urn:WANPPPConnection-com:serviceId:WANPPPConnection1"/>
+ <getAction name="GetInfo" argument="NewConnectionStatus"/>
+ </channel>
<channel name="uptime" label="Uptime">
<item type="Number:Time" unit="s" statePattern="%d s"/>
<service deviceType="urn:dslforum-org:device:WANConnectionDevice:1"
serviceId="urn:WANIPConnection-com:serviceId:WANIPConnection1"/>
<getAction name="GetInfo" argument="NewUptime"/>
</channel>
-
-
+ <channel name="pppUptime" label="Uptime">
+ <item type="Number:Time" unit="s" statePattern="%d s"/>
+ <service deviceType="urn:dslforum-org:device:WANConnectionDevice:1"
+ serviceId="urn:WANPPPConnection-com:serviceId:WANPPPConnection1"/>
+ <getAction name="GetInfo" argument="NewUptime"/>
+ </channel>
</channels>