PJSIP/SIP devices are not added with external AMI manager #93
Unanswered
dtcu8ey6p41w
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Weird. It tries to unload the integration, when it's not even done setting up. Any errors or warnings in the asterisk logs? Do you have only sip or pjsip enabled, or both? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I installed Asterisk on an external ubuntu server and created an AMI manager. I've tested everything and it all seems to work well. When I set up a new integration in HA and I fill in all information I do get successfully connected only my PJSIP/SIP devices are not added to HA. When I try this with your Asterisk Add-On the devices do show up in HA.
Is it standard behaviour that the devices from an external installation do not show up? Or is this a setting I overlooked?
Extra info, my manager.conf looks like this:
[general]
displaysystemname = yes
enabled = yes
port = 5038
bindaddr = 0.0.0.0
[admin]
secret = password
writetimeout = 500
read = all
write = all
permit=0.0.0.0/0.0.0.0
(this settings are only for testing purposes)
edit: I found some error in the log, it says:
Beta Was this translation helpful? Give feedback.
All reactions