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
|
protocol=wss
|
||||||
bind=0.0.0.0
|
bind=0.0.0.0
|
||||||
|
|
||||||
[1]
|
[501]
|
||||||
type=endpoint
|
type=endpoint
|
||||||
context=from-internal
|
context=from-internal
|
||||||
dtls_auto_generate_cert=yes
|
dtls_auto_generate_cert=yes
|
||||||
webrtc=yes
|
webrtc=yes
|
||||||
disallow=all
|
disallow=all
|
||||||
allow=opus,ulaw
|
allow=opus,ulaw
|
||||||
auth=1
|
auth=501
|
||||||
aors=1
|
aors=501
|
||||||
mailboxes=436@sailmaker
|
mailboxes=436@sailmaker
|
||||||
|
|
||||||
[1]
|
[501]
|
||||||
type=auth
|
type=auth
|
||||||
auth_type=userpass
|
auth_type=userpass
|
||||||
password=kqLOkwpI89Yo6S2e0rvcH7Aha
|
password=kqLOkwpI89Yo6S2e0rvcH7Aha
|
||||||
username=1
|
username=501
|
||||||
|
|
||||||
[1]
|
[501]
|
||||||
type=aor
|
type=aor
|
||||||
max_contacts=5
|
max_contacts=5
|
||||||
remove_existing=yes
|
remove_existing=yes
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Kitchen",
|
"name": "Kitchen",
|
||||||
"websocket": "wss://pbx.sailmaker.fenix.lgbt/ws",
|
"websocket": "wss://pbx.sailmaker.fenix.lgbt/ws",
|
||||||
"domain": "192.168.1.21",
|
"domain": "192.168.1.21",
|
||||||
"username": "1",
|
"username": "501",
|
||||||
"password": "kqLOkwpI89Yo6S2e0rvcH7Aha",
|
"password": "kqLOkwpI89Yo6S2e0rvcH7Aha",
|
||||||
"voicemail": "*436",
|
"voicemail": "*436",
|
||||||
"contacts": [
|
"contacts": [
|
||||||
|
|
Loading…
Reference in a new issue