In order to configure the Jabber daemon on your system, you will need to do the following:
1. Change configuration mode to 'Static / ODBC' Navigate to 'Settings: Configuration mode' and select 'Static/ODBC' and click on 'Start'. Once that is done, proceed to step 2.
2. 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 1000@voip.mypbxware.com for registration.
3. Start Jabber daemon Navigate to 'System: Services' and click on 'Start' for 'Jabberd'. You can do that from Linux shell as well:
cd /home/servers/pbxware sh/jabberd start
|