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

      Remote VoIP Phone Unifi Network

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion unifi freepbx 14
      31
      0 Votes
      31 Posts
      2k Views
      JaredBuschJ

      @Dashrender said in Remote VoIP Phone Unifi Network:

      @JasGot said in Remote VoIP Phone Unifi Network:

      What are your routers? Ubiquiti?

      Can you disable SIP ALG on them? (sometimes called SIP transformation on other routers)

      He mentioned CONNTRACK - I know that's on USGs.. not sure if it's called that on ER's?

      OK the ER does have CONNTRACK.
      https://community.ui.com/questions/EdgeRouter-Infinity-conntrack-tuning/efc51d58-8464-41f5-b10e-f7d0fb10968b

      All routers have a conntrack table..

    • JaredBuschJ

      Upgrade FreePBX 14 to FreePBX 15

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx freepbx 15 freepbx 14 upgrade
      1
      1 Votes
      1 Posts
      2k Views
      No one has replied
    • V

      Incoming Call Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion asterisk freepbx freepbx 14 voip pbx telephony
      4
      2 Votes
      4 Posts
      1k Views
      V

      @JaredBusch said in Incoming Call Issue:

      @VoIP_n00b said in Incoming Call Issue:

      Running FreePBX v14... No resent changes made, except to change the name on an extension.

      When some calls in, and let's say they dial 555 then end up getting 511, 511 can then forward the call to 555 no issue, but I have no idea what is causing this.

      Because they released a horrible fucking update to IVR.

      Edit your IVR and set strict dial time out to No - legacy

      That fixed it! Thank you so much!!!

    • JaredBuschJ

      Setting up a Skyetel SIP trunk in FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion skyetel freepbx freepbx 14 pjsip
      22
      4 Votes
      22 Posts
      4k Views
      JaredBuschJ

      The benefit (to me) of setting this up like this means that your inbound routing is all just 10 digit numbers.
      80b943b7-bc27-4b89-82a3-498dec52b007-image.png

    • scottalanmillerS

      FreePBX 14 Fails with Update to Asterisk 16

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx pbx voip telephony asterisk freepbx 14 asterisk 16
      14
      1 Votes
      14 Posts
      2k Views
      scottalanmillerS

      Okay, we got it. Doing the switch, then the fwconsole update, then rebooting, and running through it all again... eventually it fixed itself.

    • WLS-ITGuyW

      fwconsole creating many emails through our Barracuda mail filter

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 sangoma freepbx
      29
      0 Votes
      29 Posts
      2k Views
      dbeatoD

      @WLS-ITGuy said in fwconsole creating many emails through our Barracuda mail filter:

      Just ran updates in FreePBX and now the queue buildup is back. Guess I'll have to fix it the right way

      Enjoy!

    • RomoR

      CDR reports not working FREEPBX 14

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion cdr freepbx 14
      2
      3 Votes
      2 Posts
      2k Views
      RomoR

      Apparently during the install of Asternic CDR reports a trigger was set that was pointing to a table that never got properly created. After I dropped the triggered from the asteriskcdrdb logging could start again.

      Here is the trigger:

      MariaDB [asteriskcdrdb]> show triggers; +--------------+--------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+ | Trigger | Event | Table | Statement | Timing | Created | sql_mode | Definer | character_set_client | collation_connection | Database Collation | +--------------+--------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+ | simp_channel | INSERT | cdr | BEGIN SET @orichn = ''; SET @dstchn = ''; SELECT SUBSTRING(NEW.channel,1,LENGTH(NEW.channel)-LOCATE("-",REVERSE(NEW.channel))) INTO @orichn; SELECT SUBSTRING(NEW.dstchannel,1,LENGTH(NEW.dstchannel)-LOCATE("-",REVERSE(NEW.dstchannel))) INTO @dstchn; IF @dstchan LIKE 'Local/FM%' THEN SELECT CONCAT('SIP/',SPLIT_STR(REPLACE(REPLACE(dstchannel,'#','-'),'@','-'),'-',2)) INTO @dstchn; INSERT INTO acdrunichan VALUES (NEW.uniqueid,@orichn,@dstchn); ELSE INSERT INTO acdrunichan VALUES (NEW.uniqueid,@orichn,@dstchn); END IF; END | AFTER | NULL | | root@localhost | utf8 | utf8_general_ci | utf8mb4_unicode_ci | +--------------+--------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+ 1 row in set (0.01 sec)

      Deleted it with:

      DROP Trigger if exists asteriskcdrdb.simp_channel;
    • scottalanmillerS

      Skyetel Inbound SIP Trunk on FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion skyetel freepbx voip telephony freepbx 14 asterisk pbx
      51
      1 Votes
      51 Posts
      4k Views
      JaredBuschJ

      @Dashrender said in Skyetel Inbound SIP Trunk on FreePBX:

      @JaredBusch said in Skyetel Inbound SIP Trunk on FreePBX:

      @scottalanmiller said in Skyetel Inbound SIP Trunk on FreePBX:

      @JaredBusch said in Skyetel Inbound SIP Trunk on FreePBX:

      @scottalanmiller said in Skyetel Inbound SIP Trunk on FreePBX:

      Locking a port to a single IP is a trivial task for any gear, even consumer.

      I wouldn't go that far.

      I don't know much consumer gear that doesn't make that easy.

      Super easy tomport forward? Yes. Able to restrict to a specific source IP? No.

      eh - if you're only open for the trunk provider, then you can likely lock to one or a few IPs.

      if you need mobile support - that's another story.

      How? Where? Been a while since I was in a consumer router, but port forwarding screens had nothing about source IP.

    • JaredBuschJ

      How to add a sip notify command to FreePBX 14 to force Yealink phones to reboot

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 freepbx yealink sip notify
      2
      1 Votes
      2 Posts
      3k Views
      JaredBuschJ

      @JaredBusch said in How to add a sip notify command to FreePBX 14 to force Yealink phones to reboot:

      After everything reloads, you can open up a ssh session and tell a phone to restart like this.

      asterisk -rx "pjsip send notify restart-yealink endpoint 110"

      You can also do more than one phone at a time. Just space delimit them .

      asterisk -rx "pjsip send notify restart-yealink endpoint 103 108 110"
    • WLS-ITGuyW

      FreePBX update error

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14
      1
      1 Votes
      1 Posts
      376 Views
      No one has replied
    • B

      FreePBX/Twilio dropping calls after 32 seconds. Channel PJSIP left 'simple_bridge'

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion twilio freepbx freepbx 14
      15
      1 Votes
      15 Posts
      3k Views
      scottalanmillerS

      @bnrstnr that's your most likely culprit, having it be SIP aware.

    • EddieJenningsE

      Strange PBX CDR Entries

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 security sip
      4
      0 Votes
      4 Posts
      652 Views
      JaredBuschJ

      @eddiejennings said in Strange PBX CDR Entries:

      I've disallowed SIP guests. We'll see if I get future CDR entries like these.

      You won't.

    • NashBrydgesN

      Disable FreePBX Admin Access Via Port 80

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14
      18
      1 Votes
      18 Posts
      2k Views
      NashBrydgesN

      @jaredbusch said in Disable FreePBX Admin Access Via Port 80:

      @nashbrydges said in Disable FreePBX Admin Access Via Port 80:

      @jaredbusch said in Disable FreePBX Admin Access Via Port 80:

      @nashbrydges said in Disable FreePBX Admin Access Via Port 80:

      @jaredbusch Brilliant! I changed the HTTP service to reject and it automatically redirects to HTTPS. Didn't even think of this.

      No idea how LE works, but you'll find out in 60 days.

      True enough. I'll leave this enabled and update if it caused any issues with LE.

      0_1537564897693_3c91d974-c275-4ddd-a39e-2d8f5a265b23-image.png

      Disabled you mean?

      Lol, yes.

    • scottalanmillerS

      Asterisk 13 CRITICAL ERROR! Required Service CHAN_SIP is disabled! This device is unusable!

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sip asterisk asterisk 13 asterisk 15 chansip freepbx freepbx 14 pbx voip
      6
      0 Votes
      6 Posts
      1k Views
      scottalanmillerS

      @jaredbusch said in Asterisk 13 CRITICAL ERROR! Required Service CHAN_SIP is disabled! This device is unusable!:

      does chan_sip.so exist in /usr/lib/asterisk/modules/?

      My guess is, no. But once we determined that there was no simple restoration and all evidence of chap_sip was gone from the system, they just rolled back to a snapshot from before the outage and all is well. So we might never know.

    • scottalanmillerS

      All Yealink Phones Down at One Site

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion pbx voip sip yealink yealink t42s freepbx 14 freepbx asterisk 15 asterisk
      23
      2 Votes
      23 Posts
      3k Views
      dbeatoD

      @scottalanmiller said in All Yealink Phones Down at One Site:

      @dbeato said in All Yealink Phones Down at One Site:

      @scottalanmiller said in All Yealink Phones Down at One Site:

      @i3 said in All Yealink Phones Down at One Site:

      Factory reset a phone and try manually programming? How about a packet capture at the site firewall, do you see attempts from that IP phone to where? I am assuming that the PBX is hosted elsewhere.

      This is basically where we went. We did this series of events and it appears to be fixed...

      Rebooted the firewall. Removed SIP-ALG, but this appears to have had no effect. Updated the firmware on each phone. Went to static DNS rather than DHCP set. DNS to CloudFlare instead of AD. Ensures STUN was on and set correctly. Added the PBX as a Proxy, manually enabled STUN for the proxy.

      After those seven steps, all phones are now registered. Couldn't find any step there that individually made a difference.

      To me looks like the DNS was caching something for the devices to get to. That's my theory.

      If so, why did changing the DNS alone not fix it?

      Not sure, I am just going by what you said. Basically very strange.

    • AdamFA

      Installing a salt minion on FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 saltstack
      4
      1 Votes
      4 Posts
      966 Views
      AdamFA

      @jaredbusch said in Installing a salt minion on FreePBX:

      @fuznutz04 I have not. But as you are seeing, FreePBX 14 and newer are not CentOS anymore. They are Sangoma OS.

      I am sure some manual setup would work as most things seemt to be ported, but no idea.

      The only extra thing I have added to FreePBX is ZeroTier.

      Good point. I will post some notes as to how well this works out. I was at least able to install it successfully.

    • JaredBuschJ

      FreePBX 14 super slow to update and then reboot

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 freepbx yum update reboot
      2
      0 Votes
      2 Posts
      1k Views
      JaredBuschJ

      @jaredbusch said in FreePBX 14 super slow to update and then reboot:

      I did not post a bug report there yet as I have no idea if this is reproducible.

      I mean I reverted to the snapshot prior to the update and then did all of this. But I reverted because I had exactly this same problem after the update last night.

      But I would expect a system to perform the exact same under this scenario.

    • scottalanmillerS

      FreePBX PJSIP Error Could Not Create an Object of Type Identify

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 pjsip sip asterisk asterisk 15 freepbx voip telephony
      3
      2 Votes
      3 Posts
      3k Views
      scottalanmillerS

      We still have the error, but we did determine that it's just an error message and the clients can register fine. The registration issue was unrelated. So not a big deal, but it would be nice to know why we get this.

    • scottalanmillerS

      FreePBX 14 Module Update Errors

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion voip sip asterisk freepbx freepbx 14 asterisk 13 telephony
      30
      1 Votes
      30 Posts
      5k Views
      scottalanmillerS

      @tm1000 said in FreePBX 14 Module Update Errors:

      Our QA team has confirmed that firewall has no issues:

      https://community.freepbx.org/t/bug-in-latest-firewall-adding-ip-to-firewall-trusted-zone-no-longer-updates-iptables-firewall-rules-on-firewall-restart/50181/9?u=tm1000

      I've got a few on the latest and haven't seen anything ourselves, yet. Seems good.

    • JaredBuschJ

      FreePBX error in EPM commercial module with Aastra phones

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx freepbx 14 commercial modules endpoint manager error bug
      2
      1 Votes
      2 Posts
      779 Views
      JaredBuschJ

      /sigh. The expected answer.
      0_1527375600424_4f024dd0-c6f1-42f4-a1a0-055199a803e3-image.png

      I know that EPM is a huge pain in the ass. But that is also why I willingly pay for it.

    • 1
    • 2
    • 3
    • 1 / 3