Search results

  1. M

    Bypass media

    uuid_media [off] <uuid>
  2. M

    Experimenting with a full load-sharing cluster

    Hi thank you for sharing You used same switchname in both nodes and different hostname?
  3. M

    Hosted Service: Multi-Tenant vs separate Container ?

    Hi For providing Hosted-PBX service considering security, performance , ease of maintenance and upgrade...according to your real life experience what would you recommend ? all companies in single Fusionpbx running in Multi-Tenant mode or using containers or virtual machines and separate every...
  4. M

    Freeswitch(fusionpbx) performancs on WMware ESX vs Proxmox

    Hi At first glance it seems because of container support proxmox should have higher performance but Proxmox runs over another debian kernel but wmware esx runs on metal. Please share your real world test results of freeswitch(fusionpbx) performance on wmware esx vs proxmox. Please tell detail...
  5. M

    Videos

    Hot desking How to
  6. M

    Outbound route base on Extensions

    It is possible to use one line generic dialplan for all extensions: <action application="bridge" data="sofia/ gateway/{register-gateway}/$1 />
  7. M

    Forum logo is lame

    With a little sly.
  8. M

    Forum logo is lame

    I think this situation is because of special business plan mcrane has. I guess mcrane is satisfied with current user numbers increasing rate, current cache flow and current number of other developers. Any change in these factores not guaranteed to bring better business plan for him and I...
  9. M

    Forum logo is lame

  10. M

    Forum logo is lame

    You know Jim Dixon ?
  11. M

    Outbound route base on Extensions

    There is one feature in user Directory may be useful. from freeswitch confluence: User-Specific Gateways <user id="user1"> <params> <param name="password" value="1"/> </params> <variables> <variable name="register-gateway" value="user1out"/> </variables> <gateways>...
  12. M

    Voice Dialer (Broadcast)

    Hi Is there any open source voice dialer (Broadcast) for Freeswitch/Fusionpbx other than newfies dialer and internal Fusionpbx dialer? or any one tried to add reattempt for failed dialed calls in internal Fusionpbx dialer? thanks
  13. M

    Integrating Kamailio/Opensips with Fusionpbx

    Hi I want to offload fusionpbx from regisitration load and also for loadbalancing and prevent some attack use Kamailio/Opensips in front of it. For using full functionality of fusionpbx it should be aware of registeration information. Something like described here by Errol Samuels...
  14. M

    Nibblebill & bdr

    Hi I installed nibblebill module with tis database from wiki: create table accounts ( id bigserial not null, name varchar( 256 ), cash double precision not null ); For using nibblebill in multiserver environment, may be some account has access from different servers what should be...