Subject: ast_coredumper

New options:
 --pid=<asterisk_pid>
   Allows specification of an Asterisk instance when trying to
   and the script can't determine it itself.
 --libdir=<system library directory>
   Allows specification of a non-standard installation directory
   containing the Asterisk modules.
 --(no-)rename
   Renames the coredump and the output files with readable
   timestamps. This is the default.
Removed unneeded or confusing options:
 --append-coredumps
 --conffile
 --no-default-search
 --tarball-uniqueid
Changed Variables:
 COREDUMPS is now just "/tmp/core!(*.txt)"
 DATEFORMAT is renamed to DATEOPTS and defaults to '-u +%FT%H-%M-%SZ'
Changed behavior:
 If you use 'running' or 'RUNNING' you no longer need to specify
 '--no-default-search' to ignore existing coredumps.
