merged from gramsrv upstream

This commit is contained in:
onysd 2026-09-01 12:06:31 +03:00
parent 79c64ee916
commit 21a0856587
651 changed files with 54774 additions and 4590 deletions

View file

@ -29,6 +29,10 @@ type ProvisionConfig struct {
FirstNamePrefix string
}
// DefaultPhonePrefix plus the six-digit account index produces the repository's
// structurally possible reserved NANP range (for example +1 555 000 0001).
const DefaultPhonePrefix = "+15550"
type ProvisionEvent struct {
Completed int
Total int