From fec5f76ef7dc7c15c5fa29799279da674fc0ac54 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Thu, 13 Aug 2015 21:20:50 -0500 Subject: [PATCH] Debug, don't use --- play_group.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index ddfd316..f324a85 100755 --- a/play_group.py +++ b/play_group.py @@ -28,7 +28,7 @@ from dmrlink import IPSC, NETWORK, networks, logger, int_id, hex_str_3 __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2014 - 2015 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named' +__credits__ = 'Adam Fast, KC0YLK; Dave Kierzkowski KD8EYF; and he who wishes not to be named' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __maintainer__ = 'Cort Buffington, N0MJS' __version__ = '0.9b' @@ -68,6 +68,7 @@ class playIPSC(IPSC): # def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data): if _end: + logger.info('(%s) End Voice Call. SRC SUB %s, TS %s, DST GROUP %s, PEER %s', _network, int_id(_src_sub), _ts+1, int_id(_dst_group), int_id(_peerid)) _self_peer = NETWORK[_network]['LOCAL']['RADIO_ID'] _self_src = _self_peer[1:]