[asterisk] Remove existing contacts on registration
This commit is contained in:
parent
b916b56eb4
commit
e7a232daeb
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ username=101
|
||||||
[101]
|
[101]
|
||||||
type=aor
|
type=aor
|
||||||
max_contacts=1
|
max_contacts=1
|
||||||
|
remove_existing=yes
|
||||||
|
|
||||||
[102]
|
[102]
|
||||||
type=endpoint
|
type=endpoint
|
||||||
|
@ -68,6 +69,7 @@ username=102
|
||||||
[102]
|
[102]
|
||||||
type=aor
|
type=aor
|
||||||
max_contacts=1
|
max_contacts=1
|
||||||
|
remove_existing=yes
|
||||||
|
|
||||||
[pstn]
|
[pstn]
|
||||||
type=endpoint
|
type=endpoint
|
||||||
|
|
Loading…
Reference in a new issue