For the complete documentation index, see llms.txt. This page is also available as Markdown.

Phone

The phone bridge delivers alarm SMS to property owners and integrates property management into phone apps.

๐Ÿ”Ž Auto Detection

Config.Phone = AUTO_DETECT

Override with any config value below when auto-detection picks the wrong resource.

๐Ÿงฉ Supported Resources

Resource
Config
Description

LB Phone

Phone.LB

Home app with property search & management

NPWD

Phone.NPWD

SMS via NPWD messaging API

GKS Phone

Phone.GKS

SMS via GKS Phone

OKOK Phone

Phone.OKOK

SMS via OKOK Phone

YSERIES

Phone.YSERIES

SMS via YSERIES

MOV Phone

Phone.MOV

Home app with property management

Standalone

Phone.NONE

No SMS or app (dispatch & alarm still work)

All phone scripts use the same PIN registration flow for owners to register phone numbers per property.

lb-phone

Official integration with LB Phone's Home app.

Setup

  1. Download the handler files below

  2. Place in:

    • lb-phone/server/apps/framework/home/rcore_housing.lua

    • lb-phone/client/apps/framework/home/rcore_housing.lua

  3. In lb-phone/config.lua, set the housing script:

Download Handlers

lb_phone_server_rcore_housing.lua
lb_phone_client_rcore_housing.lua

Features

  • View owned properties in the Home app

  • Search properties and view details

  • Manage property keys (add/remove keyholders)

  • Toggle property lock state

  • Set GPS waypoint to property location

17mov_Phone (MOV Phone)

Official integration with i7mov_Phone's housing app.

Setup

  1. Download the handler files below

  2. Place in:

    • 17mov_Phone/bridge/housing/rcore_housing/server.lua

    • 17mov_Phone/bridge/housing/rcore_housing/client.lua

  3. Config auto-detected when both resources are running

Download Handlers

17mov_phone_server_rcore_housing.lua
17mov_phone_client_rcore_housing.lua

Features

  • View owned houses with complete property information

  • Retrieve keyholder list for each property

  • Give keys to other players

  • Remove keys from existing keyholders

  • Get house details including lock state and current keyholders

๐Ÿ“ฑ Owner SMS Settings

The full SMS flow lives in security configuration:

Option
Description

Config.Alarm.Owner.Enable

Master switch for owner SMS.

Config.Alarm.Owner.MaxPhoneList

Max registered numbers per property.

Config.Alarm.Owner.CodeExpiry

PIN verification timeout (seconds).

Config.Alarm.Owner.Events

Which alarm states send SMS.

See Alarm System for the player-facing flow.

Last updated