Recent content by Caleb

  1. Caleb

    Newb questions

    Not sure about how to help with the issue directly, but this is what I'd do to start troubleshooting: Connect to the server via SSH or the console and run fs_cli as root. Start/restart the internal profile via the web interface, and see what the output from fs_cli looks like.
  2. Caleb

    SOLVED XML Phonebook

    I'm thinking you intended to say "put in user and password"? What happens when you turn on HTTPS, and use blank and incorrect credentials?
  3. Caleb

    SOLVED XML Phonebook

    With and without the password? What about an intentionally incorrect set of credentials in either HTTP or HTTPS?
  4. Caleb

    SOLVED XML Phonebook

    Make sure the phone is sending the correct credentials when getting the phonebook. Since the phonebook is accessed via the provisioning app, it would be the same username and password as that.
  5. Caleb

    SOLVED XML Phonebook

    I don't have any ground for it right now, but the fact that there's nothing in the error.log seems to me like the web application (FPBX in this case) is the one that specified that response code instead of the web server, which points to FBPX being configured to require authentication of some...
  6. Caleb

    SOLVED XML Phonebook

    I think I made some contributions to the code repository, but not much. I also haven't used FPBX 4.4 (in testing or production) so there may be other changes there outside of the contributions I made that might be causing issues. However, the error you included is somewhat telling... The 401...
  7. Caleb

    SOLVED Re-Provision Grandstream Phones w/o Reboot

    Not sure why it would revert (I've never actually used the master branch before), but now that I've familiarized myself with Git since the original post, I made a pull request to change it in the master branch. Mark merged it about an hour ago! See https://github.com/fusionpbx/fusionpbx/pull/3014
  8. Caleb

    SOLVED sofia_presence.c "Cannot find profile" after mod install

    Got it! See http://www.pbxforums.com/threads/install-graylog2-plugin.765/
  9. Caleb

    SOLVED Install Graylog2 Plugin

    We use a Graylog2 server, and it has been on our wishlist to get the logs from FreeSwitch to our Graylog server. FreeSwitch has a "graylog2" module (see https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/loggers/mod_graylog2), but unfortunately that mod does not come with...
  10. Caleb

    SOLVED sofia_presence.c "Cannot find profile" after mod install

    Hi All, We're wanting to setup our production FusionPBX server to send logs to our Graylog2 server. FreeSwitch has a module for it. See https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/loggers/mod_graylog2. In the FreeSwitch HipChat, I also learned of the...
  11. Caleb

    Callee sees wrong number

    Outbound routes have an "order" property (because they're really a dialplan entry, and all dialplan entries, and their dialplan details, have an "order"). The lower the order value, the earlier it gets processed in the list. Any call made by an extension on your system will be processed by the...
  12. Caleb

    Callee sees wrong number

    This line in your log is saying the destination number matches the dialplan entry for outbound route called "Easybell_Bjoern.d" ... ... which references the gateway with UUID "210c332b-c488-43ba-9a1d-f68c810b7108." The name for that gateway isn't mentioned in the log, but if you used the...
  13. Caleb

    SOLVED XML Phonebook

    Yes, you do need to tell the phones to look for the phonebook. See http://www.grandstream.com/sites/default/files/Resources/gxp_wp_xml_phonebook.pdf The provisioning file for our phones contains this line: <P331>your_server/app/provision/pb{$mac}</P331>
  14. Caleb

    Callee sees wrong number

    It definitely depends on the provider. We were experimenting at one point with Twilio and Flowroute simultaneously, and there were different settings for each. We just have Twilio now, so I can provide pointers there if needed. I don't have my notes on Flowroute, so I can't help you there, but I...
  15. Caleb

    SOLVED SMS App Setup

    OK. That's helpful to know. It looks like I'll be waiting a little bit for the release version to come out before enabling these SMS notifications.