Search results

  1. Andrew Byrd

    Transfer then retrieve

    If I transfer a call to ring group, and no one on that ring group picks up, I can then press that ring groups blf key on my SPA 500 series phones and pick the call back up On Yealink, it won't allow me to do that. If I press the ring groups BLF key on the yealink T29G, it hangs up the call...
  2. Andrew Byrd

    ISP DNS or Googles??

    I have one client that has the google dns servers set in his router 8.8.8.8 and 8.8.4.4. This makes all his voip phones use the googles servers for DNS of course. I have another client that that uses his ISP's dns at router level. Therefore his voip phones show his gateway as his dns...
  3. Andrew Byrd

    SPA 508G with 500DS expansion module Provisioning issue

    I am trying to provision the expansion module connected to my spa 508g with Fusionpbx. The expansion module is a 500DS digital version as opposed to the older model that you hand write the blf entries on paper beside each key. The digital is nice as it looks more professional. The only issue...
  4. Andrew Byrd

    INTERCOM PAGING FEATURE?

    Go to DIAL PLAN > DIAL PLAN MANAGER> Scroll down to PAGE By default this will be false. Change to True Click on PAGE and add your extensions to the DESTINATIONS Delete the PIN and leave blank if you don't want to have to enter a pin every time you page Set mute = false or else it will be a...
  5. Andrew Byrd

    EAVESDROP not functioning

    In the dial plan
  6. Andrew Byrd

    xml_cdr calls delete

    Thank you Adrian. Can you direct me where I would go to correct this?
  7. Andrew Byrd

    xml_cdr calls delete

    I tried to check xml_cdr_delete for the group "user" and it allows me to check it but when I hit save it reverts back to unchecked. Any ideas?
  8. Andrew Byrd

    Backup / Restore - Working Script?

    Mark - Can you update the restore script? I am fascinated at how the emphasis is on back up but a backup does absolutely no good if it can be restored. My biggest issue is the error I get at the end of the restore script saying there is a fatal error: psql: error: could not connect to server...
  9. Andrew Byrd

    Caller ID not passing on Ring Group

    That was two years ago. I think I did but I don't remember. It is working today under 4.5.11
  10. Andrew Byrd

    MWI Cisco SPA 525G2 not lighting up

    Thank you for your input on this. I moved an instance of Fusionpbx from one server to another Fusionpbx server. Cisco spa series are work horses. For the most part, I have learned how to make them play well with Fusionpbx/freeswitch. Moving forward I only sell and install Yealinks. They...
  11. Andrew Byrd

    MWI Cisco SPA 525G2 not lighting up

    Short term I just replaced the 525G2 with a yealink T29. Now MWI works. I will just not use 525G2's in production anymore and if I need the wifi feature (only reason I use the 525g2) I will use the Yealink T29 with a wifi adapter or use the Yealink T54W
  12. Andrew Byrd

    Call Parking - what am i missing

    When using call park on YealinkT29 or T54 latest firmware be sure to set up the value as: park+*5901@abc.domain.com abc.domain.com of course is for example purposes. You would put YOUR domain name there. By doing this the BLF will display correctly as opposed to if you don't the blf stays...
  13. Andrew Byrd

    MWI Cisco SPA 525G2 not lighting up

    I did find that MWI is working correctly on my Yealink T29 but not on the Cisco Spa 525G2 or the Cisco Spa 508G
  14. Andrew Byrd

    MWI Cisco SPA 525G2 not lighting up

    I have 3 spa525G2 that have been in use for over 6 months. Just recently, I moved the Fusionpbx application to a new server.. Ever since the move, MWI for ext 310, their shared voice mail ext, no longer works In extension set up I set up MWI to 310@abn8.npusa.us That is the vm ext and the...
  15. Andrew Byrd

    UNKNOWN CIDLOOKUP.LUA issue

    Ok that was the issue. cidlookup MOD I had set to enable false, but it still showed running. I set it to true so it would allow me to stop it from running, then I set it back to enabled false. After doing this it now works as expected. If the name is not in the contact list it is now...
  16. Andrew Byrd

    UNKNOWN CIDLOOKUP.LUA issue

    I did try inserting at destination level (see attached) Same results as above. Shows the contact if it is in there but shows UNKNOWN if it is not
  17. Andrew Byrd

    UNKNOWN CIDLOOKUP.LUA issue

    Thank you Adrian - In your solution that would mean if I had 10 DID's pointed to that domain, I would need to insert the cidlookup.lua 10 times, correct?
  18. Andrew Byrd

    UNKNOWN CIDLOOKUP.LUA issue

    I am trying to have the incoming dial plan reference the contacts before displaying the incoming caller ID So I use the following dial plan (attached - please reference attachment) As you can see the cidlookup.lua is at the bottom. It works great as is. If the contact is in the contacts...
  19. Andrew Byrd

    Backup / Restore - Working Script?

    Thank you Mark - What about an update restore script? The restore script on the docs does not work and returns errors I do appreciate you updating this
  20. Andrew Byrd

    Backup / Restore - Working Script?

    The very beginning of the backup script fails and this is the result root@abnetworks1:~# #!/bin/sh root@abnetworks1:~# now=$(date -d "yesterday" +%Y-%m-%d) root@abnetworks1:~# #delete backups older 7 days root@abnetworks1:~# find /var/backups/fusionpbx/postgresql/fusionpbx_pgsql* -mtime +7...