Invalid configuration, skippingSolved

What am I doing wrong?  I get this in console every time I try: (07:52:07) | [Phone Commands] Phone command 12345678 (Home Shopping Network) has invalid configuration, skipping

This is my config

{
  "AddCommandsToContactList": true,
  "BlockChatCommandsBoundToPhoneNumber": false,
  "EffectEnabled": true,
  "EffectFailed": "assets/prefabs/npc/scientist/sound/death.prefab",
  "EffectSuccess": "assets/prefabs/npc/scientist/sound/respondok.prefab",
  "PhoneCommands": [
    {
      "Cooldown": 0,
      "Permission": "",
      "PhoneActions": [
        {
          "Command": "/testshop",
          "Type": "playerchat"
        }
      ],
      "PhoneName": "Home Shopping Network",
      "PhoneNumber": 12345678,
      "RestrictLandlinePhones": false,
      "RestrictMobilePhones": false,
      "RestrictPublicPhones": false
    }
  ]
}​

Hi, Rust supports 20 characters in phone name (it is noted in plugin docs). Your phone name is 1 character longer. Sorry for not so descriptive error message, I will correct it in future update.

Locked automatically