Search results

  1. PBXMePlz

    Backup/Restore Issues

    So I've been working on creating a restore script largely based on this: https://docs.fusionpbx.com/en/latest/getting_started/restore.html The idea is to have a duplicated server of my dev machine somewhere else for the sake of testing redundancy. I've actually got the script working in that...
  2. PBXMePlz

    Backup / Restore - Working Script?

    This is what I needed! I'm writing a script now that is a slight modification on @markjcrane or at least the inspiration was drawn from his. This one will use rclone to backup-to/restore-from a cloud repository.
  3. PBXMePlz

    Ideas On How One Might Monitor Call Quality

    So something I've been pondering in my head from since I started playing with phones a few years ago is: How would one realistically monitor a phone system to the level that a user would notice?; e.g. "the phone isn't ringing", or "the line is dead", or "call quality is really bad". We can...
  4. PBXMePlz

    Call Forwarding - GRP2615

    Hey everyone! I'm attempting to make the transition from Polycom to Grandstream. Nothing wrong with Polycom, I just like the innovation that I feel Grandstream has and is bringing, and the direction now Poly is going makes me nervous. Anyway, Call Forwarding on Polycom was a simple push button...
  5. PBXMePlz

    Best method for Basic FusionPBX API?

    If you're going to market it out, what is the hold up on the FusionPBX membership level? Since the product is opensource you could develop your own Restful API, or attempt to interface with it over SSH, or possibly interface with the database.
  6. PBXMePlz

    Outbound e911

    I hate to res a post, but I hate more to leave this "unresolved"; The issue was the callerid was not being passed through to the carrier, as the gateway needed to have callerID in from. Super weird by the way because outbound calls were working without issue.
  7. PBXMePlz

    Outbound e911

    Hey so, I'm having problems with e911 outbound. I enabled it on my provider which works just fine outbound normally, but when dialing 933 my phone is getting a 404 Error (Grandstream). The provider logs aren't showing any failed attempts which makes me think the issue is with the PBX. I have a...
  8. PBXMePlz

    Anyone Been Able to Get LDAP Work With FusionPBX?

    I'm looking over documentation now both public and on the membership documentation but things aren't currently matching up with what I'm seeing in FusionPBX, but I haven't fully gotten hands on yet, before I did was curious if anyone has been able to get this working and if there's been success...
  9. PBXMePlz

    Best method for Basic FusionPBX API?

    This is a great forum discussion that I would love to weigh in on with my personal experience for feedback purposes. So if we consider larger VoIP provider companies that use applications like 3CX which is the real big one right now, then the FusionPBX membership pricing is very reasonable; the...
  10. PBXMePlz

    Grandstream GRP2615 - Provision Issues

    Maybe I spoke too soon, I'm having issues with BLF buttons or I guess after examining the Grandstream webpage/config they call them VPK's, Virtual Multi-Purpose Keys. I'm examining the config now to see what could be wrong, but Grandstream does their config much different from Polycom it would...
  11. PBXMePlz

    MOH Is Kicking My Arse

    Ok well this is something, so this time I uploaded it to "Default" and it worked; well I took that same file (48000) and uploaded it to Custom\48000 and those errors came back. Same if I uploaded the 16000 version to the Custom\16000.
  12. PBXMePlz

    MOH Is Kicking My Arse

    Well...it worked now... Only thing I can think of that I did differently was I sox --i it before I uploaded it, and I had a friend present called James who claims his mere presence was a catalyst of change that I needed.
  13. PBXMePlz

    Hello, just Introducing Myself

    I didn't even realize you could use FusionPBX on Asterisk. Solid! Welcome to the forum.
  14. PBXMePlz

    MOH Is Kicking My Arse

    So in audacity I split the track to mono, and delete the unnecessary track, for the project rate I put it at 8000, 16000, 32000, and 48000 respectively. I export it as: Wav, Microsoft 16-Bit PCM Signed and I've also tried Other Uncompressed - WAV (Microsoft) - U-Law and I've also tried Other...
  15. PBXMePlz

    MOH Is Kicking My Arse

    Also if it goes on long enough the log file starts to look like this: 2020-03-21 05:20:36.344105 [ERR] switch_core_file.c:296 Unknown file Format [z▒▒د▒▒] 2020-03-21 05:20:36.344105 [ERR] mod_local_stream.c:360 Can't open z▒▒د▒▒ 2020-03-21 05:20:37.344057 [ERR] switch_core_file.c:296 Unknown...
  16. PBXMePlz

    MOH Is Kicking My Arse

    So it seems like no matter what file format I upload I inevitably end up with this: 2020-03-21 05:09:56.524102 [ERR] switch_core_file.c:101 Invalid Filename 2020-03-21 05:09:56.524102 [ERR] mod_local_stream.c:360 Can't open 2020-03-21 05:09:57.524119 [ERR] switch_core_file.c:101 Invalid...
  17. PBXMePlz

    What version should I be using? 4.4 or master(4.5)?

    I recently moved to 4.5, and I like it. Still a couple things they're working on in its early stages, but I think it's important to consider Mark has quite a few deployments of FusionPBX and code changes that broke things would break some of those deployments; many of which are likely loyal...
  18. PBXMePlz

    Grandstream GRP2615 admin_password - web password

    I factory defaulted the phone and the password appears to have provisioned now. Cheers!
  19. PBXMePlz

    Grandstream GRP2615 admin_password - web password

    I ran a reload under default settings and then rebooted phone for a full provision. It does not appear to have changed anything unfortunately.
  20. PBXMePlz

    Grandstream GRP2615 admin_password - web password

    So I'm having this weird issue, the config for the appropriate line looks like this: <!-- # Admin password for web interface --> <!-- # String: a-z, A-Z, 0-9 --> {if isset($admin_password)} <P2>{$admin_password}</P2> {else} <P2>{$mac|replace:'-':''}</P2> {/if} What's weird is...