You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So right now I am using a VTO doorbell with your Asterisk integration to answer to it straight from Home Assistant.
I was wondering if a Dahua VTH touch monitor can connect to this SIP server too?
If yes what shall I enter in the Asterisk CONF files and what to enter in the VTH settings (I usually use Dahua ConfigTool for it)?
The Asterisk SIP server is at IP address 192.168.3.222 and has extension 9901
The VTO is at IP address 192.168.3.12 and has extension 8001
The VTH is at IP address 192.168.3.15 and has extension 9902
These are my current CONFs:
extensions.conf
; Note: this file has been modified from the Asterisk defaults for the add-on
[general]
static=yes
[default]
exten => 9901,1,NoOp()
same => n,Answer()
same => n,Hangup()
;
include => parkedcalls
;
exten => 444,1,Park(,s)
;
exten => 555,1,ParkedCall(default,701)
;
exten => _X!,1,Dial(${PJSIP_DIAL_CONTACTS(${EXTEN})})
;
;extension for dialing chan_sip devices.
;exten => _X!,1,Dial(SIP/${EXTEN})
[parkedcallstimeout]
exten => s,1,Hangup()
pjsip_custom.conf
; Place your own extensions here.
[8001]
type = endpoint
context = default
disallow = all
allow = alaw,ulaw
allow = h264
direct_media_method = invite
dtmf_mode = info
callerid = "Doorbell" <8001>
force_rport = no
aors = 8001
auth = auth8001
[8001]
type = aor
max_contacts = 1
[auth8001]
type = auth
auth_type = userpass
password = somepassword
username = 8001
The text was updated successfully, but these errors were encountered:
So right now I am using a VTO doorbell with your Asterisk integration to answer to it straight from Home Assistant.
I was wondering if a Dahua VTH touch monitor can connect to this SIP server too?
If yes what shall I enter in the Asterisk CONF files and what to enter in the VTH settings (I usually use Dahua ConfigTool for it)?
192.168.3.222
and has extension9901
192.168.3.12
and has extension8001
192.168.3.15
and has extension9902
These are my current CONFs:
extensions.conf
pjsip_custom.conf
The text was updated successfully, but these errors were encountered: