All, Anyone try to get a logic signal for when DTMF is detected from app_rpt? Without the obvious of using an external decoder 😉. I’m looking at a duplex=3 setup, but don’t want the DTMF retransmitted over the air. Maybe in the form of a events management system variable or script? Thanks, Monty -- Monty
Perhaps the path to follow may be using tone macro to inhibit the TX. Just a method in thinking anyway. ...mike/kb8jnm On 11/23/2018 6:57 PM, Monty wrote:
All,
Anyone try to get a logic signal for when DTMF is detected from app_rpt? Without the obvious of using an external decoder 😉. I’m looking at a duplex=3 setup, but don’t want the DTMF retransmitted over the air.
Maybe in the form of a events management system variable or script?
Thanks, Monty --
Monty
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
On 11/23/18 6:57 PM, Monty wrote:
Anyone try to get a logic signal for when DTMF is detected from app_rpt?
You can setup a command to run an external program or toggle gpio for any command you want. Typically user defined macro's start with 5, but any number can be used so long as it's unique left to right. -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net
Thanks for the suggestions. I should clarify, I'm trying to use a in-cabinet repeat function of the repeater (duplex=3) and to gate the audio when DTMF is detected. Hoping to use some sort of output from app_rpt to gate the audio instead of building an external decoder. Monty On Sat, Nov 24, 2018 at 5:14 PM Bryan Fields <Bryan@bryanfields.net> wrote:
On 11/23/18 6:57 PM, Monty wrote:
Anyone try to get a logic signal for when DTMF is detected from app_rpt?
You can setup a command to run an external program or toggle gpio for any command you want. Typically user defined macro's start with 5, but any number can be used so long as it's unique left to right.
-- Bryan Fields
727-409-1194 - Voice http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Following along. In a similar situation using a small controller for local repeat audio/keying but the Pi for beeps and boops. I operate duplex mobile and can’t stand the inherent/unpredictable audio delay when repeat audio runs through the Pi. To pass audio to the Pi, the controller design is such that repeat audio doesn’t mute on DTMF. I probably can cut traces / add parts to solve this, but haven’t pursued it. tnx Mike / W5JR Alpharetta GA
On Nov 25, 2018, at 10:36 PM, Monty <monty@ke7jvx.com> wrote:
Thanks for the suggestions.
I should clarify, I'm trying to use a in-cabinet repeat function of the repeater (duplex=3) and to gate the audio when DTMF is detected. Hoping to use some sort of output from app_rpt to gate the audio instead of building an external decoder.
Monty
On Sat, Nov 24, 2018 at 5:14 PM Bryan Fields <Bryan@bryanfields.net> wrote: On 11/23/18 6:57 PM, Monty wrote:
Anyone try to get a logic signal for when DTMF is detected from app_rpt?
You can setup a command to run an external program or toggle gpio for any command you want. Typically user defined macro's start with 5, but any number can be used so long as it's unique left to right.
-- Bryan Fields
727-409-1194 - Voice http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
I knew what you were after. I did something similar myself paralleling a system with a cat1000 controller a long time ago. But it may not be exactly as you are trying. Short of editing and compiling the source, I think you are out of luck. To my knowledge, there is no ON EVENT flag for this. That would be ideal. That is why I suggested using tonemacro to toggle a audio mute on the output. But, can you make a separate node to use more directly so the audio is directly handled by app_rpt ? Then you have no issue. Just full time link the 2. But I guess that depends on your exact config. ...mike/kb8jnm On 11/25/2018 10:36 PM, Monty wrote:
Thanks for the suggestions.
I should clarify, I'm trying to use a in-cabinet repeat function of the repeater (duplex=3) and to gate the audio when DTMF is detected. Hoping to use some sort of output from app_rpt to gate the audio instead of building an external decoder.
Monty
On Sat, Nov 24, 2018 at 5:14 PM Bryan Fields <Bryan@bryanfields.net <mailto:Bryan@bryanfields.net>> wrote:
On 11/23/18 6:57 PM, Monty wrote: > Anyone try to get a logic signal for when DTMF is detected from app_rpt?
You can setup a command to run an external program or toggle gpio for any command you want. Typically user defined macro's start with 5, but any number can be used so long as it's unique left to right.
-- Bryan Fields
727-409-1194 - Voice http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org <mailto:App_rpt-users@lists.allstarlink.org> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (4)
-
Bryan Fields -
Mike -
Mike - W5JR -
Monty