Search results

  1. E

    Remote Extensions behind NAT - Registering but no audio

    Hi Saif, Did you edit text config files or in the GUI? If so which files please? I am doing that in FusionPBX GUI but in fs_cli these variables are non-existent. thx
  2. E

    Remote Extensions behind NAT - Registering but no audio

    Any pointers please? Have followed FusionPBX docs to no avail....
  3. E

    Stripping 1s from Inbound DID Numbers Globally

    Check here how I solved an analogous issue stripping 0s from caller ID: http://www.pbxforums.com/threads/stripping-0s-from-caller-id-numbers.715/#post-2855 I think you should find out what are the variables you have to modify.
  4. E

    Remote Extensions behind NAT - Registering but no audio

    Hi All, I am looking to achieve the following setup: Phone (local net 192.168.1.0) <-> NAT Router A <-> Internet <-> NAT Router B <-> Fusion PBX (local net 192.168.0.0) Using dynamic DNS for NAT Router B and opening SIP+RTP ports in routers+firewalls I am managing to register the phone to...
  5. E

    SOLVED Stripping 0s from Caller ID Numbers

    Yep, I think I got it, steps taken to make it work for anyone else looking to do that: 1) installed mod_translate using apt-get install freeswitch-mod-translate 2) created a translate.conf.xml in /etc/freeswitch/autload_configs directory 3) configuration in the conf: <include>...
  6. E

    SOLVED Stripping 0s from Caller ID Numbers

    Hello, have setup a new FusionPBX in a small office environment. Using a Grandstream GXW4108 as PSTN gateway which for some reason prefixes a zero (0) in the Caller ID number in some cases. This is really erratic, irrespective of incoming trunk. I need to strip this leading zero when it...