All, Is it possible to pass a variable via DTMF to a macro? Let me explain my goal.. Private Node <-> Public Hub I would like a user on the private node to be able to link or unlink the hub node without having to go through the *4 remote command process to do it. In practice, I would like to use a macro like *5329728 from the Private Node and have the Public Hub connect to node 29728, is this possible? Robert N5QM
If you define the two in their respective rpt.conf nodes stanza, and have a function codes assigned to ilink,3 and ilink ,1 the private node should be able to connect directly. Something like this.... In the public node [nodes] radio@127.0.0.1:4569/29728,NONE. ; the public node radio@XXX.XXX.XXX.xxx:4569/1701,NONE. ; the private node Where XXX.XXX.XXX.XXX is the address of the private node, and1701 is it's number. On the private node: [nodes] radio@127.0.0.1:4569/1701,NONE radio@yyy.yyy.yyy.yyy:4569/29728,NONE Where yyy.yyy.yyy.yyy is the address of the public node. In fact, I think you'll need to do this anyhow since the private node won't appear or get directory information from the Allstar portal. Once that's in place, just a matter of dialing *329728 at the private node. If you wanted to make it shorter dialing.... Define two macros: [macro] 60 = *129728. ; disconnect 61 = *329728. ; connect The user can dial (and easily remember) *561 to connect, and *560 to disconnect Robert Garcia <robert@n5qm.com> wrote:
All,
Is it possible to pass a variable via DTMF to a macro? Let me explain my goal..
Private Node <-> Public Hub
I would like a user on the private node to be able to link or unlink the hub node without having to go through the *4 remote command process to do it.
In practice, I would like to use a macro like *5329728 from the Private Node and have the Public Hub connect to node 29728, is this possible?
Robert N5QM _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Robert, Thanks for responding... I am good with the config as you have described and it is already set that way. What I am trying to figure out is a way to shorten the DTMF command sequence from the Private node to get the Public node to connect to another public node. For example, instead of *4PUBLIC *3OTHERPUBLIC# something like *53OTHERPUBLIC I hope that makes sense.. Robert N5QM On Tue, Jul 30, 2013 at 11:02 PM, Robert A. Poff <wb3awj@comcast.net> wrote:
If you define the two in their respective rpt.conf nodes stanza, and have a function codes assigned to ilink,3 and ilink ,1 the private node should be able to connect directly.
Something like this.... In the public node [nodes] radio@127.0.0.1:4569/29728,NONE. ; the public node radio@XXX.XXX.XXX.xxx:4569/1701,NONE. ; the private node
Where XXX.XXX.XXX.XXX is the address of the private node, and1701 is it's number.
On the private node: [nodes] radio@127.0.0.1:4569/1701,NONE radio@yyy.yyy.yyy.yyy:4569/29728,NONE
Where yyy.yyy.yyy.yyy is the address of the public node.
In fact, I think you'll need to do this anyhow since the private node won't appear or get directory information from the Allstar portal.
Once that's in place, just a matter of dialing *329728 at the private node.
If you wanted to make it shorter dialing.... Define two macros: [macro] 60 = *129728. ; disconnect 61 = *329728. ; connect
The user can dial (and easily remember) *561 to connect, and *560 to disconnect
Robert Garcia <robert@n5qm.com> wrote:
All,
Is it possible to pass a variable via DTMF to a macro? Let me explain my goal..
Private Node <-> Public Hub
I would like a user on the private node to be able to link or unlink the hub node without having to go through the *4 remote command process to do it.
In practice, I would like to use a macro like *5329728 from the Private Node and have the Public Hub connect to node 29728, is this possible?
Robert N5QM ________________________________
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
-- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Assuming you already have the public and private nodes setup, and assuming the private node and public node are connected, on the private node add a macro like so: [macros] 1 = *4xxxxx*329728# 2 = *4xxxxx*129728# where xxxxx = your public node. the # is needed to complete the *4 (ie to terminate remote command) -- Tim :wq On Jul 30, 2013, at 7:43 PM, Robert Garcia <robert@n5qm.com> wrote:
All,
Is it possible to pass a variable via DTMF to a macro? Let me explain my goal..
Private Node <-> Public Hub
I would like a user on the private node to be able to link or unlink the hub node without having to go through the *4 remote command process to do it.
In practice, I would like to use a macro like *5329728 from the Private Node and have the Public Hub connect to node 29728, is this possible?
Robert N5QM _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Wow, all this discussion about macro-oni is getting me hungry!! :-) :-) Jim
From: tim.sawyer@me.com Date: Tue, 30 Jul 2013 21:33:13 -0700 To: App_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] DTMF Variables
Assuming you already have the public and private nodes setup, and assuming the private node and public node are connected, on the private node add a macro like so:
[macros] 1 = *4xxxxx*329728# 2 = *4xxxxx*129728#
where xxxxx = your public node. the # is needed to complete the *4 (ie to terminate remote command) -- Tim :wq
On Jul 30, 2013, at 7:43 PM, Robert Garcia <robert@n5qm.com> wrote:
All,
Is it possible to pass a variable via DTMF to a macro? Let me explain my goal..
Private Node <-> Public Hub
I would like a user on the private node to be able to link or unlink the hub node without having to go through the *4 remote command process to do it.
In practice, I would like to use a macro like *5329728 from the Private Node and have the Public Hub connect to node 29728, is this possible?
Robert N5QM _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (4)
-
Jim Duuuude -
Robert A. Poff -
Robert Garcia -
Tim Sawyer