Skip to content
magicbug edited this page Nov 13, 2012 · 26 revisions

Callsign lookup can be achieved using two methods

  • Callbytxt
  • QRZ XML Subscription

Setup

By default Cloudlog uses the free callsign lookup service provided by Callbytxt but if you have a QRZ Subscription that includes the XML data you can setup QRZ to use that by doing the following.

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

$config['callbook'] = "qrz"; // Options are qrz or callbytxt $config['qrz_username'] = ""; $config['qrz_password'] = "";

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

Clone this wiki locally