2006-03-26 Kevin P. Fleming <[email protected]>
* Asterisk 1.2.6 released
2006-03-25 05:07 +0000 [r14821-14868] Tilghman Lesher <[email protected]>
* contrib/init.d/rc.redhat.asterisk: Bug 6601 - More configuration
abilities for the RH init script
* apps/app_voicemail.c: Fix incorrect size of zeroing (left over
from when maxmsg was hardcoded at 100)
* apps/app_voicemail.c: Bug 6783 - When context is specified,
voicemail should look for mailboxes in that context
2006-03-24 14:48 +0000 [r14704] Russell Bryant <[email protected]>
* image.c: use the correct variable in an error message (issue
#6791)
2006-03-24 04:53 +0000 [r14610-14659] BJ Weschke <[email protected]>
* apps/app_voicemail.c: Fix a typo in the app description
* include/asterisk/sched.h: Doxygen comment typo corrections
2006-03-23 21:51 +0000 [r14523] Joshua Colp <[email protected]>
* res/res_features.c: Issue #6764 - Return BUSY signal when other
party is busy at Attended Transfer (Reported by mnachev)
2006-03-23 21:44 +0000 [r14522] Matt Frederickson <[email protected]>
* channels/chan_zap.c: Fix SETUP_ACK handling so that we change
channels if so requested
2006-03-23 20:43 +0000 [r14467] BJ Weschke <[email protected]>
* apps/app_meetme.c: Bug #5884 - fix a possible race state in
app_meetme when a channel has gone away and we are reading
continuously for more frames. (mneuhauser)
2006-03-23 20:13 +0000 [r14462] Russell Bryant <[email protected]>
* apps/app_readfile.c: don't crash when asked to read from a file
that doesn't exist (issue #6786)
2006-03-22 22:18 +0000 [r14191-14276] Joshua Colp <[email protected]>
* apps/app_voicemail.c: Fix a minor code issue
* apps/app_voicemail.c: Issue #6781 - Verbose levels not enforced
in app_voicemail (Reported by flobi)
* include/asterisk/cdr.h, cdr.c: Issue #5918 - Disposition showing
FAILED even though call is answered successfully (Reported by
tracinet)
* pbx.c: Issue #6780 - ast_pbx_outgoing_cdr_failed description fix.
(Reported and fixed by casper)
2006-03-22 09:10 +0000 [r14140] Olle Johansson <[email protected]>
* channels/chan_sip.c: Issue #6766 - fix ;user=phone functionality.
(Reported by alein, fix by russell - thanks!)
2006-03-21 18:59 +0000 [r13814-13964] Russell Bryant <[email protected]>
* configs/features.conf.sample: add a note explaining how to set
the DYNAMIC_FEATURES variable to allow the use of custom features
(issue #6747)
* res/res_features.c: fix crash when using the ParkAndAnnounce
application. When using this application, there will be no peer
channel to play the parking announcement to. (issue #6756)
* funcs/func_strings.c: fix REGEX on strings that contain quotes
(issue #6678)
* sounds.txt: fix spelling of whiskey
* apps/app_meetme.c: don't add conference participant if the user
hangs up while recording their name (issue #6661)
* sample.call: re-add the Account parameter to the sample call file
since it's not really deprecated since the CDR function is no
longer built in
2006-03-21 06:24 +0000 [r13707-13748] Tilghman Lesher <[email protected]>
* apps/app_voicemail.c: Bug 6714 - Workaround to avoid retrieving
incomplete voicemail message
* editline/term.c: Do away with some warnings and fix some
indentation
2006-03-20 17:36 +0000 [r13634] Olle Johansson <[email protected]>
* channels/chan_iax2.c: Do not overwrite ANI if it's set by IE
(sendani=yes in the peer)
2006-03-19 09:59 +0000 [r13550] Russell Bryant <[email protected]>
* apps/app_dial.c: revert the change made in revision 12927 in
favor of keeping the original behavior of the option. The
documentation has now been updated to reflect the actual
behavior. (issue #6523)
2006-03-19 09:25 +0000 [r13547] Olle Johansson <[email protected]>
* channels/chan_sip.c: Reset global_rtautoclear at sip reload
2006-03-16 20:05 +0000 [r13279] Tilghman Lesher <[email protected]>
* ast_expr2.y, ast_expr2.c: Bug 6737 - Fix compile warning on OS X
2006-03-16 17:58 +0000 [r13239] Olle Johansson <[email protected]>
* configs/sip.conf.sample: Issue #6690 - clarify progressinband
default setting
2006-03-16 17:42 +0000 [r13237] Russell Bryant <[email protected]>
* channels/chan_zap.c: always use the callerid signalling method
set in the zt_pvt strucutre as opposed to the last one read from
the config file (issue #6734, with mods)
2006-03-16 06:56 +0000 [r13197] Olle Johansson <[email protected]>
* channels/chan_sip.c: To quote giant developers: "Oops". Thanks,
Tony!
2006-03-15 22:16 +0000 [r13161] Russell Bryant <[email protected]>
* cdr.c: - remove some calculations that will always result in 0 -
if a CDR was never started, don't try to calculate a duration and
consider it failed
2006-03-15 13:01 +0000 [r13026] Olle Johansson <[email protected]>
* channels/chan_sip.c: Issue #6728: Remove parameters to Event:
header on SUBSCRIBE requests
2006-03-14 18:41 +0000 [r12925-12927] Russell Bryant <[email protected]>
* apps/app_dial.c: when using the G() option to Dial, fix sending
the called channel to 1 priority beyond what was specified (issue
#6523)
* apps/app_queue.c: fix a problem with not loading realtime queue
members by always reloading a realtime queue from the database
even if it is found in the list (issue #6680)
2006-03-12 19:26 +0000 [r12646] Russell Bryant <[email protected]>
* pbx.c: add locking to protect the list of global dialplan
variables
2006-03-12 17:57 +0000 [r12577] Russell Bryant <[email protected]>
* codecs/gsm/Makefile: fix build on parisc (issue #6704)
2006-03-10 12:13 +0000 [r12477-12495] Olle Johansson <[email protected]>
* channels/chan_sip.c: Issue #5937 - Make sure SIP CANCEL's are
re-transmitted
* channels/chan_sip.c: Issue #6576 - SIP_CODEC not used for early
media (reported by gpapadop73)
2006-03-08 10:51 +0000 [r12458] Olle Johansson <[email protected]>
* channels/chan_sip.c: Issue #6657 - Ignore 183 session progress
without SDP
2006-03-07 00:05 +0000 [r12161-12195] Tilghman Lesher <[email protected]>
* channels/chan_sip.c: Bug 6020 - Race condition where packet could
be lost if first packet on list is acked
* editline/np/vis.c, editline/readline.c: Bug 6664 - More fixes for
Solaris
2006-03-06 14:23 +0000 [r12036-12072] Olle Johansson <[email protected]>
* channel.c: Revert earlier change
* channel.c: Fix for astmm compilation
2006-03-06 02:32 +0000 [r11946] Russell Bryant <[email protected]>
* configs/zapata.conf.sample: fix a typo in the description of the
ringtimeout option
2006-03-05 12:40 +0000 [r11849] Olle Johansson <[email protected]>
* channels/chan_sip.c: Clear page2 flags at reload too
2006-03-04 11:45 +0000 [r11778] BJ Weschke <[email protected]>
* apps/app_mixmonitor.c: Substitute variables in the post_process
string (if it exists) before those variables could possibly
disappear (channel hangup) #6462