im trying to integrate asterisk with openfire im not sure how this should be made after some research i found how to install an configure jabber.conf
im facing 2 problems.
Below is my jabber.conf file.
- Code: Select all
[general]
debug=no
autoprune=no
autoregister=yes
auth_policy=accept
[asterisk]
type=client
serverhost=xxx.xxx.xxx.xxx
username=user@xxx.xxx.xxx.xxx
secret=Secret
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage="Asterisk Hit"
but whenever i try "jabber show connections" i get
- Code: Select all
centosivr2*CLI> jabber show connections
Jabber Users and their status:
[asterisk] user@xxx.xxx.xxx.xxx - Disconnected
----
Number of users: 1
it never gets connected but with telnet the server is reachable on the port. any idea what might be causing this?
the second problem is i couldn't find a way to generate call from asterisk to an OpenFire account is this even feasible??
Thank you