- Mitglied seit
- 1 Apr 2004
- Beiträge
- 3,366
- Punkte für Reaktionen
- 0
- Punkte
- 36
Änderungen gegenüber 1.2.4 (changelog):
Code:
2006-03-03 Kevin P. Fleming <[email protected]>
* Asterisk 1.2.5 released
2006-03-03 00:38 +0000 [r11607-11635] Tilghman Lesher <[email protected]>
* Makefile: Bug 6638 - Use POSIX command for Solaris
* build_tools/make_build_h: Bug 6638 - Change from a historic BSD
command to a POSIX command for determining username
* asterisk.c: Bug 6637 - Fixes for Solaris
* Makefile: If debugging, the frame pointer is helpful
2006-03-02 19:05 +0000 [r11528-11561] Russell Bryant <[email protected]>
* res/res_monitor.c: fix inaccurate ack message to ChangeMonitor
action (issue #6630)
* asterisk.sgml: make the terminology used in the synopsis match
the option description
* asterisk.sgml: add the -L option to the synopsis on the man page
2006-03-01 17:41 +0000 [r11479-11503] Tilghman Lesher <[email protected]>
* cdr/cdr_manager.c, cdr/cdr_tds.c, res/res_config_odbc.c,
include/asterisk/cdr.h, cdr/cdr_pgsql.c, cdr/cdr_odbc.c, cdr.c:
Bug 6615 - Fix 64bit conversion errors by using a long int
* build_tools/make_svn_branch_name: Bug 6618 - Solaris
compatibility fix
2006-02-28 19:46 +0000 [r11382-11410] Russell Bryant <[email protected]>
* channels/chan_iax2.c: fix the output that indicates whether
qualify smoothing is on or not (issue #6608)
* asterisk.c: adjust the keys directory when astvarlibdir is
specified in asterisk.conf (issue #6602)
* res/res_agi.c: add a missing newline in the agi app description
(thanks wunderkin!)
2006-02-27 15:20 +0000 [r11250-11281] Russell Bryant <[email protected]>
* cli.c: don't try to print the help text for a CLI command when
RESULT_SHOWUSAGE is returned if there is no help text available
(issue #6604)
* channels/chan_sip.c: fix finding realtime peers that are not
dynamic by ip address (issue #6093)
* channel.c: don't hang up the channel if its state is set to UP
before we return from ast_call (issue #6569)
2006-02-26 16:26 +0000 [r11165] Tilghman Lesher <[email protected]>
* include/asterisk/logger.h, logger.c: Bug 5950 - reenable queue
log rotation; also, eliminate redundant code
2006-02-25 19:54 +0000 [r11120] Matt Frederickson <[email protected]>
* translate.c: Backport of fix to translation optimizations. Thanks
again file!
2006-02-25 05:08 +0000 [r11058-11089] Kevin P. Fleming <[email protected]>
* translate.c: factor the number of translation steps required into
translation path decisions, so that equal cost paths that require
fewer translations are preferred
* translate.c: reformat code to fit guidelines remember which
translation paths are multi-step paths
* channel.c: ensure that spy frame queueing is able to deal with
translation failing for any reason (issue #6546)
2006-02-23 23:06 +0000 [r10952] Tilghman Lesher <[email protected]>
* Makefile: set PWD properly
2006-02-23 14:57 +0000 [r10736-10863] Kevin P. Fleming <[email protected]>
* dnsmgr.c, include/asterisk/linkedlists.h: backport list handling
fix from trunk (solves memory leak problem in cdr variables and
device state watchers) remove unused variable to silence
compiler warning
* configs/iax.conf.sample: add comment warning people about trying
to use hostnames/IPs in the sample config
2006-02-20 23:01 +0000 [r10577] Tilghman Lesher <[email protected]>
* app.c: Would be nice to tell people to look in the right file to
increase a constant
2006-02-20 06:17 +0000 [r10511-10535] Mark Spencer <[email protected]>
* channels/chan_sip.c: Handle ACKing properly (remove gratuitous
-1)
* channels/chan_iax2.c: Fix numerous places in jitter buffer where
freed memory is referenced
2006-02-19 18:29 +0000 [r10462-10487] Tilghman Lesher <[email protected]>
* formats/format_sln.c: Okay, fseek doesn't return an offset
* apps/app_voicemail.c: Fix possible lack of initialization of
useadsi
* formats/format_sln.c: Bug 6539 - Division by two negates error
flag
2006-02-18 00:17 +0000 [r10409] Tilghman Lesher <[email protected]>
* app.c: Bug 6529 - memory leak in ast_play_and_prepend
2006-02-17 01:55 +0000 [r10301-10368] Russell Bryant <[email protected]>
* jitterbuf.c: fix incorrent index calculation for jitterbuffer
history (issue #6517)
* apps/app_voicemail.c: when executing the Directory application
from voicemail and a context is not specified, use the "default"
context, not the channel's current context (issue #6507)
2006-02-15 01:21 +0000 [r10108-10137] Kevin P. Fleming <[email protected]>
* channels/chan_agent.c: ensure that agents logged in via the
manager interface are stored in the persistence database (related
to issue #6301)
* funcs/func_enum.c: handle longer ENUM lookup results (issue
#6476)
* res/res_agi.c: ensure that FastAGI launcher can handle system
call interruption (issue #6449)
2006-02-14 20:56 +0000 [r10021] Matt O'Gorman <[email protected]>
* apps/app_meetme.c: bug fix from 6485 with musiconhold not being
turned off by app_meetme
2006-02-14 20:20 +0000 [r10018] Kevin P. Fleming <[email protected]>
* apps/app_queue.c: don't double-increment abandon counter for
calls that are hung up while dialing members (issue #6289)
2006-02-14 19:11 +0000 [r9990] Mark Spencer <[email protected]>
* apps/app_meetme.c: Fix stopstream in menus (bug #6137)
2006-02-14 18:50 +0000 [r9961-9964] BJ Weschke <[email protected]>
* asterisk.c: #ifdef the include too.
* asterisk.c: #ifdef'd the prctl fix to only try and compile on
linux systems. Thanks rizzo for pointing this out.
2006-02-14 18:30 +0000 [r9953-9958] Kevin P. Fleming <[email protected]>
* channels/chan_sip.c: when answering INVITE, don't send codecs the
peer didn't offer (issue #6052)
* rtp.c: revert yesterday's temporary fix for issue #6052
2006-02-14 04:45 +0000 [r9861-9870] BJ Weschke <[email protected]>
* asterisk.c: Fixed my silly backport error from r9861
* asterisk.c: Merged changes from r9844 from /trunk. Make sure that
PR_SET_DUMPABLE is set to make certain that we still dump core if
Asterisk has setuid'd to run as non-root.
2006-02-14 00:46 +0000 [r9818] Kevin P. Fleming <[email protected]>
* rtp.c: don't try to use peer's dynamic codec numbers, it leads to
duplication (issue #6052)
2006-02-13 17:37 +0000 [r9756] Josh Roberson <[email protected]>
* apps/app_meetme.c: Don't set the formats before we stop
indications. (issue #6380)
2006-02-11 19:23 +0000 [r9581-9609] Russell Bryant <[email protected]>
* channels/chan_mgcp.c, channels/chan_sip.c, pbx/pbx_dundi.c,
channels/chan_iax2.c: fix memory leak from not destroying the
scheduler context on module unload
* apps/app_page.c: fix due to CDR changes
* manager.c, pbx/pbx_spool.c, include/asterisk/channel.h,
include/asterisk/pbx.h, include/asterisk/manager.h, channel.c,
pbx.c: now that CDR is a loadable module, don't depend on it
elsewhere (issue #6460)
2006-02-11 15:22 +0000 [r9528] Kevin P. Fleming <[email protected]>
* channels/chan_sip.c, cdr.c: clean up my mess from thread-starting
change
2006-02-11 06:29 +0000 [r9493] BJ Weschke <[email protected]>
* channels/chan_sip.c: kpfleming's fix from r9472 backported to 1.2
2006-02-10 20:38 +0000 [r9404] Kevin P. Fleming <[email protected]>
* channels/chan_mgcp.c, dnsmgr.c, channels/chan_sip.c,
devicestate.c, channels/chan_modem.c, cdr.c: don't create monitor
threads in detached mode, when we need to be able to
pthread_join() them later if the module is unloaded (solve
crash-on-unload problem for these channel modules)
2006-02-09 21:10 +0000 [r9323-9326] Tilghman Lesher <[email protected]>
* apps/app_voicemail.c: Revert behavior change from previous commit
(fixes only)
* apps/app_voicemail.c: Backport 5929 to 1.2
2006-02-09 02:31 +0000 [r9246-9262] Russell Bryant <[email protected]>
* apps/Makefile: add another location for postgresql headers (issue
#6419)
* channels/chan_iax2.c: reload peercontext on iax2 reload (issue
#6442)
2006-02-08 22:34 +0000 [r9233] Tilghman Lesher <[email protected]>
* cdr/Makefile: Leave it to RH/CentOS to put the freetds headers in
a completely nonstandard location.
2006-02-08 22:12 +0000 [r9232] Matt O'Gorman <[email protected]>
* logger.c, channels/chan_oss.c: Make logger report
error,warning,notice if logger.conf not found, also updated
chan_oss to give correct error message if its config file is not
found.
2006-02-05 17:10 +0000 [r9156] Tilghman Lesher <[email protected]>
* apps/app_macro.c: Bug 6176 - Fix race condition
2006-02-02 18:37 +0000 [r9086] Kevin P. Fleming <[email protected]>
* Makefile: don't override ASTERISKVERSIONNUM to 000000 for non-svn
builds
2006-02-02 16:12 +0000 [r9073] Matt Frederickson <[email protected]>
* res/res_odbc.c: Fix for (#6309), potential (highly unlikely)
memory leak in res_odbc