Search results

  1. M

    How install another sounds language ?

    Ohh sorry, I just used this /usr/src/freeswitch/build/getsounds.sh freeswitch-sounds-en-us-callie-8000-1.0.50.tar.gz /usr/share/freeswitch/sounds/ as an example in this case you can change this part en-us-callie-8000-1.0.50 can be changed to the language you want The default installed sound is...
  2. M

    How install another sounds language ?

    After researching and testing things to install more sounds I used the freeswitch script called getsounds.sh which is in the path /usr/src/freeswitch/build/getsounds.sh running it this way /usr/src/freeswitch/build/getsounds.sh freeswitch-sounds-en-us-callie-8000-1.0.50.tar.gz...
  3. M

    How to isolate extensions

    I tried to use dialplan in fusionpbx to isolate the extensions, but it didn't work and I don't know where it could be wrong, so the apparently easiest method is to use different domains.
  4. M

    How install another sounds language ?

    How do i install another sound language if i installed fusionpbx from source using this way: wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; cd /usr/src/fusionpbx-install.sh/debian && ./install.sh ?
  5. M

    How to isolate extensions

    Hi there i need some help I have some extensions created, like, 1000,1001,1003 and 2000,2001,2003. The extensions are on the same domain. Is there any way where extensions 1001 and 1002 only call 1000 and 1000 can I call any extension 1XXX and 1XXX extensions cannot call any 2XXX ?