Is there an option to enable/disable all the trunks with fwconsole at once?
Everything works fine with the individual trunks but I’m wondering what should be the bulk syntax for the command (if any).
Is there an option to enable/disable all the trunks with fwconsole at once?
Everything works fine with the individual trunks but I’m wondering what should be the bulk syntax for the command (if any).
hi wmoon, no i wouldn’t say there is consistency with this issue as those same users won’t complain for days now and it always auto resolves.
i would like to thank you so much for the trouble shooting approach you have given. i am really surprised why didn’t i went with all these basic logical trouble shooting on my own as i am a technical network guy. (this is because i am afraid of this voice thing and i have no knowledge about it. it was setup by someone else and now that they have left, i have no idea)
well, i would look into these steps and would try to find out the real problem. here is what i would do.
1. i would check all the ABC extensions and see if there is any configuration related difference.
2. i would swap the extensions, or the phone sets to see if the problem follows.
3. i would try to to take call traces for good and bad call and compare it.
4. i would do packet traces to view RTP flow. (i dont know how it is done, do i have to do it in freepbx server or at network level?
5. and finally i would go for an update.
i will update here the results here.
As far as I know it’s unsupported. You must do them one by one:
fwconsole trunks --disable 1
You could parse the output of
fwconsole trunks --list
and then script it.
i will see the videos…
but now i understand what u say and no is that what i looking for. because i did my custom IVR on a file, where read variables from another source etc. so, i dont want IVR on GUI manage the ivr. i want the incoming call go yo my file.
you got?
Thanks
Hi all,
Leo here from the Sangoma marketing department. We have had some serious meetings here at Sangoma headquarters with Tango, the frog, and he wants us to keep things fun and has asked us to open up an online merchandise store. And so we did!
Today, are launching our very first online merchandise store which showcases apparel, and anything else you can think of, that will display your pride for FreePBX. We also brought back the original FreePBX T-shirts too!
Here is a link to the new Merchandise Store: https://www.zazzle.com/store/sangomatech
Take a look through our store and see if you find anything interesting that you would like to purchase. We do plan to add a tone of more items, on a consistent basis. If you have any suggestions on items that you want to see in the store, let us know and we’ll consider creating them.
Yes, I got this.
It is weird that is doesn’t work with the custom extension. maybe you can find in the asterisk logs where it is going wrong?
when i create a extension, with number 5000, and set destination to ext 5000, drop the call because there is no connected.
i must config on a virtual extension?
Cool!
I run out of storage on my Vultr installed Freepbx quite often. It’s a 25GB server and I’d like to be able to keep more call recordings, but lately it seems like other folders are growing as well.
What is the best way to address this issue, free up storage, expand the drive, or mount another drive? I don’t have a lot of experience with Linux so the easiest way without messing up my Freepbx system would be perferred.
I just deleted most of my call recordings.
[root@freepbx var]# du -sh *
0 account
0 adm
204M cache
0 crash
8.0K db
0 empty
0 ftp
0 games
0 gopher
0 kerberos
2.1G lib
0 local
0 lock
2.1G log
0 mail
0 nis
0 opt
0 preserve
0 run
3.4G spool
4.0K tmp
2.1G www
0 yp
check your spaces they look like '20" when hexified your string seems malformed around the 20 but the forum mangked what is really there
Add block storage in the same data center: https://www.vultr.com/products/block-storage/
Attach to your server, format, and mount.
During some down time, move the recordings from /var/spool/asterisk/monitor into a directory on the new storage.
Then symlink /var/spool/asterisk/monitor to the new space.
Alternatively, you could directly mount the new space as /var/spool/asterisk/monitor.
There are lots of instructions available on how to do the Linux tasks I just outlined.
Something odd must be up. Now every server I have checked (FreePBX14) is not able to upgrade modules.
That sounds brilliant, and exactly what I want to do - it’s the DND routing bit that I’m having trouble with.
I can easily set my presence with the Zulu desktop client app. That works.
I can use rasterisk to set call flows.
What I can’t do is get the DND status to change call behaviour.
In UCP, you can set what happens when you change presence. Maybe rather than DND, you’d want an Away status to engage Findme/Followme?
Do you have a bug report on the Issue Tracker for this? Just curious-- would be willing to vote/watch it for higher visibility.
Had this issue across several installations yesterday, and continues today. Yesterday it would sometimes work, and sometimes fail. I had to keep running ‘fwconsole ma upgradeall’ over and over to get it to complete. Guess I picked the worst day to update!
I don’t have a specific answer for getting the status, but a shell script that uses the equivalent of ‘rasterisk database set EXT/DND ON’ (using the correct syntax, of course) is the bulk of the code I wrote. I used a cron job that, once a minute, checked to see if my cell phone was visible to the bt tools in the OS. That way, I didn’t have to try to mess with the Bluetooth stuff in Asterisk - I could just use the (basically) “nmap for BT” to see if the phone was there or not.
Monday (I think) one of the Sangoma guys mentioned that they are working on fixing a problem with their servers going unreachable and that they’d let us know when they got it fixed.
No because it was clearly stated in this thread that they did not care to look at it.
Of course those people are no longer with Sangoma, so I guess it may be worth the time to do it now.
Edit: Ticket opened.
https://issues.freepbx.org/browse/FREEPBX-21011
I have a compromised FreePBX in production. I cannot install the firewall because I get the error in the title when I search for updates in the module admin.
Is there a way to manually download the firewall module then install it on the system?