Posts Tagged cdr_pgsql

Asterisk 1.8.3 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team has announced the release of Asterisk 1.8.3. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

The release of Asterisk 1.8.3 resolves several issues reported by the community and would have not been possible without your participation. Thank you!

The following is a sample of the issues resolved in this release:

  • Resolve duplicated data in the AstDB when using DIALGROUP()
    (Closes issue #18091. Reported by bunny. Patched by tilghman)
  • Ensure the ipaddr field in realtime is large enough to handle IPv6 addresses.
    (Closes issue #18464. Reported, patched by IgorG)
  • Reworking parsing of mwi => lines to resolve a segfault. Also add a set of unit tests for the function that does the parsing.
    (Closes issue #18350. Reported by gbour. Patched by Marquis)
  • When using cdr_pgsql the billsec field was not populated correctly on unanswered calls.
    (Closes issue #18406. Reported by joscas. Patched by tilghman)
  • Resolve memory leak in iCalendar and Exchange calendaring modules.
    (Closes issue #18521. Reported, patched by pitel. Tested by cervajs)
  • This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems.
    (Patched by tilghman)
  • Resolve issue where no Music On Hold may be triggered when using res_timing_dahdi.
    (Closes issues #18262. Reported by francesco_r. Patched by cjacobson. Tested by francesco_r, rfrantik, one47)
  • Resolve a memory leak when the Asterisk Manager Interface is disabled.
    (Reported internally by kmorgan. Patched by russellb)
  • Reimplemented fax session reservation to reverse the ABI breakage introduced in r297486.
    (Reported internally. Patched by mnicholson)
  • Fix regression that changed behavior of queues when ringing a queue member.
    (Closes issue #18747, #18733. Reported by vrban. Patched by qwell.)
  • Resolve deadlock involving REFER.
    (Closes issue #18403. Reported, tested by jthurman. Patched by jpeeler.)

Additionally, this release has the changes related to security bulletin AST-2011-002 which can be found at http://downloads.asterisk.org/pub/security/AST-2011-002.pdf

For a full list of changes in this release, please see the ChangeLog:

Thank you for your continued support of Asterisk!

, , , , , , , , , , , , ,

No Comments

Asterisk 1.6.2.17 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team has announced the release of Asterisk 1.6.2.17.
This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

The release of Asterisk 1.6.2.17 resolves several issues reported by the community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

  • Resolve duplicated data in the AstDB when using DIALGROUP()
    (Closes issue #18091. Reported by bunny. Patched by tilghman)
  • Correct issue where res_config_odbc could populate fields with invalid data.
    (Closes issue #18251, #18279. Reported by bcnit, zerohalo. Tested by trev, jthurman, elguero, zerohalo. Patched by tilghman)
  • When using cdr_pgsql the billsec field was not populated correctly on unanswered calls.
    (Closes issue #18406. Reported by joscas. Patched by tilghman)
  • Resolve issue where re-transmissions of SUBSCRIBE could break presence.
    (Closes issue #18075. Reported by mdu113. Patched by twilson)
  • Fix regression causing forwarding voicemails to not work with file storage.
    (Closes issue #18358. Reported by cabal95. Patched by jpeeler)
  • This version of Asterisk includes the new Compiler Flags option BETTER_BACKTRACES which uses libbfd to search for better symbol information
    within both the Asterisk binary, as well as loaded modules, to assist when using inline backtraces to track down problems.
    (Patched by tilghman)
  • Resolve several issues with DTMF based attended transfers.
    (Closes issues #17999, #17096, #18395, #17273. Reported by iskatel, gelo, shihchaun, grecco. Patched by rmudgett).
    NOTE: Be sure to read the ChangeLog for more information about these changes.
  • Resolve issue where no Music On Hold may be triggered when using res_timing_dahdi.
    (Closes issues #18262. Reported by francesco_r. Patched by cjacobson. Tested by francesco_r, rfrantik, one47)
  • Fix regression that changed behavior of queues when ringing a queue member.
    (Closes issue #18747, #18733. Reported by vrban. Patched by qwell.)

Additionally, this release has the changes related to security bulletin AST-2011-002 which can be found at http://downloads.asterisk.org/pub/security/AST-2011-002.pdf

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.17

Thank you for your continued support of Asterisk!

, , , , , , , , , , ,

No Comments

Asterisk 1.4.35-Rc1 and Asterisk 1.6.2.11-Rc1 Now Available

Asterisk The Open Source PBX & Telephony Platform

Asterisk The Open Source PBX & Telephony Platform

The Asterisk Development Team has announced release candidates of Asterisk for versions 1.4.35 and 1.6.2.11. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/

These release candidates address issues that were reported by the community and resolved since the last round of bug fix releases.

The following is a sampling of issues resolved in these release candidates:

  • Send DialPlanComplete as a response, not as a separate event.
    (Closes issue #17504. Reported, patched by rrb3942)
  • Ensure channel placed into MeetMe in ringing state is properly hung up.
    (Closes issue #15871. Reported, patched by Ivan)
  • Fix a problem with RFC 2833 DTMF not being accepted.
    (Closes issue #17571. Reported by mdeneen. Tested by richardf, maxochoa, JJCinAZ)
  • Add option to not do a call forward on a 482 Loop Detected.
    (Reviewboard: https://reviewboard.asterisk.org/r/764/ )
  • Fix logging message for a stale nonce.
    (Closes issue #17582. Reported, patched by kenner)
  • Fix some issues related to dynamic feature groups in features.conf
    (Closes issue #17589. Reported,tested by lmadsen. Patched,tested by russell)
  • cdr_pgsql does not detect when a table is found. Add an ERROR message letting you know when a failure to get the columns from the database exists.
    (Closes issue #17478. Reported, patched by kobaz)
  • Delete IMAP messages in reverse order to ensure reordering after each expunge does not cause deletion of the wrong message.
    (Closes issue #16350. Reported by noahisaac. Patched by tilghman)

For a full list of changes in the current release candidates, please see the ChangeLogs:

Issues found in any of these release candidates should be reported to the Asterisk issue tracker at https://issues.asterisk.org

Thank you for your continued support of Asterisk!

, , , , , , , , , ,

No Comments