Recent content by gmaruzz

  1. gmaruzz

    [ANNOUNCE]: sipnagios, a Nagios Plugin to check Call Quality in SIP VoIP (compatible with checkmk, etc)

    sipnagios: https://github.com/gmaruzz/sipnagios Is a Nagios Plugin to check Call Quality in SIP VoIP (compatible with checkmk, Zabbix, etc) sipnagios implements the Nagios plugin API for monitoring and performance data. sipnagios.c is a modification of the original siprtp.c sample in...
  2. gmaruzz

    gheto redundancy

    honest, what i delineated is way easier (and probably less costly) maybe you want to look into that, and do a little bit perl aws, or ansible aws experiments anyway, and in any case, always keep *at least* the last three days *and* one month ago so you can find info and stuff that were wrong...
  3. gmaruzz

    DNS failover primary/secondar

    do a startup (rc.local) script that changes values into configs
  4. gmaruzz

    gheto redundancy

    obviously, in case of activation of other zone, you first start snapshot (and volume), then you change route53 aws dns for the domain, again via aws api (perl or whatever)
  5. gmaruzz

    gheto redundancy

    as for ghetto stuff (I like ghetto stuff), why don't you script an aws code that each night stops the VM, get a snapshot, start the VM. (ditto for possible volumes). then you ship snapshots and volumes to another aws zone. In case of disaster, or aws zone is down, an aws script will launch...
  6. gmaruzz

    Stable Released

    A freeze, and a rename to "stable", could just add some more peace of mind, to whom is content with current features and is okay with waiting up to a couple years for upgrading to next "stable" version, with all new features will be implemented in mean time
  7. gmaruzz

    Stable Released

    I've found the master version completely reliable True, it could be a nice thing to just freeze it as it is, call it "stable", and only backport security fix to it (if any) But, for any uses and purposes, I found master to be reliable.
  8. gmaruzz

    And then along comes Giovanni and owns it :D

    thank you for nice words nope, those features does not belong to a business phone there will be a specific separate and distinct videoconference client
  9. gmaruzz

    And then along comes Giovanni and owns it :D

    Updated README and Wiki with your suggestions. THANKS!!
  10. gmaruzz

    And then along comes Giovanni and owns it :D

    Yep, I use *97 in FusionPBX production too, *98 is just to keep compatibility with standard plain FreeSWITCH vanilla dialplan voicemail_authorized is very nice feature indeed (albeit by default, better let people enter the password) I will put both your suggestions in README.md and Wiki THANKS!!!
  11. gmaruzz

    And then along comes Giovanni and owns it :D

    <3 Thank you for nice words! You can: # cd /var/www/fusionpbx/app/saraphone; # git stash; git pull; git stash apply; often, and you will get latest features/bigfixes, and maintain your own modifications -giovanni