Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249338
Collapse All | Expand All

(-)svxlink-080730.orig/svxlink/trx/SpanDtmfDecoder.cpp (-1 / +1 lines)
Lines 166-172 bool SpanDtmfDecoder::initialize(void) Link Here
166
  }
166
  }
167
  
167
  
168
  dtmf_rx_init(&p->rx_state, NULL, this);
168
  dtmf_rx_init(&p->rx_state, NULL, this);
169
  dtmf_rx_parms(&p->rx_state, FALSE, max_fwd_twist, max_rev_twist);
169
  dtmf_rx_parms(&p->rx_state, FALSE, max_fwd_twist, max_rev_twist, -100); /*5th param threshold The minimum acceptable tone level for detection, in dBm0. <= -99 to leave unchanged. */
170
  dtmf_rx_set_realtime_callback(&p->rx_state, SpanDtmfDecoder::toneReportCb,
170
  dtmf_rx_set_realtime_callback(&p->rx_state, SpanDtmfDecoder::toneReportCb,
171
      	      	      	        this);
171
      	      	      	        this);
172
  
172
  

Return to bug 249338