ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. guide
    Log in to post
    • All categories
    • JaredBuschJ

      Installing Wordpress on CentOS 7 Minimal

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress centos 7 real instructions how to guide
      58
      3 Votes
      58 Posts
      9k Views
      JaredBuschJ

      @tim_g said in Installing Wordpress on CentOS 7 Minimal:

      @jaredbusch said in Installing Wordpress on CentOS 7 Minimal:

      setenforce permissive;

      Setup SELinux permissions

      semanage fcontext -a -t httpd_sys_content_t '/opt/yourdomain(/.*)?' restorecon -R /opt/yourdomain semanage fcontext -a -t httpd_sys_rw_content_t '/opt/yourdomain/wp-content(/.*)?' restorecon -R /opt/yourdomain/wp-content

      I run my servers with SELinux running in Enforcing mode, not permissive.

      So if it's in enforcing, WordPress will not run correctly. Example, you can't update, and the Add Plugins page gives a connection error (it's because httpd can't write correctly due to selinux enforcing).

      Instead of running SELinux in permissive system-wide, you can keep it in Enforcing mode, and issue the following command:

      semanage permissive -a httpd_t

      The reason I use that one instead of by directory, is because I don't know how to do that... well I do, but I didn't have time yet to see what all directories need to be written to for updating and plugins pages and such to work correctly. I'll add that here some other time when I get a chance to look in to it more.

      I only said that for install message you remove it back to enforcing

    • JaredBuschJ

      Outbound call routing with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx setup freepbx freepbx 13 call routing guide real instructions how to jareds guide to freepbx 13
      3
      5 Votes
      3 Posts
      4k Views
      JaredBuschJ

      @brianlittlejohn said in Outbound call routing with FreePBX 13:

      Is it best to setup a second route for e911 usage?

      I always do. Because then I can mark the route as such.

    • JaredBuschJ

      Setup inbound call routing with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13 call routing
      28
      3 Votes
      28 Posts
      12k Views
      EddieJenningsE

      @JaredBusch I see that now. I'm not making plans to make any kind of changes with Asterisk's behavior. I was simply geeking out on the questions of why and how. 🙂

    • JaredBuschJ

      Caller ID setup with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup callerid guide real instructions how to jareds guide to freepbx 13
      2
      3 Votes
      2 Posts
      2k Views
      JaredBuschJ

      Justy a note, you need to create an OpenCNAM account and fund it if you do not have one.
      https://www.opencnam.com/register

      I recommend OpenCNAM because it is generally cheaper than your carrier CID charges.
      If you recall from the VoIP.ms setup, they charge $0.008 per lookup.
      0_1476665080340_upload-bd67743f-2977-48bf-94c6-a40993c0cf1c

      OpenCNAM is half that at $0.0039 per lookup. https://www.opencnam.com/pricing

    • JaredBuschJ

      Using Time Groups and Time Conditions with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • JaredBuschJ

      Setting up an IVR with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup ivr guide real instructions how to jareds guide to freepbx 13
      2
      1 Votes
      2 Posts
      3k Views
      JaredBuschJ

      Often sales people and management will ask, "How do I check my voicemail from outside?" I always recommend that they enable voicemail to email, but for those that want it, you can set up a silent option in the IVR.

      What I mean by silent option is that you will add another option to the IVR, but you will not announce that option in the recorded audio.

      Add another entry and choose the Destination category of Feature Code Admin and then select Dial Voicemail <*98>
      0_1476657697065_upload-a36573d5-eb7a-4491-abac-268f2084e8fc

    • JaredBuschJ

      Creating System Recordings with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13 system recordings
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • JaredBuschJ

      Creating Ring Groups with FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13 ring group
      1
      2 Votes
      1 Posts
      3k Views
      No one has replied
    • JaredBuschJ

      Creating a Conference Bridge in FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup conference guide real instructions how to jareds guide to freepbx 13
      2
      2 Votes
      2 Posts
      3k Views
      JaredBuschJ

      It should be noted, that when you create a new extension, FreePBX will create user conference rooms automatically if you create a new User Manager user at the same time.

      0_1485799266380_upload-1d379a1d-151d-4f7d-8a95-d3d5cabd3897

    • JaredBuschJ

      Setting up a SIP trunk in FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup sip trunk voip.ms guide real instructions how to jareds guide to freepbx 13
      8
      2 Votes
      8 Posts
      16k Views
      JaredBuschJ

      @u2communications said in Setting up a SIP trunk in FreePBX 13:

      If you find yourself still trying to get incoming calls working after several hours (like me), be advised that the default DID settings on voip.ms will not work. You merely have to set up a sub-account and make sure to set the authentication type as user/password authentication. Add your DID's to the sub-account and authenticate with the accountnumber_subaccount convention and use the password you created when setting up the sub-account.

      I have never experienced an issue using the primary account on VoIP.ms. I highly recommend against it, always. But, I have never had a problem using it.

      Also, welcome to ML.

    • JaredBuschJ

      Creating your first extensions on FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup extensions guide real instructions how to jareds guide to freepbx 13
      1
      2 Votes
      1 Posts
      8k Views
      No one has replied
    • JaredBuschJ

      FreePBX 13 System Admin Setup

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13
      1
      4 Votes
      1 Posts
      3k Views
      No one has replied
    • JaredBuschJ

      Configure the FreePBX Smart Firewall

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup firewall guide real instructions how to jareds guide to freepbx 13
      2
      4 Votes
      2 Posts
      6k Views
      JaredBuschJ

      The last step there, "Networks" is still functionally the same, but the GUI has been updated.
      0_1497720411597_26d90ab5-694d-4265-8cdc-3857472d3911-image.png

      0_1497720454881_734d9d26-9ecc-47f3-ab3e-e0dbc5ab2657-image.png

    • JaredBuschJ

      FreePBX 13 Initial GUI setup

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • JaredBuschJ

      Installing FreePBX 13 from the ISO

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx 13 freepbx setup freepbx guide real instructions how to jareds guide to freepbx 13
      1
      4 Votes
      1 Posts
      3k Views
      No one has replied
    • JaredBuschJ

      Using Vultr for FreePBX 13

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13 freepbx vultr
      37
      5 Votes
      37 Posts
      10k Views
      scottalanmillerS

      @JaredBusch said in Using Vultr for FreePBX 13:

      Then, what providers support OPUS? Most only support 711 and sometimes 722.

      Hence why we transcode to g722 for Skyetel. But the g722 path is from a datacenter to datacenter, so not really worried about questionable call path qualities.

      Opus seems to help on everything from wifi to mobile to offices with low quality WANs. We have people on fractional T1 still, so fight some tight bandwidth battles.

    • JaredBuschJ

      FreePBX 13 Setup Guide

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon freepbx 13 freepbx setup guide real instructions how to jareds guide to freepbx 13
      10
      12 Votes
      10 Posts
      13k Views
      Emad RE

      @JaredBusch

      We need proxy guide for shiity countries

      I think I am unable to complete call due to blocking.

      I configured 2 extenstions on 2 smartphones, and they both can ring each other, but never connect

    • 1
    • 2
    • 2 / 2