Tobias Blomberg
Tobias Blomberg
The purpose of a minimal config is to eliminate as much as possible of functionality to pinpoint where the problem is. Does it still occur if modules are removed? SvxReflector...
So with that config, your node will get into the bad state just by opening and closing the squelch? Nothing else? I just tried it here on my laptop but...
I can reproduce the problem now when testing on the RPi. However, it does not happen with the latest release (maint branch) but it do happen on master. Can you...
I think I found what's wrong. Please recheck that you have the correct TCL files matching the latest master and that you have no TCL modifications, especially Logic::send_rgr_sound. That function...
The problem is this TCL-code: ``` for {set i 0} {$i < $sql_rx_id} {incr i 1} { playTone 2450 500 50; playSilence 50; } ``` When sql_rx_id is set to...
I'd rather not do that since it's much trickier to design a protocol that is backwards compatible. It's designed from the beginning so that the whole network should be updated...
The RPi unfortunately seem to be a very unreliable platform to run SvxLink on. For some people it works great and other people have all sorts of strange problems. USB...
**Commented by sm0svx on 2 Sep 2012 05:50 UTC** Qtel support OSS by specifying the audio device as oss:/dev/dsp. Pulseaudio is not supported at this moment.
There is no such functionality in SvxLink at the moment but possibility to AND/OR multiple squelch detector types together have been requested previously. You can get the functionality you want...
I'm not sure what's causing this. Can you post the loop configuration as well?