merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue