Search results

  1. Samael28

    Import Extensions/Devices from CSV file

    Actually, just simple CSV file....
  2. Samael28

    Import Extensions/Devices from CSV file

    Mainly cause I'm not following Mark's guidelines on writing code. Mine is not that intuitive and verbose. But I like it more from technical side. But will try to made a pr for fusionpbx-apps repo.
  3. Samael28

    Import Extensions/Devices from CSV file

    Actually port to 4.4 https://github.com/samael33/fusionpbx/tree/4.4/app/bulk_import_extensions I did not yet test it extensively, so feel free to post bugs.
  4. Samael28

    Import Extensions/Devices from CSV file

    Proudly presenting an app for bulk import extensions/devices to FusionPBX. It can create Extensions, Voicemails, Devices from imported CSV file. Point, it's provided AS-IS :) Now version for 4.2 only (4.4 version will be announced soon)
  5. Samael28

    Phonebook (Only supports Yealink currently)

    It's ok. You have to paste it manually.
  6. Samael28

    Phonebook (Only supports Yealink currently)

    Actually when I presented app for my clients they brought me few interesting ideas. Like specify multiple groups for phonebook, take phonebook from local extension list, etc... So, more things to come, but only for 4.4 as of now ) As I'm moving to it mostly. And if someone have any suggestions...
  7. Samael28

    Phonebook (Only supports Yealink currently)

    Ported to 4.4. Was quite easy. Remember, most recent only on GitHub.
  8. Samael28

    Phonebook (Only supports Yealink currently)

    If any - pls use version from GitHub, as it's contains bug fixes and support for Cisco phones as well )
  9. Samael28

    Phonebook (Only supports Yealink currently)

    A huge rework of your app is here. As of now support only 4.2 (but I'll port it to 4.4 soon). What is done - full rework of working with groups and as of now - disabled import (cause of full database redesign and I don't need this yet). Added also support of Snom. Actually adding of a new...
  10. Samael28

    Upgrade Issues or Bugs

    Yup. Even answered.
  11. Samael28

    Upgrade Issues or Bugs

    Reading manuals is not for the brave! :)
  12. Samael28

    Upgrade Issues or Bugs

    Oh, hi Andrew! Nice to see you here as well. Actually, solution is following 1. Create a new domain 2. Copy user_record extension from new domain to all existing domains. 3. Delete domain (if not needed)
  13. Samael28

    Callflow BLF

    Uncomment section <param name="startup-script" value="call_flow_subscribe.lua"/> in file /etc/freeswitch/autoload_configs/lua.conf.xml and restart FreeSwitch
  14. Samael28

    FusionPBX - VTiger connector

    Yea, maybe later will ask Mark to put it into master fusion branch, but really most work there on VTiger part (which was done not by me, I'm responsible only for Fusion/Freeswitch part)
  15. Samael28

    FusionPBX - VTiger connector

    It was more than month ago, but thanks! :)
  16. Samael28

    FusionPBX - VTiger connector

    A bit news (not sure it's right thread but) We've done a FusionPBX (4) - VTigerCRM (7) connector. As of now it's doing click2call functionality + popup on incoming call (if your office phone is ringing) Used own fork of FusionPBX (based on 4.2), cause requires code change. But tried to do it as...
  17. Samael28

    Phonebook (Only supports Yealink currently)

    Hi! How do you access custom settings through template? Means I set custom setting (for provision URL), but it's not appearing in final config, cause it's not there ) Nothing like foreach of device_setting_subcategory or so.
  18. Samael28

    Additional provisioning parameters.

    You can add setting to "Default settings" under "Provision" class. And than take use them in Provision Editor.
  19. Samael28

    Docker image for Development

    Hi Made a docker-compose and Dockerfile for FusionPBX (based on DigiDaz's), but focused on Fusion development (also points on my fork of Fusion, so you may edit Dockerfile before deployment). Not much differ from original file, but to solve some issues. Tested on 17.06.0-ce (Mac)...
  20. Samael28

    [Tutorial] Creating a two node FusionPBX cluster the easy way.

    I made mine adding some of your fields, but just exporting original Freeswitch created database. (But yes, I was on Mark's training too, but his version was too buggy for me)