Set kitchen intercom to extension 501
This commit is contained in:
parent
3389f0d4a6
commit
17d6bd8365
2 changed files with 7 additions and 7 deletions
|
@ -13,24 +13,24 @@ type=transport
|
|||
protocol=wss
|
||||
bind=0.0.0.0
|
||||
|
||||
[1]
|
||||
[501]
|
||||
type=endpoint
|
||||
context=from-internal
|
||||
dtls_auto_generate_cert=yes
|
||||
webrtc=yes
|
||||
disallow=all
|
||||
allow=opus,ulaw
|
||||
auth=1
|
||||
aors=1
|
||||
auth=501
|
||||
aors=501
|
||||
mailboxes=436@sailmaker
|
||||
|
||||
[1]
|
||||
[501]
|
||||
type=auth
|
||||
auth_type=userpass
|
||||
password=kqLOkwpI89Yo6S2e0rvcH7Aha
|
||||
username=1
|
||||
username=501
|
||||
|
||||
[1]
|
||||
[501]
|
||||
type=aor
|
||||
max_contacts=5
|
||||
remove_existing=yes
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Kitchen",
|
||||
"websocket": "wss://pbx.sailmaker.fenix.lgbt/ws",
|
||||
"domain": "192.168.1.21",
|
||||
"username": "1",
|
||||
"username": "501",
|
||||
"password": "kqLOkwpI89Yo6S2e0rvcH7Aha",
|
||||
"voicemail": "*436",
|
||||
"contacts": [
|
||||
|
|
Loading…
Reference in a new issue