In order to configure the Jabber daemon on your system, you will need to do the following:
1. Set 'Server Jabber ID' Navigate to 'Settings: Servers' and set a value for 'Server Jabber ID'. Please note that it needs to be a resolvable DNS record (like subdomain, for example: voip.mypbxware.com or something like that) or your system IP address. You will use that for your registration. Let say that you have extension 1000 registered on the system and your 'Server Jabber ID' is voip.mypbxware.com. You will use [email protected] for registration.
2. Start Jabber daemon Navigate to 'System: Services' and click on 'Start' for 'Jabberd'. You can do that from Linux shell as well:
cd /opt/pbxware sh/jabberd start
|