Index |
Internal identifier of this tunnel. |
OperStatus |
Current operational state of this tunnel. States relevant for forwarding-entries only: forward - Tunnelling/forwarding started. States relevant for control-entry only: register - Device-registration ongoing. ready - Ready for tunnel-requests from server. States relevant for all entry-types: new - Processing not yet started. connect - Connecting to server. login - Logging into server. blocked - Waiting for network to become available again. error - Processing aborted. Enumerations: - new (7)
- connect (8)
- login (9)
- forward (10)
- register (11)
- ready (12)
- blocked (13)
- error (14)
|
AdminStatus |
Activate/deactivate/delete this tunnel. Enumerations: - enabled (1)
- disabled (2)
- delete (3)
|
Type |
Type of target-unit accessed via this tunnel. (Implicitly always pbx for control-tunnel.) pbx - This PBX (or router) shall be accessed. phone - A phone attached to this PBX shall be accessed. Enumerations: |
ForwardedService |
Type of to-be-tunnelled service for this entry. control - Control-tunnel between service-call-daemon and server. http - HTTP (port 80). https - HTTPS (using SSL, port 443). shell - Telnet (port 23). trace - Bricktrace for packet-capturing (port 7000). Enumerations: - control (1)
- http (2)
- https (3)
- shell (4)
- trace (5)
|
ForwardedIP |
For control-tunnel, two cases must be distinguished. For target-unit-type pbx, field is a dummy and may be set to 0.0.0.0. For target-unit-type phone, field is set to IP-address of phone. For service-tunnels, field is set to IP-address of target-unit (127.0.0.1 in pbx-case, and otherwise IP-address of phone). |
Ticket |
Ticket-number for this tunnel, to be copied to serviceCallUserId if not empty. Otherwise, derive serviceCallUserId from biboAdmSystemId. Length: 0 to 14 |
Duration |
Duration of this tunnel. |
HostPort |
For control-tunnel, field is not relevant and is set to 0. For service-tunnels, field tells port-number dynamically allocated on called server for tunnelling this service via SSH-port-forwarding. |
UserId |
Temporary user-id for this tunnel (see also serviceCallTicket). Length: 0 to 14 |