<html><head></head><body>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.<br>
<br>
Something like this....<br>
In the public node<br>
[nodes]<br>
radio@127.0.0.1:4569/29728,NONE.                 ; the public node<br>
radio@XXX.XXX.XXX.xxx:4569/1701,NONE.    ; the private node<br>
<br>
Where XXX.XXX.XXX.XXX is the address of the private node, and1701 is it's number.<br>
<br>
On the private node:<br>
[nodes]<br>
radio@127.0.0.1:4569/1701,NONE<br>
radio@yyy.yyy.yyy.yyy:4569/29728,NONE<br>
<br>
Where yyy.yyy.yyy.yyy is the address of the public node.<br>
<br>
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.<br>
<br>
Once that's in place, just a matter of dialing *329728 at the private node.<br>
<br>
If you wanted to make it shorter dialing....<br>
 Define two macros:<br>
[macro]<br>
60 = *129728.    ; disconnect<br>
61 = *329728.    ; connect<br>
<br>
The user can dial (and easily remember) *561 to connect, and *560 to disconnect<br>
<br><br><div class="gmail_quote">Robert Garcia <robert@n5qm.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">All,<br /><br />Is it possible to pass a variable via DTMF to a macro?  Let me explain my goal..<br /><br />Private Node <-> Public Hub<br /><br />I would like a user on the private node to be able to link or unlink<br />the hub node without having to go through the *4 remote command<br />process to do it.<br /><br />In practice, I would like to use a macro like *5329728 from the<br />Private Node and have the Public Hub connect to node 29728, is this<br />possible?<br /><br />Robert<br />N5QM<br /><hr /><br />App_rpt-users mailing list<br />App_rpt-users@ohnosec.org<br /><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br /></pre></blockquote></div><br>
-- <br>
Sent from my Android phone with K-9 Mail. Please excuse my brevity.</body></html>