Jump to content
KAZOOcon: hackathon signup and details here! ×

Voicemail Pin Length


Jack Noe

Recommended Posts

  • 2600Hz Employees

The schema allows for 4-15 length pins:

curl https://api.zswitch.net:8443/v2/schemas/vmboxes | python -mjson.tool
...
            "pin": {
                "description": "The pin number for the voicemail box",
                "maxLength": 15,
                "minLength": 4,
                "support_level": "supported",
                "type": "string"
            },
...

Where are you seeing the error?

Link to comment
Share on other sites

  • 2600Hz Employees

@Jack Noe ah, I see. Entering the PIN on the voicemail callflow restricts the length to 6 digits. But this is out of sync with the schema, hence the confusion.

The reasoning for the restricted length was to keep people from using their phone numbers as their pin but that restriction was encoded as a system_config value instead of updating the schema.

Talking internally about path forward here to fix the issue. File a support ticket if you'd like to lobby for a higher limit.

Link to comment
Share on other sites

×
×
  • Create New...