Skip to content
Tony Corbett edited this page Dec 16, 2018 · 26 revisions

Callsign lookup is supported using the HamQTH (Free) or QRZ XML Subscription service (Paid).

Setup

QRZ

If you have purchased a QRZ XML Subscription you can configure Cloudlog to use it by doing the following

In /application/config/config.php update the following

$config['callbook'] = "qrz"; // Make sure this is QRZ

$config['qrz_username'] = "";

$config['qrz_password'] = "";

The username and password are the ones you use to login to QRZ.

NOTE: even if you haven't purchased a subscription, QRZ will return names and QTH info sufficient to populate a few fields in the log! There may, however, be a limit to the number of lookups you can do, although this may apply to the web pages only and not the XML interface (unconfirmed!)

HamQTH

If you want to use HamQTH you need to configure the following items

In /application/config/config.php update the following

$config['callbook'] = "hamqth"; // Make sure this is hamqth

$config['hamqth_username'] = "";

$config['hamqth_password'] = "";

The username and password are the ones you use to login to hamqth.

Clone this wiki locally