Phone
The phone bridge delivers alarm SMS to property owners and integrates property management into phone apps.
๐ Auto Detection
Config.Phone = AUTO_DETECTOverride with any config value below when auto-detection picks the wrong resource.
๐งฉ Supported Resources
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
Download the handler files below
Place in:
lb-phone/server/apps/framework/home/rcore_housing.lualb-phone/client/apps/framework/home/rcore_housing.lua
In
lb-phone/config.lua, set the housing script:
Download Handlers
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
Download the handler files below
Place in:
17mov_Phone/bridge/housing/rcore_housing/server.lua17mov_Phone/bridge/housing/rcore_housing/client.lua
Config auto-detected when both resources are running
Download Handlers
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:
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