From ee3fbeb03b503bedcc1f61791e678eb9998c4d3e Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 28 Oct 2017 07:11:40 +0200 Subject: Split call control from built-in call console by using MNCC layer --- src/amps/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amps/dsp.c') diff --git a/src/amps/dsp.c b/src/amps/dsp.c index f3eb35b..27575f7 100644 --- a/src/amps/dsp.c +++ b/src/amps/dsp.c @@ -841,7 +841,7 @@ static void sender_receive_audio(amps_t *amps, sample_t *samples, int length) if (pos == 160) { if (amps->dtx_state == 0) comfort_noise(spl, 160); - call_tx_audio(trans->callref, spl, 160); + call_up_audio(trans->callref, spl, 160); pos = 0; } } -- cgit v1.2.3