-
Notifications
You must be signed in to change notification settings - Fork 45
Callsign Lookup
Callsign lookup is supported using the HamQTH (Free) or QRZ XML Subscription service (Paid).
If you have purchased a QRZ XML Subscription you can configure Wavelog to use it by doing the following
In /application/config/config.php
update the following
$config['callbook'] = "qrz";
$config['qrz_username'] = "";
$config['qrz_password'] = "";
$config['use_fullname'] = true;
The username and password are the ones you use to login to QRZ.
NOTE: Do NOT use the sign '#' in your password, when use remove it .. to give good search result !
NOTE: If you want to fetch the full name (first and surname) and store it in your database, set $config['use_fullname'} = true, as displayed above.
NOTE: even if you haven't purchased a subscription, QRZ will return the following fields via the XML interface ...
- First name
<fname>
- Last name
<name>
- Town/City
<addr2>
- State (USA only)
<state>
- Country
<country>
... 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 - at the time of writing I'm up to 246 lookups in the last 24 hrs without a subscription!)
If you want to use HamQTH you must configure the following items:
In /application/config/config.php
update the following
$config['callbook'] = "hamqth";
$config['hamqth_username'] = "";
$config['hamqth_password'] = "";
$config['use_fullname'] = true;
The username and password are the ones you use to login to HamQTH.
NOTE: If you want to fetch the full name (first and surname) and store it in your database, set $config['use_fullname'} = true, as displayed above.
- Installation on Linux server
- Installation on Windows server
- Installation via Docker
- Updating Wavelog
- Hints & Tips
- wavelog.php Config
- Migrate Cloudlog to Wavelog
- Authentication
- QSO Modes
- Backup
- Update Country Files
- User Accounts
- Global Options
- Debug
- Maintenance Mode
- API
- Station Profiles
- Radio Interface
- ADIF Import / Export
- Logbook of The World
- eQSL
- Print Requested QSLs
- Clublog Upload
- QRZ Logbook
- KML Export