<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 07/08/2014 09:24 AM, Skyler F wrote:<br>
    </div>
    <blockquote
cite="mid:CAJNyT0-y_-4Y7MirMaYr6Ea+O4d86fDmo6P-RM+-Wq7909FRxg@mail.gmail.com"
      type="cite">
      <div dir="ltr">This goes back to what I was dealing with before,
        my link to the remote repeater (via input frequency) requires me
        to use duplex=0 so I don't have to deal with it ID'ing over the
        repeater etc.
        <div><br>
        </div>
        <div>If I were to use duplex=1, there would be 3 constraints I
          would need to solve</div>
        <div><br>
        </div>
        <div>#1- NO voice prompt comes in when I enable or disable <span
            class="" style="font-size:13px;font-family:arial,sans-serif">TX</span><span
            style="font-size:13px;font-family:arial,sans-serif"> </span><span
            class="" style="font-size:13px;font-family:arial,sans-serif">PL</span><font
            face="arial, sans-serif"> on Input ONLY , I can't have it
            saying "T" "X" "P" "L" "E" "N" "A" every time I have a dtmf
            or macro enabling and disabling it. </font></div>
        <div><span style="font-size:13px;font-family:arial,sans-serif"><br>
          </span></div>
        <div><span style="font-size:13px;font-family:arial,sans-serif">#2-
            After I unkey, it does this  [Wait , Courtesy beep , Wait] ,
            I don't know what the first wait is, I know the second one
            is hang time. I need to delete both waits.</span></div>
      </div>
    </blockquote>
    <br>
    telemwait=<br>
     <br>
    and, in courtesy tones;<br>
    <br>
    <pre>ct2=|t(660,880,150,2048)</pre>
               ^   ^   ^    ^<br>
                |     |    |      |----- amplitude<br>
                |     |    |------------duration<br>
                |     |----------------Frequency 2<br>
                |---------------------Frequency 1<br>
    <br>
    So, 660hz, 880hz, 150ms at 2048 amplitude.<br>
    <br>
    Mine is like this...<br>
    ct8=|t(0,0,10,0)(880,440,50,2048)(0,0,50,0)(350,440,50,2048)<br>
    <br>
    [wait-times]<br>
    telemwait=150<br>
    idwait=10   <br>
    unkeywait=650<br>
    calltermwait=150<br>
    <br>
    <br>
    That's after the signal into the repeater goes away, and before the
    telemetry starts.  Of course, you don't -want- telemetry, so someone
    else could help, there.  I added the 10ms delay before the tones,
    because that's what worked for me.<br>
    <br>
    You can add custom sounds here, instead of tones.  Some have gotten
    rather clever with tones, imitating the NexTel Chirp, for one... the
    's-s-stutter dial-tone, for another... a StarTrek Communicator, etc,
    etc...<br>
    <br>
    <blockquote
cite="mid:CAJNyT0-y_-4Y7MirMaYr6Ea+O4d86fDmo6P-RM+-Wq7909FRxg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><span style="font-size:13px;font-family:arial,sans-serif"><br>
          </span></div>
        <div><span style="font-size:13px;font-family:arial,sans-serif">#3-
            I think pretty easy I saw some other threads on it, run
            macros when connected to any node, and run a macros when
            disconnected.</span></div>
        <div><span style="font-size:13px;font-family:arial,sans-serif"><br>
          </span></div>
        <div><font face="arial, sans-serif">If those three constraints
            are solved, I can then turn duplex=0 to 1. Else, I have to
            stay there.</font><br>
        </div>
      </div>
    </blockquote>
    <br>
    <font face="arial, sans-serif">I use macros to connect and
      disconnect to specific nodes... can even use them in cron settings
      to select what  times to be/not to be connected 'somewhere'...<br>
      <br>
    </font>
  </body>
</html>