ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.4m
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by

      Custom FrePBX coding...

      https://community.freepbx.org/t/can-i-do-this-custom-context-better/56012

      [macro-dialout-trunk-predial-hook]
      exten => s,1,Wait(1)
      exten => s,n,NoOp()
      ;exten => s,n,Log(NOTICE, Arrived in macro-dialout-trunk-predial-hook)
      ; Check if we came from the route "88_stripped_AUTCODE"
      exten => s,n,GotoIf($["${OUTBOUND_ROUTE_NAME}"=="88_stripped_AUTCODE"]?autcodestripped,1)
      ; If not, pick apart OUTNUM. Normal format 81NXXNXXXXXXXXXXX
      exten => s,n,Set(AUTDIALED=${OUTNUM:2:10})
      exten => s,n,Set(AUTCODE=${OUTNUM:-5})
      ; Lookup the outbound CID for this AUTCODE
      exten => s,n,Set(AUTCODECIDNUM=${GET_AUTCODECID(${AUTCODE})})
      exten => s,n,Set(TRUNKCIDOVERRIDE=${AUTCODECIDNUM})
      ;exten => s,n,Log(NOTICE, Leaving macro-dialout-trunk-predial-hook)
      ;exten => s,n,DumpChan
      ;exten => s,n,Goto(outbound-allroutes)
      exten => s,n,Goto(from-internal,881${AUTDIALED},1)
      exten => s,n,Hangup()
      exten => autcodestripped,1,NoOp()
      ;exten => autcodestripped,n,Log(NOTICE, In macro-dialout-trunk-predial-hook but already stripped autcode)
      ;exten => autcodestripped,n,DumpChan
      ;exten => autcodestripped,1,Log(NOTICE, Leaving macro-dialout-trunk-predial-hook but already stripped autcode)
      
      1 Reply Last reply Reply Quote 1
      • notverypunnyN
        notverypunny
        last edited by

        waiting to see if the cmos battery in an XPS13 will recharge... might be able to get it cheap from work if I can revive it

        1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @Dashrender
          last edited by

          @Dashrender said in What Are You Doing Right Now:

          @JaredBusch said in What Are You Doing Right Now:

          @Dashrender said in What Are You Doing Right Now:

          @JaredBusch said in What Are You Doing Right Now:

          @RojoLoco said in What Are You Doing Right Now:

          @JaredBusch said in What Are You Doing Right Now:

          Trying to figure out how to install MeshAgent without logging into user machines.

          PDQ deploy?

          Like GPO, I have that in one place, but not all.

          The only thing I have every place is ScreenConnect.

          I can download the Agent easily.

          I can execute it, and a MeshAgent.exe process shows up.

          But nothing hits the console.

          The ScreenConnect session is not a full environment. I do a lot with it, but never tried this before.

          Are there commandline options that allow it to install silently? If it's not hiting your console, I'm assuming is requiring user interaction on the desktop by the default installer?

          That was it.. Command line for windows was a -install and not a /install and I needed to use -fullinstall to make it work.

          Winner Winner Chicken dinner

          So used to Windows using / for switches on the command line.

          tonyshowoffT DashrenderD 2 Replies Last reply Reply Quote 0
          • tonyshowoffT
            tonyshowoff @JaredBusch
            last edited by tonyshowoff

            @JaredBusch said in What Are You Doing Right Now:

            So used to Windows using / for switches on the command line.

            The moronic decisions of Gary Kildall and everyone else that decided to copy the command syntax of OpenVMS and RDOS rather than something a bit more logical like Unix. Not to mention busted ass syntax made worse even today with PowerShell... great, commands with hyphens, that's not irritating at all. Maybe let's copy bash or something, oh no let's instead really mess things up even more and invent something worse.

            Also with classic DOS, you want to run it in the background? Can't use &, instead && is used as a command separator. Essentially the bad syntax choices made early on made it to where every additional change was equally terrible or made even worse.

            StrongBadS 1 Reply Last reply Reply Quote 1
            • StrongBadS
              StrongBad @tonyshowoff
              last edited by

              @tonyshowoff said in What Are You Doing Right Now:

              @JaredBusch said in What Are You Doing Right Now:

              So used to Windows using / for switches on the command line.

              The moronic decisions of Gary Kildall and everyone else that decided to copy the command syntax of OpenVMS and RDOS rather than something a bit more logical like Unix. Not to mention busted ass syntax made worse even today with PowerShell... great, commands with hyphens, that's not irritating at all. Maybe let's copy bash or something, oh no let's instead really mess things up even more and invent something worse.

              Also with classic DOS, you want to run it in the background? Can't use &, instead && is used as a command separator. Essentially the bad syntax choices made early on made it to where every additional change was equally terrible or made even worse.

              I think VMS copied Kildall. C/PM was 1974, VMS was 1977.

              tonyshowoffT 1 Reply Last reply Reply Quote 0
              • tonyshowoffT
                tonyshowoff @StrongBad
                last edited by tonyshowoff

                @StrongBad said in What Are You Doing Right Now:

                I think VMS copied Kildall. C/PM was 1974, VMS was 1977.

                Yes, you are correct. In either case, he still at least copied RDOS. What's astonishing to me about the whole thing is we know that people were aware of Unix and its well thought out approach to CLI, or even Multics, et al. I imagine though OpenVMS probably copied RDOS.

                I recall reading something many years ago where Bill Gates mentioned the superior command syntax of Unix (after all Microsoft had their own version of Unix, Xenix) but they had to remain mostly-compatible with CP/M for competitive reasons.

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller
                  last edited by

                  Hanging put with the kiddo.

                  1 Reply Last reply Reply Quote 0
                  • black3dynamiteB
                    black3dynamite
                    last edited by

                    Learning something new with lxc.
                    https://discuss.linuxcontainers.org/t/forward-port-80-and-443-from-wan-to-container/2042/2

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller
                      last edited by

                      Dealing with a Zimbra outage.

                      1 Reply Last reply Reply Quote 1
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Making some coffee.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          Zimbra fixed. Now to answer all of the emails.

                          CloudKnightC 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller
                            last edited by

                            Finally drinking my coffee.

                            Kids are just waking up now, too.

                            1 Reply Last reply Reply Quote 0
                            • CloudKnightC
                              CloudKnight @scottalanmiller
                              last edited by

                              @scottalanmiller said in What Are You Doing Right Now:

                              Zimbra fixed. Now to answer all of the emails.

                              Services?

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @CloudKnight
                                last edited by

                                @StuartJordan said in What Are You Doing Right Now:

                                @scottalanmiller said in What Are You Doing Right Now:

                                Zimbra fixed. Now to answer all of the emails.

                                Services?

                                Several services were not running, that is correct.

                                dbeatoD 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  @Dominica just made chocolate chip cookies.

                                  1 Reply Last reply Reply Quote 0
                                  • DashrenderD
                                    Dashrender @JaredBusch
                                    last edited by

                                    @JaredBusch said in What Are You Doing Right Now:

                                    @Dashrender said in What Are You Doing Right Now:

                                    @JaredBusch said in What Are You Doing Right Now:

                                    @Dashrender said in What Are You Doing Right Now:

                                    @JaredBusch said in What Are You Doing Right Now:

                                    @RojoLoco said in What Are You Doing Right Now:

                                    @JaredBusch said in What Are You Doing Right Now:

                                    Trying to figure out how to install MeshAgent without logging into user machines.

                                    PDQ deploy?

                                    Like GPO, I have that in one place, but not all.

                                    The only thing I have every place is ScreenConnect.

                                    I can download the Agent easily.

                                    I can execute it, and a MeshAgent.exe process shows up.

                                    But nothing hits the console.

                                    The ScreenConnect session is not a full environment. I do a lot with it, but never tried this before.

                                    Are there commandline options that allow it to install silently? If it's not hiting your console, I'm assuming is requiring user interaction on the desktop by the default installer?

                                    That was it.. Command line for windows was a -install and not a /install and I needed to use -fullinstall to make it work.

                                    Winner Winner Chicken dinner

                                    So used to Windows using / for switches on the command line.

                                    Which is hilarious, I remember you berating me for this very thing in the past.

                                    1 Reply Last reply Reply Quote 0
                                    • dbeatoD
                                      dbeato @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      @StuartJordan said in What Are You Doing Right Now:

                                      @scottalanmiller said in What Are You Doing Right Now:

                                      Zimbra fixed. Now to answer all of the emails.

                                      Services?

                                      Several services were not running, that is correct.

                                      Did it just restart the services by a scritp?

                                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @dbeato
                                        last edited by

                                        @dbeato said in What Are You Doing Right Now:

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @StuartJordan said in What Are You Doing Right Now:

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        Zimbra fixed. Now to answer all of the emails.

                                        Services?

                                        Several services were not running, that is correct.

                                        Did it just restart the services by a scritp?

                                        No. It couldn't come back up on its own.

                                        1 Reply Last reply Reply Quote 0
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Dominica just broke one of our classic Ithaca Brewery glasses that we've had since ~2001.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            Dominica is making homemade ice cream now.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3388
                                            • 3389
                                            • 3390
                                            • 3391
                                            • 3392
                                            • 4443
                                            • 4444
                                            • 3390 / 4444
                                            • First post
                                              Last post