Callsign alert

4 posts / 0 new
Last post
CX1FK
Callsign alert

calll works, but adding band or mode does not work!!
my run command: mplayer /path/file.mp3

ok2cqr
ok2cqr's picture
Re: Callsign alert

Did you add any macro to the command?

CX1FK
without macros

without macros

http://i.imgur.com/0k9r4cV.png

DX de W8DEO:     28495.0  ZF2BH        5-9 Up 28.650                  1758Z EN70
Enter critical section On Receive
Leave critical section On Receive
SELECT * FROM cqrlog_common.bands where (b_begin <=28.495 AND b_end >=28.495) ORDER BY b_begin

SELECT * FROM cqrlog_common.bands where (b_begin <=28.495 AND b_end >=28.495) ORDER BY b_begin

SELECT id_cqrlog_main FROM cqrlog001.cqrlog_main WHERE adif=69 AND band='10M' AND ((qsl_r='Q') OR (lotw_qslr='L')) AND mode='SSB' LIMIT 1

dx_prefix:ZF
dx_cont:  NA
Freq:     28.495
Call:     ZF2BH
Color: clBlack
Index_: 0
2015-03-05 15:58:11 add to bandmap ZF2BH
select * from call_alert where callsign = 'ZF2BH'

Command line: mplayer /home/jose/Air-Horn.mp3
Color: clBlack
Index_: 0
TelThread.Execute - before Synchronize(@frmDXCluster.SynTelnet)
TelThread.Execute - after Synchronize(@frmDXCluster.SynTelnet)

CX1FK
update

callsign only works
callsign + band + mode works
callsign + band does not work
callsign + mode does not work