Recent content by TC Dan

  1. T

    Postgres BDR repair/rebuild / WAL files trouble

    We are running a 2-node Master-Master-BDR with postgres and 2nd Quadrant BDR on Postgres 9.4. As a matter of fact we don't use it as BDR at the moment but more as a Hot-Standby, because we couldn't handle some client firewall issues properly with real BDR. Our BDR is broken at the moment and...
  2. T

    Resending Emails: HELO/EHLO not yet given

    To anyone having similar trouble in the future: Turns out smtp-hostname needs to be set to 127.0.0.1. New mails don't seem to require this for some reason, old mails do.
  3. T

    Resending Emails: HELO/EHLO not yet given

    Here's the SMTP related settings and the output for trying to send a test mail from email_logs.php (which also fails). It seems like a TLS/STARTTLS issue, but I am not able to resolve it. Why doesn't it occur when sending new emails?
  4. T

    SOLVED Voicemail Download Link

    I get the usecase now, thanks for the explanation! There are a couple of thoughts plopping up in my mind immediately on how this could go wrong, but I guess that falls in the category of "everyone choose their own level of paranoia"..
  5. T

    SOLVED Voicemail Download Link

    Do you mean "public" as in "accessible to anybody on the internet"? That seems like a bad idea (and will be illegal in lots of jurisdictions)..
  6. T

    Resending Emails: HELO/EHLO not yet given

    Hi! I'm having a couple of failed emails here (for reasons unrelated to this issue) and would like to resend them. New mails are processed fine. When I try to resend the failed ones (via /app/email_logs/email_logs.php) I get an error message saying "SMTP server error: HELO/EHLO not yet given"...
  7. T

    Conference Doesn't Prompt for PIN

    I looked into it a bit and compared it to an earlier installation. The Dialplan XML reads: <extension name="Konferenz " continue="" uuid="xxxxxxxxxxxxxxxxxxxxxxxxxxx"> <condition field="destination_number" expression="^99$"> <action application="answer" data=""/> <action...
  8. T

    Conference Doesn't Prompt for PIN

    Same Problem here on 4.5.10. Might it have something to do with localization? (PIN requesting .wav in local language not found or similar?)