Search results

  1. davemc

    Toll Allow / Deny

    The documentation above is a paste from IRC notes, that has become the incomplete official docs. It doesn't give sufficient context or detail to enable debugging or true understanding the toll allow mechanism. Is there any nice helpful phone system admin who has used toll allow effectively, and...
  2. davemc

    Variables not evaluating

    Fantastic Mark Web Interface::Advanced:: Default Settings::Switch::conf was indeed blank. OS is Debian 8 via LXC on Proxmox 5.2. Install was done by one of my team, because I thought it was a straight forward task. Not sure how he did it or messed it up. Yes, permissions ok and checked...
  3. davemc

    Variables not evaluating

    /var/www/fusionpbx/app/vars/var_edit.php calls save_var_xml(); in /var/www/fusionpbx/resources/switch.php Which seems fairly straightforward code, but without any error traps or logging.
  4. davemc

    Variables not evaluating

    Digging a bit deeper, file /etc/freeswitch/vars.xml is not being written. On another system, any changes to Advanced/Variables are written to the above file on save by the FusionPBX web interface. On this problem system, that file is not being updated.
  5. davemc

    Variables not evaluating

    I have a clean new fusionpbx install. Outbound SIP calls via a gateway are not working because they are inviting the internal IP. SIP Profile external ext-sip-ip is set to $${external_sip_ip} Variable external_sip_ip is set to an outside address 202.x.x.x The variable won't evaluate...
  6. davemc

    ivr say: tts-voice

    For IVR, how do I amend the text to speech tts voice tts-voice that "say" uses in Greet Long? In other words, how do I configure Flite within FusionPBX, (or file system if no GUI) ? Currently it uses a thick male voice presumably from open tts flite. say:Press 0 for reception The sparse...
  7. davemc

    FusionPBX within VPN and NAT setting for RTP audio

    We ended up setting Advanced... SIP Profile... Internal name: ext-rtp-ip value: $${internal_rtp_ip} enabled: true note: leave off or rtp to external ip default $${external_rtp_ip} name: ext-sip-ip value: $${internal_sip_ip} enabled: true note: default $${external_sip_ip}
  8. davemc

    SOLVED Server and Multiple Local Subnets Behind Same NAT Firewall

    Helpful Caleb, we had same issue, and used same solution for localnet and similar for ext-*-ip This applies where you have 1 or more local LAN subnets for phones or softclients, accessible via routing (not NATing) that are in a different subnet to the fusionpbx server. eg via internal VPNs...
  9. davemc

    FusionPBX within VPN and NAT setting for RTP audio

    FusionPBX VM on local LAN with subnet, eg 10.1.1.0/24 Phones connected on LAN, and also phones connected over VPN from other sites, or from different subnets via local routers, eg 10.0.0.0/8 There is no NAT within the VPN and local routed networks, it's direct connect. When SDP invite goes...