Search results

  1. S

    softphone recommendations

    Microsip for windows is great.
  2. S

    provision device keys

    Your missing button 1. And check your provisioning template for the X4. Here is the code i use for the buttons. <Function_Key> {foreach $keys as $row} {if $row.device_key_id > '0'} <Function_Key_Entry> <ID>Fkey{$row.device_key_id}</ID> {if $row.device_key_category == 'memory'}...
  3. S

    provision device keys

    With Fanvil you have to have the correct number of buttons. x6 has to have a definition of all 12 buttons. A x4 has to have 6 12 18 or 24 buttons defined. I have done a lot of mods to our fusion to make provisioning for Fanvil's work for us. we have x4 x5s x6 all working. I'm working on the...
  4. S

    Service freeswitch restart impact

    It stops everything with freeswitch. Its the same and end task and starting the task again.
  5. S

    Freeswitch 1.10

    Also i noticed that PostgreSQL support has been moved form the core to a module.
  6. S

    Freeswitch 1.10

    Will Fusionpbx run on Debian 10 no issues?
  7. S

    Freeswitch 1.10

    Hi Guy Freeswitch 1.10 has been released. https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.10.x+Release+notes Any one been brave enough to see if it breaks anything. Debian 10 is listed but not Debian 9. odd.
  8. S

    Whats your Biggest deployment?

    Ours is running on a XCP-ng host too. I have been s long time Xcp/Xenserver/XCP-NG user. I have always found it do be very good with Disk IO and network stack. I know a few people that have has setups on better hardware running VMware and Hyper V and not had as good experience. I got one...
  9. S

    Whats your Biggest deployment?

    200 is your cap? or 600?
  10. S

    Whats your Biggest deployment?

    Its not a competition (we all know who has the biggest d**k) but i'm more interested in how big solutions people have deployed and if they have run in to any issues. As we have approached 600 endpoints we have noticed more random issues. The over 500 deployment is a multi tenet box that has...
  11. S

    Whats your Biggest deployment?

    Hi Guys I'm interested in seeing how you guys are using fusionpbx in real life and how big is the deployment footprints you look after? We have been using fusionpbx for years for customers and our selves. we have a hosted PBX that we run for customers that have 500+ end points attached. We...
  12. S

    Convert yesterdays wavs to mp3

    I had to make a mod to the code to make my DB connect with out a password. #!/bin/sh export PGPASSWORD="YourFusionpbxDBPasswordHere" for DIRECTORY in /var/lib/freeswitch/recordings/*/; do DIRYESTERDAY=/var/lib/freeswitch/recordings/`basename "$DIRECTORY"`/archive/`date -d "yesterday"...
  13. S

    1.8.6 Audio Issues

    Thanks for checking. I thought i was going out of my mind till others said it was happening to them too.
  14. S

    1.8.6 Audio Issues

    Just for those who are having the same issue and want to down grade wget -qO - http://freeswitch.sip247.com/debian/freeswitch-stable-amd64/fs-stretch.gpg.key | apt-key add - echo "deb http://freeswitch.sip247.com/debian/freeswitch-stable-amd64/ stretch main" >...
  15. S

    1.8.6 Audio Issues

    Hi Guys Just checking if anyone that upgraded to 1.8.6 is able to using paging and conferencing anymore. We did a update on the weekend and now all the pages and conferences have no audio. Just the CNG sound is coming out of the handsets. Is anyone else seeing this issue?
  16. S

    Turn Off Active Call Recording

    local,*2,exec:record_session,$${recordings_dir}/${domain_name}/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.${record_ext},${bind_target} Is the full string. Its in the default fusion install under bind_digit_action. Also it was giving me issues with my recordings.
  17. S

    Freeswitch using 30% CPU constantly

    Thanks. I cleared out fail2ban but my cpu usage is still high. This is a old build with centos. So i'm just going to migrate it over. The new deb based box's seem to have less issue.
  18. S

    500 Internal Server Error. from Yealink Phones on BLF Notify

    they seem to go up for notify but for others they have their own counters.
  19. S

    500 Internal Server Error. from Yealink Phones on BLF Notify

    HI did you ever sort this out? I have been seeing issues lately like this too on a t41s. Their are some notes about out of order sequence numbers on the notify packet that are causing it. I haven't found a fix yet.
  20. S

    Freeswitch using 30% CPU constantly

    Did you ever work out what the issue was? What OS are you running?