Quantcast
Channel: FreePBX Community Forums - Latest posts
Viewing all 227919 articles
Browse latest View live

Security Notice after upgrade

$
0
0

Try

fwconsole ma refreshsignatures
fwconsole chown
fwconsole r

SuiteCRM Users not Syncing with User Manager Module

$
0
0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

Http://mirror.freepbx.org/ Not working , even downloads and updates not working

$
0
0

Interesting… I was trying to get let’s encrypt to work on a box and it complained about this.

Attempting to connect to mirror.freepbx.org returns "ERROR 503: Service Unavailable."

$
0
0

Hopefully someone internal will wake up and notice the alarms going off, but as the guy that WROTE the Mirror server, it looks like something is wrong with Apache.

The server is accepting connections, but the error ‘503: Service Unavailable’ means that Apache was unable to distribute it to a worker process. Probably just restarting the container will fix it.

If anyone REALLY REALLY URGENTLY needs access to the mirror server, I did write a mirror proxy earlier this year, due to me being on the other side of the world to the real mirror server. Feel free to send me a PM here or on Twitter (or facebook, or whatever - I’m xrobau everywhere) and I’ll see what I can do about helping you out.

However, I’m sure that as soon as someone at Sangoma sees the alerts, they’ll sort it out.

FreePBX to PBXAct

No Call history in SuiteCRM

$
0
0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

Cisco 7945G on freepbx

$
0
0

This isn’t actually true. The Chan-SCCP-B module is installable and requires minimal “extra” steps: you need to install the asterisk-devel YUM update and you need to compile Chan-SCCP-B against that. Once done, you “not load” the chan-skinny Asterisk module and “load” the chan-sccp module.

There is also a “constantly in development” FreePBX management pageset for the phones in Skinny mode that allows you to manage them from FreePBX. I’ve written in this group extensively about both of these options.

The 79xx phones in SIP mode are terrible. In Skinny mode, they are actually reasonably easy to use. In addition, because of the way they are maintained, you can update the phones button configuration without having to reboot the phone.

Having said that, I would never recommend these phones to a first-time phone installer. If you have experience and understand the vernacular, however, these phones with Chan-SCCP-B and the FreePBX second-party SCCP Manager, the phones are easier to install than (say) Polycoms being flashed to Firmware version 3 to version 4.

Message when an extension is in use and after 6 rings

$
0
0

There are a ton of ways you can do this. My order or preference:

  1. Common voicemail box for all of the extensions. After 30 seconds, the call is dropped into voice mail and all of the phones are then marked as “email waiting”.

  2. A queue. This way, you can preface the call with an announcement, put a message in the data stream, and basically control the call flow. There are also a lot of other cool features in a queue that aren’t available in a ring group.

  3. Ring Group. Set up all of the phones in a RG and when the call is ‘dropped’, it ends up in VM. Make the “fail” time short (say 15 seconds) and tell people to pick up the phone with the first three rings or leave it alone. Combine this with 1. above and you have a solid, simple solution.


How to connect to freepbx remotely to do pbx management

$
0
0

Using the Integrated Frewall, allow SSH and HTTP from only known addresses and get a known address. There are several ways to do this, including static addressing from your IP provider, DynDNS services, and VPN. Pick one and swing away.

Disable a trunk once it's idle

$
0
0

There is native support for this with fwconsole:

[root@lorne14-pro ~]# fwconsole trunks
Choose an ID to enable/disable
+----+--------+-----------------------------+----------+
| ID | TECH   | Channel ID                  | Disabled |
+----+--------+-----------------------------+----------+
| 1  | pjsip  | fpbx-1-redacted             | off      |
| 2  | pjsip  | fpbx-2-redacted             | off      |
| 3  | custom | local/$OUTNUM$@custom-trunk | off      |
| 4  | custom | local/s@trunk-notification  | off      |
+----+--------+-----------------------------+----------+

[root@lorne14-pro ~]# fwconsole trunks --disable 1
Disabling Trunk 1

[root@lorne14-pro ~]# fwconsole trunks
Choose an ID to enable/disable
+----+--------+-----------------------------+----------+
| ID | TECH   | Channel ID                  | Disabled |
+----+--------+-----------------------------+----------+
| 1  | pjsip  | fpbx-1-redacted             | on       |
| 2  | pjsip  | fpbx-2-redacted             | off      |
| 3  | custom | local/$OUTNUM$@custom-trunk | off      |
| 4  | custom | local/s@trunk-notification  | off      |
+----+--------+-----------------------------+----------+

[root@lorne14-pro ~]# fwconsole trunks --enable 1
Enabling Trunk 1

https://wiki.freepbx.org/pages/viewpage.action?pageId=37912685#fwconsolecommands(13+)-Trunks

Freepbx 13, CID via cisco trunk suggestions

$
0
0

If I understand your problem, I’d suggest setting the Caller ID on the outbound “city” trunk to use a standard “office” caller ID. That would solve the problem with internal extensions leaking out onto the POTS network.

Now, in the scenario where you have a call “from outside” that gets to a Cisco phone, which is CFW to an external number, it’s incumbent on UCM to pass along the original number. If that’s not happening in UCM, the number will get passes as the extension (which sounds familiar).

In this case, you might need to set up the system so that CFW is handled within Asterisk and don’t have the people using Cisco to use the “in the phone” CFW button.

FreePBX 14 running very slow - Apply config takes 10+ minutes

$
0
0

Who are these?

Technical information on the CDR report

$
0
0

Yes, that part. You still need to set up the Integrated Firewall to only allow your trusted IP address partners to access ports 5060/5160.

Tftp server But is there anything else?

$
0
0

The “simple” way of doing this is to bite the bullet and buy the commercial module “System Administration”. You can manage it from there.

Configuring Cisco 79xx Now Open Source Endpoint Manager Has Gone

$
0
0

As mentioned in other threads, there are two GitHub sources for a solution to this specific problem:

Steps 1 and 2 to install the Chan-SCCP-B module from GitHub. Interesting new success with Chan-SCCP-B and SCCP-Manager (both from GitHub)

Once you do that, the phones will work in Skinny mode and be managed from the FreePBX GUI. It’s not EPM, and it only works with Skinny/SCCP phones, but it’s an option. There are a couple of gotcha’s in the install right now, but I think they’ve been addressed in recent weeks.

Short of that - you can try to manage it all by hand through your SIP settings.


Remove "Forgot Password" link from UCP login page

$
0
0

While that’s totally true, if you can find and fix it yourself and then submit the fix, that is more likely to get your issue to get traction. The fix to the GUI is going to be the hard part - losing the link should be a snap.

SIP Proxy config

$
0
0

If this is still a thing, I have two observations:

  1. You should be able to set up a trunk to your ITSP. The phones connect to Asterisk. so they are (by definition) connecting via a proxy.
  2. If you want to use a proxy, then getting something like Kamaillo (sic) and using THAT as a proxy would work better.

UnixODBC update

$
0
0

Obvious question: Why?

Are you installing something on the server that requires that version or are you looking at a security scan and need to get compliant?

Technical information on the CDR report

$
0
0

I activated the firewall, now it works very well! thank you all for the information, you have helped me in a practical way to resolve to perfection

Understanding Lenny files

$
0
0

To say out loud what everyone else probably thought: WTH?

The regular expression is pretty straightforward (he says, lying through his teeth) but it sounds like you want concatenate a couple of WAV files, which is pretty simple is any free wave file editor.

Viewing all 227919 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>