Search results

  1. G

    Custom Provisioning Folder

    Hi All Decided to build a new server to use for just provisioning as our existing one is quite old. When you create a customer folder in /etc/fusionpbx/resources/templates/provision ie we have one for gigaset. The way to do this was to use the provisioning editor, click the file cog and go...
  2. G

    BLF & Polycom

    Hi All, got a bit of a weird one Customer has 4 Polycom's which I don't usually play with as like to use Snom's. I have these all all provisioned including the BLF's (what a nightmare that was) but have 1 extension number that is not playing nicely. All the extensions had ddi's and when the...
  3. G

    polyphase lowpass filter

    Ok that was a bum steer in the logs. The filter was to do with call recoding which is working fine.
  4. G

    Always Transcode from G729 to PCMA

    Does it not work if you set it in Variables outbound_codec_prefs PCMA,PCMU
  5. G

    Phone number and sip trunk providers in the UK

    Magrathea Telecom are who we use for Uk numbers and minutes. I don't think you will find unlimited packages as you pay per minute for the number you dial. https://www.magrathea-telecom.co.uk/
  6. G

    polyphase lowpass filter

    Hi All I have setup a queue and using the lua script for position in the queue as per https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter I have 2 servers built exactly the same. It works perfectly on 1 but the other just rejects the call and the only error I can find is...
  7. G

    Fusionpbx with Teams

    Hi All Is it possible to hook up FusionPBX directly with Teams? I have seen some notes on using Opensips etc but we don't have that but have a multi tenant Fusion box. Thanks
  8. G

    Multi Registration issue

    Ah ok I see where your coming from as some stuff does not play nice with UDP. Whilst I don't think you can get rid of the registration without killing it off you could try this but never tested this way. In your sip profile find multiple-registrations and change to true and then give it a...
  9. G

    Multi Registration issue

    Have you got the phones registered as TCP? Try using UDP instead
  10. G

    Mac address banning in fail2ban

    Running version 4.5.14 Been running the same box for years and used to work, only every updated fusionpbx so just trying to work out what's changed. Looked in git and still pointing to /var/log/syslog in there as well as on mine
  11. G

    Mac address banning in fail2ban

    Thanks but all the other jails work. I just don't see any mac's fail or sucess in the /var/log/syslog which I guess is why it's not working
  12. G

    Mac address banning in fail2ban

    Hi All. Noticed that the fail2ban was no longer failed provision attempts using the mac address. Looking in the config file it say it's looking in /var/log/syslog for the event. Having tailed this log I never see any failed attempts to provision with an invalid mac. Does anyone know if anything...
  13. G

    Provisioning Ldap

    Thanks Guys Still can't seem to get it working. Had no problem on Snom and Yealink but finding information and documentation for Polycom limited and quite unhelpful. Also the fact you can't do anything like this via the gui does not help with quick changes and testing. This is what I see with...
  14. G

    Provisioning Ldap

    Hi All Need to provision LDAP on a polycom vvx400. Does anyone have an example of what needs to be put where for this to provision. The LDAP server is an existing one we use on Snom and Yealink so know that side works fine
  15. G

    Provisioning Polycom

    Hi All I am trying to provision a Polycom and having issues as used to dealing with Snom and Yealink. Unfortunately I can't get ti to provision using the latest default template for fusionpbx with the correct firmware version. I am provisioning by domain name and have set the correct details in...
  16. G

    Call Forwarding

    So looks ok. What does it say when your in fs_cli when you make a call that's forwarded?
  17. G

    Call Forwarding

    I think you need to supply some more information really. I am guessing you can make Outgoing calls normally? What does your outbound dial plan look like?
  18. G

    Lets encrypt

    I use the hydrate version as this also sets up the certificates correctly within Freeswitch for TLS. I did look through the documentation but the only cron I could see was for certbot
  19. G

    Lets encrypt

    Hi All Does anyone know how to automate the renewal of the ssl cert when using the FusionPBX dehydrated script? I know it's east with the certbot but I am using the fusion one which does not work the same Thanks