Hello,
Thanks for your answer. I have tried differents things:
into extensions.conf
change SIP to PJSIP:
[internal]
exten => _6XXX,1,Dial(PJSIP/${EXTEN},30)
exten => _6XXX,2,Hangup()
into pjsip_custom.conf
[doorbird](!)
context=internal
type=friend
host=dynamic
disallow=all
allow=ulaw
allow=h264
[6001](doorbird)
secret=6001
into users.conf
[6001]
type=friend
host=dynamic
dtmfmode=rfc2833
disallow=all
allow=ulaw
fullname = Doorbell
username = 6001
secret=6001
context = internal
allow=h264
In addon configuration:
video_support: true
auto_add: true
generate_ssl_cert: false
certfile: fullchain.pem
keyfile: privkey.pem
mailbox: false
mailbox_port: 12345
mailbox_extension: '100'
log_level: notice
ami_password: ********
custom_extensions:
- type: chan_pjsip
name: doorbell
extension: '6001'
secret: '6001'
On supervisor log i get this:
22-03-21 07:53:00 WARNING (MainThread) [supervisor.addons.options] Option 'custom_extensions' does not exist in the schema for Asterisk (3e533915_asterisk)
Same if i change âcustom_extesionsâ to âextensionâ or âpersonâ (i know person is an home assistant user, but i tried it)
I created a person named doorbird, addon gives it extension [105]
On my DoorBird app i tried to connect it with user 105 and password 1234 (also with empty password).
I always get this error:
[Mar 21 08:06:30] NOTICE[633]: res_pjsip/pjsip_distributor.c:676 log_failed_request: Request 'REGISTER' from '<sip:[email protected]>' failed for '192.168.1.53:5060' (callid: 1f0d1e68-c725-414c-acb5-c2a889207a6f) - No matching endpoint found
[Mar 21 08:06:30] NOTICE[633]: res_pjsip/pjsip_distributor.c:676 log_failed_request: Request 'REGISTER' from '<sip:[email protected]>' failed for '192.168.1.53:5060' (callid: 1f0d1e68-c725-414c-acb5-c2a889207a6f) - Failed to authenticate
Is there an update documentation for the addon anywhere? What is the form configuration?
The card dont show me any extension or person registred:
Iâm starting to get lost in the configurations that I tried or not!
Any ideas?