Your message dated Thu, 26 Jul 2007 17:47:07 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#320350: fixed in asterisk 1:1.4.9~dfsg-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: asterisk Severity: normal I'm not entirely certain where to report this, because bristuff doesn't appear to be properly maintained anymore on its original site, and I'm not sure where development is currently happening. The bristuff patch changes pbx_builtin_hangup to accept a cause code as a parameter--however, the parameter is often passed to the function as "" instead of NULL, so the code in the patch: /* Copy the hangup cause as specified */ if (data) chan->hangupcause = atoi(data); will (almost?) always reset the cause code to 0. This will result in the channel being hung up reporting a useless cause code (and, in the case of SIP phones, a very confusing "403 Forbidden".) Just changing the patch to be: /* Copy the hangup cause if specified */ if (data && *data) chan->hangupcause = atoi(data); will fix the problem. A temporary workaround (without recompiling) is to always call Hangup() with ${HANGUPCAUSE} as a parameter. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.11-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---Source: asterisk Source-Version: 1:1.4.9~dfsg-1 We believe that the bug you reported is fixed in the latest version of asterisk, which is due to be installed in the Debian FTP archive: asterisk-config_1.4.9~dfsg-1_all.deb to pool/main/a/asterisk/asterisk-config_1.4.9~dfsg-1_all.deb asterisk-dbg_1.4.9~dfsg-1_i386.deb to pool/main/a/asterisk/asterisk-dbg_1.4.9~dfsg-1_i386.deb asterisk-dev_1.4.9~dfsg-1_all.deb to pool/main/a/asterisk/asterisk-dev_1.4.9~dfsg-1_all.deb asterisk-doc_1.4.9~dfsg-1_all.deb to pool/main/a/asterisk/asterisk-doc_1.4.9~dfsg-1_all.deb asterisk-h323_1.4.9~dfsg-1_i386.deb to pool/main/a/asterisk/asterisk-h323_1.4.9~dfsg-1_i386.deb asterisk-sounds-main_1.4.9~dfsg-1_all.deb to pool/main/a/asterisk/asterisk-sounds-main_1.4.9~dfsg-1_all.deb asterisk-web-vmail_1.4.9~dfsg-1_all.deb to pool/main/a/asterisk/asterisk-web-vmail_1.4.9~dfsg-1_all.deb asterisk_1.4.9~dfsg-1.diff.gz to pool/main/a/asterisk/asterisk_1.4.9~dfsg-1.diff.gz asterisk_1.4.9~dfsg-1.dsc to pool/main/a/asterisk/asterisk_1.4.9~dfsg-1.dsc asterisk_1.4.9~dfsg-1_i386.deb to pool/main/a/asterisk/asterisk_1.4.9~dfsg-1_i386.deb asterisk_1.4.9~dfsg.orig.tar.gz to pool/main/a/asterisk/asterisk_1.4.9~dfsg.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mark Purcell <[EMAIL PROTECTED]> (supplier of updated asterisk package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 26 Jul 2007 16:52:29 +0100 Source: asterisk Binary: asterisk-h323 asterisk-web-vmail asterisk asterisk-dbg asterisk-dev asterisk-doc asterisk-sounds-main asterisk-config Architecture: source all i386 Version: 1:1.4.9~dfsg-1 Distribution: unstable Urgency: high Maintainer: Debian VoIP Team <[EMAIL PROTECTED]> Changed-By: Mark Purcell <[EMAIL PROTECTED]> Description: asterisk - Open Source Private Branch Exchange (PBX) asterisk-config - config files for asterisk asterisk-dbg - debugging symbols for asterisk asterisk-dev - development files for asterisk asterisk-doc - documentation for asterisk asterisk-h323 - asterisk H.323 VoIP channel asterisk-sounds-main - sound files for asterisk asterisk-web-vmail - Web-based (CGI) voice mail interface for Asterisk Closes: 316443 320350 323275 335079 344097 344484 350001 354132 354132 368948 383075 413541 413543 413544 413544 413816 419894 421467 434076 Changes: asterisk (1:1.4.9~dfsg-1) unstable; urgency=high . [ Tzafrir Cohen ] * New upstream release. - ASA-2007-018 - DoS Resource Exhaustion vulnerability in IAX2 . [ Faidon Liambotis ] * Add myself to Uploaders. * Fix "debian/rules clean" to cleanup correctly the tree by calling "make distclean" instead of "make clean". Also, fix some stuff in the upstream Makefiles (debian/patches/make-clean-fixes). Fixes a lintian warning. * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control. * Move examples from all packages (debian/examples) to asterisk-config only. * Add eagi-test.c, eagi-sphinx-test.c, fastagi-test and static-http to examples. * Remove Conflicts/Replaces/Depends to pre-sarge versions, they're useless even for backports. . [ Mark Purcell ] * Include asterisk.init changes from Martin - Asterisk does not create /var/run/asterisk directory if not existent (Closes: #413541) * Backout asterisk-h323 Suggests:/ Recommends: asterisk-oh323. The former works, the latter does not with asterisk-1.4.x * Upstream fixes from 1.4.x branch: - Multiple security flaws in Asterisk (Closes: #421467) - Debug switch wrong in /etc/default/asterisk (Closes: #413544) - Upgrading destroys astdb (Closes: #354132) - Upgrading destroys astdb (Closes: #354132) - asterisk bindaddr in sip and iax config is to fixed ip not Interfaces (Closes: #316443) - Incorrect callerid syntax in sip.conf causes incorrect error (Closes: #323275) - dropouts (Closes: #335079) - Does not include cdr_sqlite userfield support by default (Closes: #344097) - Asterisk crashes on sparc when playing 'demo-moreinfo' (Closes: #344484) - fresh install - crash after dialing IAX test (Closes: #350001) - asterisk_fix script fails to set variables for adduser, user creation fails (Closes: #383075) - Debug switch wrong in /etc/default/asterisk (Closes: #413544) - When using L option on Dial, instead of warning asterisk disconnects the call (Closes: #419894) - Patch for fastagi handling (Closes: #368948) - bristuff patch breaks cause codes in Hangup() (Closes: #320350) * add debian/patches/basim-safeasterisk.dpatch - contrib/scripts/safe_asterisk should explicitly link to a cli (Closes: #413543) * Adding a restart when convenient in Asterisk (Closes: #413816) * asterisk-h323: libpt.so.1.10.2 => not found (Closes: #434076) Files: c128651b0c90ec79b40d7b1f5ec480e1 1625 comm optional asterisk_1.4.9~dfsg-1.dsc 72119eeabdef7c68cb54a497b28dfcfe 4930650 comm optional asterisk_1.4.9~dfsg.orig.tar.gz 981b3709f39b36de61c88ed2fdf9fcab 38058 comm optional asterisk_1.4.9~dfsg-1.diff.gz bdb71468bbe576e8ec1c2521103a8567 28240096 doc extra asterisk-doc_1.4.9~dfsg-1_all.deb fba0401bf6a5eefc7ecd12697e5c081d 292318 devel extra asterisk-dev_1.4.9~dfsg-1_all.deb 96605ca4267f7e8755470acabfe4ac68 1633606 comm optional asterisk-sounds-main_1.4.9~dfsg-1_all.deb f924145dd93ea8ecc7e438c181ddfcc6 159286 comm extra asterisk-web-vmail_1.4.9~dfsg-1_all.deb b2c5f3e553a56e7f287a2c3f47d6346a 372766 comm optional asterisk-config_1.4.9~dfsg-1_all.deb b234fb458b62e054bb7ad5e499901f5b 2050154 comm optional asterisk_1.4.9~dfsg-1_i386.deb 8c53da241da8e5b763695e1849abc624 260518 comm optional asterisk-h323_1.4.9~dfsg-1_i386.deb adb080f272c72e314c387dd7e224a89a 11825662 devel extra asterisk-dbg_1.4.9~dfsg-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGqMcaoCzanz0IthIRAoKsAJ9beCFznmcFJ9ZQigB+8vUYPLR8HgCgkiA4 q352JB+imbV30SA5u8dy0NY= =ZLIY -----END PGP SIGNATURE-----
--- End Message ---

