Should i be able to see dtmf digits received by a URI device in the CLI? I'm having trouble getting app_rpt to respond to commands over the air?<br><br>I only see carrier detect related messages with asterisk -rvvvvvvvvv when i key a radio.<br>
<br>[Oct  6 13:35:10] NOTICE[23041]: chan_usbradio.c:2845 usbradio_read: rxcarrierdetect = 1, chan Radio/usb<br>[Oct  6 13:35:15] NOTICE[23041]: chan_usbradio.c:2845 usbradio_read: rxcarrierdetect = 0, chan Radio/usb<br><br>
I've already ran setup commands for rxnoise and rxvoice, etc... tx audio sounds good along with PTT. <br><br>Here's my usbradio.conf. I'm using speaker output of a radio for now.<br><br>thanks for any suggestions.<br>
<br><br>[usb]<br><br>hdwtype=1               ; Leave this set to 0 for USB sound fobs modified using<br>                        ; the instructions from usbfob.pdf. Use a setting of<br>                        ; 1 is for Dingotel/Sph interfaces.<br>
<br>rxboost=1               ; 0 = 20db attenuator inserted, 1= 20db attenuator removed<br>                        ; Set to 1 for additonal gain if using a low-level receiver output<br><br>rxctcssrelax=1          ; reduce talkoff from radios w/o CTCSS Tx HPF<br>
                        ; Do not change this, leave this as a 1<br><br>txctcssdefault=100.0    ; default tx ctcss freq, any frequency permitted<br>rxctcssfreqs=100.0      ; rx ctcss freqs in floating point. must be in table<br>
txctcssfreqs=100.0      ; tx ctcss freqs, any frequency permitted<br>;rxctcssoverride=0      ; Set to 1 or yes to start out in carrier squelch mode<br><br>carrierfrom=vox         ; no,usb,usbinvert,dsp,vox<br>                        ; no - no carrier detection at all<br>
                        ; usb - from the COR line on the modified USB sound fob<br>                        ; usbinvert - from the inverted COR line on the modified USB sound fob<br>                        ; dsp - from RX noise using dsp techniques<br>
                        ; vox - voice activated from RX audio<br><br>ctcssfrom=dsp           ; no,usb,dsp<br>                        ; no - CTCSS decoding, system will be carrier squelch<br>                        ; usb - CTCSS decoding using input from USB FOB<br>
                        ; (currently not supported)<br>                        ; dsp - CTCSS decoding using RX audio in DSP.<br>                        ; rxdemod option must be set to flat for this to work.<br><br>rxdemod=speaker            ; input type from radio: no,speaker,flat<br>
                        ; no - RX audio input not used<br>                        ; flat - Use RX audio from discriminator (before de-emphasis)<br>