[Home]

Summary:ASTERISK-06111: [patch] fix for memory overwrite in pbx.c::substring()
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-01-17 08:48:53.000-0600Date Closed:2008-01-15 16:48:23.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx-substr.diff
( 1) substring.patch
Description:the implementation of pbx.c::substring() has a bug that can cause
memory to be overwritten outside the allocated workspace.
A full description of the problem is in

 http://lists.digium.com/pipermail/asterisk-dev/2006-January/018031.html

The attached patch fixes the bug and provides a more efficient
implementation, e.g. removing multiple calls to strlen() when one suffices.
 
Comments:By: Russell Bryant (russell) 2006-01-21 16:30:23.000-0600

I added this to the 1.2 branch in revision 8412.  However, before adding it to the trunk, I noticed that it isn't quite working as expected.

Previously, you could do the following to display "45":

  exten => 12345,1,NoOp(${EXTEN:-3})

This is now evaluating to an empty string.

By: Russell Bryant (russell) 2006-01-21 16:39:08.000-0600

I have uploaded a patch for my proposed solution.

By: Luigi Rizzo (rizzo) 2006-01-21 16:47:56.000-0600

russel: your patch is absolutely correct, thanks for fixing this case.

By: Russell Bryant (russell) 2006-01-21 19:11:13.000-0600

Added to the 1.2 branch and trunk in revisions 8418 and 8421, thanks!

By: Digium Subversion (svnbot) 2008-01-15 16:20:50.000-0600

Repository: asterisk
Revision: 8412

U   branches/1.2/pbx.c

------------------------------------------------------------------------
r8412 | russell | 2008-01-15 16:20:50 -0600 (Tue, 15 Jan 2008) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8412

By: Digium Subversion (svnbot) 2008-01-15 16:20:52.000-0600

Repository: asterisk
Revision: 8414

U   branches/1.2/pbx.c

------------------------------------------------------------------------
r8414 | russell | 2008-01-15 16:20:51 -0600 (Tue, 15 Jan 2008) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8414

By: Digium Subversion (svnbot) 2008-01-15 16:20:57.000-0600

Repository: asterisk
Revision: 8418

U   branches/1.2/pbx.c

------------------------------------------------------------------------
r8418 | russell | 2008-01-15 16:20:56 -0600 (Tue, 15 Jan 2008) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8418

By: Digium Subversion (svnbot) 2008-01-15 16:20:58.000-0600

Repository: asterisk
Revision: 8419

_U  team/murf/bug_6264-1.2/
U   team/murf/bug_6264-1.2/apps/app_milliwatt.c
U   team/murf/bug_6264-1.2/apps/app_queue.c
U   team/murf/bug_6264-1.2/ast_expr2.fl
U   team/murf/bug_6264-1.2/ast_expr2.y
U   team/murf/bug_6264-1.2/channels/chan_iax2.c
U   team/murf/bug_6264-1.2/channels/chan_sip.c

------------------------------------------------------------------------
r8419 | murf | 2008-01-15 16:20:58 -0600 (Tue, 15 Jan 2008) | 53 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8419

By: Digium Subversion (svnbot) 2008-01-15 16:21:00.000-0600

Repository: asterisk
Revision: 8421

U   trunk/pbx.c

------------------------------------------------------------------------
r8421 | russell | 2008-01-15 16:20:59 -0600 (Tue, 15 Jan 2008) | 3 lines

prevent writing outside of the provided workspace when calculating a
substring (issue ASTERISK-6111)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8421

By: Digium Subversion (svnbot) 2008-01-15 16:21:02.000-0600

Repository: asterisk
Revision: 8423

_U  team/murf/bug_6072/
U   team/murf/bug_6072/apps/app_milliwatt.c
U   team/murf/bug_6072/apps/app_queue.c
U   team/murf/bug_6072/ast_expr2.fl
U   team/murf/bug_6072/ast_expr2f.c
U   team/murf/bug_6072/channels/chan_iax2.c
U   team/murf/bug_6072/channels/chan_sip.c
U   team/murf/bug_6072/pbx.c

------------------------------------------------------------------------
r8423 | murf | 2008-01-15 16:21:01 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8423

By: Digium Subversion (svnbot) 2008-01-15 16:21:20.000-0600

Repository: asterisk
Revision: 8441

_U  team/oej/astum/
U   team/oej/astum/apps/Makefile
U   team/oej/astum/apps/app_authenticate.c
U   team/oej/astum/apps/app_chanspy.c
U   team/oej/astum/apps/app_curl.c
U   team/oej/astum/apps/app_db.c
U   team/oej/astum/apps/app_dial.c
U   team/oej/astum/apps/app_dictate.c
U   team/oej/astum/apps/app_directory.c
U   team/oej/astum/apps/app_disa.c
U   team/oej/astum/apps/app_exec.c
U   team/oej/astum/apps/app_externalivr.c
U   team/oej/astum/apps/app_festival.c
U   team/oej/astum/apps/app_hasnewvoicemail.c
U   team/oej/astum/apps/app_image.c
U   team/oej/astum/apps/app_macro.c
U   team/oej/astum/apps/app_meetme.c
U   team/oej/astum/apps/app_mixmonitor.c
U   team/oej/astum/apps/app_osplookup.c
U   team/oej/astum/apps/app_page.c
U   team/oej/astum/apps/app_parkandannounce.c
U   team/oej/astum/apps/app_playback.c
U   team/oej/astum/apps/app_privacy.c
U   team/oej/astum/apps/app_queue.c
U   team/oej/astum/apps/app_random.c
U   team/oej/astum/apps/app_read.c
U   team/oej/astum/apps/app_readfile.c
U   team/oej/astum/apps/app_record.c
U   team/oej/astum/apps/app_sayunixtime.c
U   team/oej/astum/apps/app_senddtmf.c
U   team/oej/astum/apps/app_sendtext.c
U   team/oej/astum/apps/app_setcallerid.c
U   team/oej/astum/apps/app_skel.c
U   team/oej/astum/apps/app_sql_postgres.c
U   team/oej/astum/apps/app_stack.c
U   team/oej/astum/apps/app_talkdetect.c
U   team/oej/astum/apps/app_transfer.c
U   team/oej/astum/apps/app_url.c
U   team/oej/astum/apps/app_userevent.c
U   team/oej/astum/apps/app_verbose.c
U   team/oej/astum/apps/app_voicemail.c
U   team/oej/astum/apps/app_while.c
U   team/oej/astum/apps/app_zapras.c
U   team/oej/astum/callerid.c
U   team/oej/astum/channel.c
U   team/oej/astum/channels/chan_agent.c
U   team/oej/astum/channels/chan_iax2.c
U   team/oej/astum/channels/chan_mgcp.c
U   team/oej/astum/channels/chan_sip.c
U   team/oej/astum/codecs/codec_a_mu.c
U   team/oej/astum/codecs/codec_adpcm.c
U   team/oej/astum/codecs/codec_alaw.c
U   team/oej/astum/codecs/codec_g723_1.c
U   team/oej/astum/codecs/codec_g726.c
U   team/oej/astum/codecs/codec_gsm.c
U   team/oej/astum/codecs/codec_ilbc.c
U   team/oej/astum/codecs/codec_lpc10.c
U   team/oej/astum/codecs/codec_speex.c
U   team/oej/astum/codecs/codec_ulaw.c
U   team/oej/astum/codecs/gsm/Makefile
U   team/oej/astum/configs/sip.conf.sample
U   team/oej/astum/doc/README.variables
U   team/oej/astum/funcs/func_cdr.c
U   team/oej/astum/funcs/func_cut.c
U   team/oej/astum/funcs/func_logic.c
U   team/oej/astum/funcs/func_math.c
U   team/oej/astum/funcs/func_md5.c
U   team/oej/astum/funcs/func_odbc.c
U   team/oej/astum/funcs/func_rand.c
U   team/oej/astum/funcs/func_strings.c
U   team/oej/astum/include/asterisk/utils.h
U   team/oej/astum/pbx.c
U   team/oej/astum/res/res_agi.c
U   team/oej/astum/res/res_crypto.c
U   team/oej/astum/res/res_features.c
U   team/oej/astum/res/res_indications.c
U   team/oej/astum/res/res_monitor.c
U   team/oej/astum/res/res_musiconhold.c
U   team/oej/astum/res/res_osp.c

------------------------------------------------------------------------
r8441 | oej | 2008-01-15 16:21:19 -0600 (Tue, 15 Jan 2008) | 167 lines

Merged revisions 8359-8362,8368,8370-8372,8378-8381,8387,8393,8401-8404,8407-8411,8413,8420-8422,8426,8428,8432,8436 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r8359 | mattf | 2006-01-21 00:19:49 +0100 (Sat, 21 Jan 2006) | 2 lines

Fix comments in sip.conf (ASTERISK-5977)

........
r8360 | russell | 2006-01-21 00:23:00 +0100 (Sat, 21 Jan 2006) | 2 lines

formatting and doxygen fixes (issue ASTERISK-6140)

........
r8361 | mattf | 2006-01-21 00:28:37 +0100 (Sat, 21 Jan 2006) | 2 lines

fix for codec_gsm on ia64 (ASTERISK-6134)

........
r8362 | russell | 2006-01-21 01:42:25 +0100 (Sat, 21 Jan 2006) | 2 lines

remove some useless checks after calls to ast_strdupa

........
r8368 | russell | 2006-01-21 04:09:01 +0100 (Sat, 21 Jan 2006) | 2 lines

remove optimization where its benefits are negligible

........
r8370 | tilghman | 2006-01-21 06:05:45 +0100 (Sat, 21 Jan 2006) | 2 lines

Bug 6096 - callerid_parse cleanup

........
r8371 | tilghman | 2006-01-21 06:15:56 +0100 (Sat, 21 Jan 2006) | 2 lines

Bug 5515 - Devicestate and API documentation update

........
r8372 | tilghman | 2006-01-21 06:22:18 +0100 (Sat, 21 Jan 2006) | 2 lines

Bug 4872 - Make Asterisk paths available to AGIs via environmental variables

........
r8378 | russell | 2006-01-21 09:01:24 +0100 (Sat, 21 Jan 2006) | 2 lines

remove some useless checks of the result of ast_strdupa

........
r8379 | russell | 2006-01-21 09:13:12 +0100 (Sat, 21 Jan 2006) | 2 lines

remove lots of useless checks of the result of ast_strdupa

........
r8380 | russell | 2006-01-21 09:23:57 +0100 (Sat, 21 Jan 2006) | 2 lines

remove useless checks of the result of ast_strdupa

........
r8381 | russell | 2006-01-21 09:45:39 +0100 (Sat, 21 Jan 2006) | 2 lines

conversions to use allocation wrappers (issue ASTERISK-6117)

........
r8387 | russell | 2006-01-21 18:50:04 +0100 (Sat, 21 Jan 2006) | 3 lines

revert my pass through the tree to remove checks of the result of ast_strdupa
(revisions 8378 through 8381)

........
r8393 | russell | 2006-01-21 19:11:40 +0100 (Sat, 21 Jan 2006) | 3 lines

don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca
was not successful

........
r8401 | russell | 2006-01-21 21:20:06 +0100 (Sat, 21 Jan 2006) | 3 lines

finish reverting my pass through the tree to remove checks of the result of
ast_strdupa, this one is revision 8362

........
r8402 | tilghman | 2006-01-21 21:32:17 +0100 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)

........
r8403 | russell | 2006-01-21 21:57:06 +0100 (Sat, 21 Jan 2006) | 2 lines

on this pass, only remove duplicate log messages

........
r8404 | russell | 2006-01-21 21:58:57 +0100 (Sat, 21 Jan 2006) | 1 line


........
r8407 | russell | 2006-01-21 22:29:06 +0100 (Sat, 21 Jan 2006) | 2 lines

clean up formatting to conform to coding guidelines and fix some typos (issue ASTERISK-6101)

........
r8408 | russell | 2006-01-21 22:50:09 +0100 (Sat, 21 Jan 2006) | 5 lines

- conversion to allocation wrappers
- get rid of some compiler warnings due to usused variables and const-ification
- remove some unnecessary uses of malloc/strncpy/free and replace with ast_strdupa
(based on the patch from issue ASTERISK-6115)

........
r8409 | russell | 2006-01-21 22:57:01 +0100 (Sat, 21 Jan 2006) | 2 lines

oops, don't build app_sql_postgres by default ...

........
r8410 | russell | 2006-01-21 23:09:06 +0100 (Sat, 21 Jan 2006) | 5 lines

- conversions to allocation wrappers
- replace malloc/memset with ast_calloc
- replace malloc/ast_copy_string with ast_strdup
(based on patch from issue ASTERISK-6139)

........
r8411 | russell | 2006-01-22 00:05:19 +0100 (Sun, 22 Jan 2006) | 2 lines

const-ify some fields in the ast_exten and ast_include structures (issue ASTERISK-6110)

........
r8413 | russell | 2006-01-22 00:17:52 +0100 (Sun, 22 Jan 2006) | 1 line


........
r8420 | russell | 2006-01-22 03:06:33 +0100 (Sun, 22 Jan 2006) | 1 line


........
r8421 | russell | 2006-01-22 03:10:19 +0100 (Sun, 22 Jan 2006) | 3 lines

prevent writing outside of the provided workspace when calculating a
substring (issue ASTERISK-6111)

........
r8422 | russell | 2006-01-22 03:23:38 +0100 (Sun, 22 Jan 2006) | 2 lines

add 'show channeltype' CLI command (issue ASTERISK-5992, with small modifications)

........
r8426 | tilghman | 2006-01-22 08:18:02 +0100 (Sun, 22 Jan 2006) | 2 lines

Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen.

........
r8428 | tilghman | 2006-01-22 09:09:02 +0100 (Sun, 22 Jan 2006) | 2 lines

Bug 6262 - New function STRPTIME

........
r8432 | bweschke | 2006-01-22 16:08:51 +0100 (Sun, 22 Jan 2006) | 2 lines

Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug ASTERISK-5953

........
r8436 | tilghman | 2006-01-22 18:28:42 +0100 (Sun, 22 Jan 2006) | 2 lines

Bug 6312 - Macro janitor

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8441

By: Digium Subversion (svnbot) 2008-01-15 16:21:33.000-0600

Repository: asterisk
Revision: 8453

_U  team/russell/autoconf_and_menuselect/
U   team/russell/autoconf_and_menuselect/app.c
U   team/russell/autoconf_and_menuselect/apps/Makefile
U   team/russell/autoconf_and_menuselect/apps/app_authenticate.c
U   team/russell/autoconf_and_menuselect/apps/app_chanspy.c
U   team/russell/autoconf_and_menuselect/apps/app_curl.c
U   team/russell/autoconf_and_menuselect/apps/app_db.c
U   team/russell/autoconf_and_menuselect/apps/app_dial.c
U   team/russell/autoconf_and_menuselect/apps/app_dictate.c
U   team/russell/autoconf_and_menuselect/apps/app_directory.c
U   team/russell/autoconf_and_menuselect/apps/app_disa.c
U   team/russell/autoconf_and_menuselect/apps/app_exec.c
U   team/russell/autoconf_and_menuselect/apps/app_externalivr.c
U   team/russell/autoconf_and_menuselect/apps/app_festival.c
U   team/russell/autoconf_and_menuselect/apps/app_hasnewvoicemail.c
U   team/russell/autoconf_and_menuselect/apps/app_image.c
U   team/russell/autoconf_and_menuselect/apps/app_macro.c
U   team/russell/autoconf_and_menuselect/apps/app_meetme.c
U   team/russell/autoconf_and_menuselect/apps/app_mixmonitor.c
U   team/russell/autoconf_and_menuselect/apps/app_osplookup.c
U   team/russell/autoconf_and_menuselect/apps/app_page.c
U   team/russell/autoconf_and_menuselect/apps/app_parkandannounce.c
U   team/russell/autoconf_and_menuselect/apps/app_playback.c
U   team/russell/autoconf_and_menuselect/apps/app_privacy.c
U   team/russell/autoconf_and_menuselect/apps/app_queue.c
U   team/russell/autoconf_and_menuselect/apps/app_random.c
U   team/russell/autoconf_and_menuselect/apps/app_read.c
U   team/russell/autoconf_and_menuselect/apps/app_readfile.c
U   team/russell/autoconf_and_menuselect/apps/app_record.c
U   team/russell/autoconf_and_menuselect/apps/app_sayunixtime.c
U   team/russell/autoconf_and_menuselect/apps/app_senddtmf.c
U   team/russell/autoconf_and_menuselect/apps/app_sendtext.c
U   team/russell/autoconf_and_menuselect/apps/app_setcallerid.c
U   team/russell/autoconf_and_menuselect/apps/app_skel.c
U   team/russell/autoconf_and_menuselect/apps/app_sql_postgres.c
U   team/russell/autoconf_and_menuselect/apps/app_stack.c
U   team/russell/autoconf_and_menuselect/apps/app_talkdetect.c
U   team/russell/autoconf_and_menuselect/apps/app_transfer.c
U   team/russell/autoconf_and_menuselect/apps/app_url.c
U   team/russell/autoconf_and_menuselect/apps/app_userevent.c
U   team/russell/autoconf_and_menuselect/apps/app_verbose.c
U   team/russell/autoconf_and_menuselect/apps/app_voicemail.c
U   team/russell/autoconf_and_menuselect/apps/app_while.c
U   team/russell/autoconf_and_menuselect/apps/app_zapras.c
U   team/russell/autoconf_and_menuselect/callerid.c
U   team/russell/autoconf_and_menuselect/channel.c
U   team/russell/autoconf_and_menuselect/channels/chan_agent.c
U   team/russell/autoconf_and_menuselect/channels/chan_iax2.c
U   team/russell/autoconf_and_menuselect/channels/chan_sip.c
U   team/russell/autoconf_and_menuselect/doc/README.variables
U   team/russell/autoconf_and_menuselect/funcs/func_cdr.c
U   team/russell/autoconf_and_menuselect/funcs/func_cut.c
U   team/russell/autoconf_and_menuselect/funcs/func_logic.c
U   team/russell/autoconf_and_menuselect/funcs/func_math.c
U   team/russell/autoconf_and_menuselect/funcs/func_md5.c
U   team/russell/autoconf_and_menuselect/funcs/func_strings.c
U   team/russell/autoconf_and_menuselect/include/asterisk/astosp.h
U   team/russell/autoconf_and_menuselect/pbx.c
U   team/russell/autoconf_and_menuselect/res/res_crypto.c
U   team/russell/autoconf_and_menuselect/res/res_features.c
U   team/russell/autoconf_and_menuselect/res/res_indications.c
U   team/russell/autoconf_and_menuselect/res/res_monitor.c
U   team/russell/autoconf_and_menuselect/res/res_musiconhold.c
U   team/russell/autoconf_and_menuselect/res/res_osp.c

------------------------------------------------------------------------
r8453 | russell | 2008-01-15 16:21:33 -0600 (Tue, 15 Jan 2008) | 122 lines

Merged revisions 8401-8404,8407-8411,8413,8420-8422,8426,8428,8432,8436,8438,8443,8446-8447 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r8401 | russell | 2006-01-21 15:20:06 -0500 (Sat, 21 Jan 2006) | 3 lines

finish reverting my pass through the tree to remove checks of the result of
ast_strdupa, this one is revision 8362

................
r8402 | tilghman | 2006-01-21 15:32:17 -0500 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)

................
r8403 | russell | 2006-01-21 15:57:06 -0500 (Sat, 21 Jan 2006) | 2 lines

on this pass, only remove duplicate log messages

................
r8404 | russell | 2006-01-21 15:58:57 -0500 (Sat, 21 Jan 2006) | 1 line


................
r8407 | russell | 2006-01-21 16:29:06 -0500 (Sat, 21 Jan 2006) | 2 lines

clean up formatting to conform to coding guidelines and fix some typos (issue ASTERISK-6101)

................
r8408 | russell | 2006-01-21 16:50:09 -0500 (Sat, 21 Jan 2006) | 5 lines

- conversion to allocation wrappers
- get rid of some compiler warnings due to usused variables and const-ification
- remove some unnecessary uses of malloc/strncpy/free and replace with ast_strdupa
(based on the patch from issue ASTERISK-6115)

................
r8409 | russell | 2006-01-21 16:57:01 -0500 (Sat, 21 Jan 2006) | 2 lines

oops, don't build app_sql_postgres by default ...

................
r8410 | russell | 2006-01-21 17:09:06 -0500 (Sat, 21 Jan 2006) | 5 lines

- conversions to allocation wrappers
- replace malloc/memset with ast_calloc
- replace malloc/ast_copy_string with ast_strdup
(based on patch from issue ASTERISK-6139)

................
r8411 | russell | 2006-01-21 18:05:19 -0500 (Sat, 21 Jan 2006) | 2 lines

const-ify some fields in the ast_exten and ast_include structures (issue ASTERISK-6110)

................
r8413 | russell | 2006-01-21 18:17:52 -0500 (Sat, 21 Jan 2006) | 1 line


................
r8420 | russell | 2006-01-21 21:06:33 -0500 (Sat, 21 Jan 2006) | 1 line


................
r8421 | russell | 2006-01-21 21:10:19 -0500 (Sat, 21 Jan 2006) | 3 lines

prevent writing outside of the provided workspace when calculating a
substring (issue ASTERISK-6111)

................
r8422 | russell | 2006-01-21 21:23:38 -0500 (Sat, 21 Jan 2006) | 2 lines

add 'show channeltype' CLI command (issue ASTERISK-5992, with small modifications)

................
r8426 | tilghman | 2006-01-22 02:18:02 -0500 (Sun, 22 Jan 2006) | 2 lines

Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen.

................
r8428 | tilghman | 2006-01-22 03:09:02 -0500 (Sun, 22 Jan 2006) | 2 lines

Bug 6262 - New function STRPTIME

................
r8432 | bweschke | 2006-01-22 10:08:51 -0500 (Sun, 22 Jan 2006) | 2 lines

Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug ASTERISK-5953

................
r8436 | tilghman | 2006-01-22 12:28:42 -0500 (Sun, 22 Jan 2006) | 2 lines

Bug 6312 - Macro janitor

................
r8438 | russell | 2006-01-22 12:53:14 -0500 (Sun, 22 Jan 2006) | 10 lines

Merged revisions 8437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8437 | russell | 2006-01-22 12:47:13 -0500 (Sun, 22 Jan 2006) | 2 lines

fix MixMonitor crash (issue ASTERISK-6161, probably others)

........

................
r8443 | russell | 2006-01-22 13:42:06 -0500 (Sun, 22 Jan 2006) | 2 lines

eliminate some compiler warnings

................
r8446 | russell | 2006-01-22 14:04:37 -0500 (Sun, 22 Jan 2006) | 1 line


................
r8447 | russell | 2006-01-22 14:09:50 -0500 (Sun, 22 Jan 2006) | 2 lines

fix memory leak from not freeing the list of queue members when freeing a queue

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8453

By: Digium Subversion (svnbot) 2008-01-15 16:21:36.000-0600

Repository: asterisk
Revision: 8455

_U  team/russell/make_output/
U   team/russell/make_output/apps/Makefile
U   team/russell/make_output/apps/app_authenticate.c
U   team/russell/make_output/apps/app_chanspy.c
U   team/russell/make_output/apps/app_curl.c
U   team/russell/make_output/apps/app_db.c
U   team/russell/make_output/apps/app_dial.c
U   team/russell/make_output/apps/app_dictate.c
U   team/russell/make_output/apps/app_directory.c
U   team/russell/make_output/apps/app_disa.c
U   team/russell/make_output/apps/app_exec.c
U   team/russell/make_output/apps/app_externalivr.c
U   team/russell/make_output/apps/app_festival.c
U   team/russell/make_output/apps/app_hasnewvoicemail.c
U   team/russell/make_output/apps/app_image.c
U   team/russell/make_output/apps/app_macro.c
U   team/russell/make_output/apps/app_meetme.c
U   team/russell/make_output/apps/app_mixmonitor.c
U   team/russell/make_output/apps/app_osplookup.c
U   team/russell/make_output/apps/app_page.c
U   team/russell/make_output/apps/app_parkandannounce.c
U   team/russell/make_output/apps/app_playback.c
U   team/russell/make_output/apps/app_privacy.c
U   team/russell/make_output/apps/app_queue.c
U   team/russell/make_output/apps/app_random.c
U   team/russell/make_output/apps/app_read.c
U   team/russell/make_output/apps/app_readfile.c
U   team/russell/make_output/apps/app_realtime.c
U   team/russell/make_output/apps/app_record.c
U   team/russell/make_output/apps/app_sayunixtime.c
U   team/russell/make_output/apps/app_senddtmf.c
U   team/russell/make_output/apps/app_sendtext.c
U   team/russell/make_output/apps/app_setcallerid.c
U   team/russell/make_output/apps/app_skel.c
U   team/russell/make_output/apps/app_sql_postgres.c
U   team/russell/make_output/apps/app_stack.c
U   team/russell/make_output/apps/app_talkdetect.c
U   team/russell/make_output/apps/app_transfer.c
U   team/russell/make_output/apps/app_url.c
U   team/russell/make_output/apps/app_userevent.c
U   team/russell/make_output/apps/app_verbose.c
U   team/russell/make_output/apps/app_voicemail.c
U   team/russell/make_output/apps/app_while.c
U   team/russell/make_output/apps/app_zapras.c
U   team/russell/make_output/channels/chan_agent.c
U   team/russell/make_output/channels/chan_iax2.c
U   team/russell/make_output/channels/chan_sip.c
U   team/russell/make_output/doc/README.variables
U   team/russell/make_output/funcs/func_cdr.c
U   team/russell/make_output/funcs/func_cut.c
U   team/russell/make_output/funcs/func_logic.c
U   team/russell/make_output/funcs/func_math.c
U   team/russell/make_output/funcs/func_md5.c
U   team/russell/make_output/funcs/func_odbc.c
U   team/russell/make_output/funcs/func_rand.c
U   team/russell/make_output/funcs/func_strings.c
U   team/russell/make_output/include/asterisk/astosp.h
U   team/russell/make_output/res/res_crypto.c
U   team/russell/make_output/res/res_features.c
U   team/russell/make_output/res/res_indications.c
U   team/russell/make_output/res/res_monitor.c
U   team/russell/make_output/res/res_musiconhold.c
U   team/russell/make_output/res/res_osp.c

------------------------------------------------------------------------
r8455 | russell | 2008-01-15 16:21:36 -0600 (Tue, 15 Jan 2008) | 122 lines

Merged revisions 8401-8404,8407-8411,8413,8420-8422,8426,8428,8432,8436,8438,8443,8446-8447 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r8401 | russell | 2006-01-21 15:20:06 -0500 (Sat, 21 Jan 2006) | 3 lines

finish reverting my pass through the tree to remove checks of the result of
ast_strdupa, this one is revision 8362

................
r8402 | tilghman | 2006-01-21 15:32:17 -0500 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)

................
r8403 | russell | 2006-01-21 15:57:06 -0500 (Sat, 21 Jan 2006) | 2 lines

on this pass, only remove duplicate log messages

................
r8404 | russell | 2006-01-21 15:58:57 -0500 (Sat, 21 Jan 2006) | 1 line


................
r8407 | russell | 2006-01-21 16:29:06 -0500 (Sat, 21 Jan 2006) | 2 lines

clean up formatting to conform to coding guidelines and fix some typos (issue ASTERISK-6101)

................
r8408 | russell | 2006-01-21 16:50:09 -0500 (Sat, 21 Jan 2006) | 5 lines

- conversion to allocation wrappers
- get rid of some compiler warnings due to usused variables and const-ification
- remove some unnecessary uses of malloc/strncpy/free and replace with ast_strdupa
(based on the patch from issue ASTERISK-6115)

................
r8409 | russell | 2006-01-21 16:57:01 -0500 (Sat, 21 Jan 2006) | 2 lines

oops, don't build app_sql_postgres by default ...

................
r8410 | russell | 2006-01-21 17:09:06 -0500 (Sat, 21 Jan 2006) | 5 lines

- conversions to allocation wrappers
- replace malloc/memset with ast_calloc
- replace malloc/ast_copy_string with ast_strdup
(based on patch from issue ASTERISK-6139)

................
r8411 | russell | 2006-01-21 18:05:19 -0500 (Sat, 21 Jan 2006) | 2 lines

const-ify some fields in the ast_exten and ast_include structures (issue ASTERISK-6110)

................
r8413 | russell | 2006-01-21 18:17:52 -0500 (Sat, 21 Jan 2006) | 1 line


................
r8420 | russell | 2006-01-21 21:06:33 -0500 (Sat, 21 Jan 2006) | 1 line


................
r8421 | russell | 2006-01-21 21:10:19 -0500 (Sat, 21 Jan 2006) | 3 lines

prevent writing outside of the provided workspace when calculating a
substring (issue ASTERISK-6111)

................
r8422 | russell | 2006-01-21 21:23:38 -0500 (Sat, 21 Jan 2006) | 2 lines

add 'show channeltype' CLI command (issue ASTERISK-5992, with small modifications)

................
r8426 | tilghman | 2006-01-22 02:18:02 -0500 (Sun, 22 Jan 2006) | 2 lines

Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen.

................
r8428 | tilghman | 2006-01-22 03:09:02 -0500 (Sun, 22 Jan 2006) | 2 lines

Bug 6262 - New function STRPTIME

................
r8432 | bweschke | 2006-01-22 10:08:51 -0500 (Sun, 22 Jan 2006) | 2 lines

Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug ASTERISK-5953

................
r8436 | tilghman | 2006-01-22 12:28:42 -0500 (Sun, 22 Jan 2006) | 2 lines

Bug 6312 - Macro janitor

................
r8438 | russell | 2006-01-22 12:53:14 -0500 (Sun, 22 Jan 2006) | 10 lines

Merged revisions 8437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8437 | russell | 2006-01-22 12:47:13 -0500 (Sun, 22 Jan 2006) | 2 lines

fix MixMonitor crash (issue ASTERISK-6161, probably others)

........

................
r8443 | russell | 2006-01-22 13:42:06 -0500 (Sun, 22 Jan 2006) | 2 lines

eliminate some compiler warnings

................
r8446 | russell | 2006-01-22 14:04:37 -0500 (Sun, 22 Jan 2006) | 1 line


................
r8447 | russell | 2006-01-22 14:09:50 -0500 (Sun, 22 Jan 2006) | 2 lines

fix memory leak from not freeing the list of queue members when freeing a queue

................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8455

By: Digium Subversion (svnbot) 2008-01-15 16:22:02.000-0600

Repository: asterisk
Revision: 8478

_U  team/crichter/0.3.0/
U   team/crichter/0.3.0/apps/app_queue.c
U   team/crichter/0.3.0/channel.c
U   team/crichter/0.3.0/channels/chan_sip.c
U   team/crichter/0.3.0/pbx.c

------------------------------------------------------------------------
r8478 | crichter | 2008-01-15 16:22:01 -0600 (Tue, 15 Jan 2008) | 47 lines

Merged revisions 8394,8412,8414,8418,8429,8433,8437,8445 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8394 | tilghman | 2006-01-21 19:29:39 +0100 (Sa, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-22 00:17:06 +0100 (So, 22 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-22 00:43:14 +0100 (So, 22 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-22 03:05:41 +0100 (So, 22 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........
r8429 | tilghman | 2006-01-22 09:52:49 +0100 (So, 22 Jan 2006) | 2 lines

Bug 6281 - Cannot set more than a single header with SIPAddHeader

........
r8433 | bweschke | 2006-01-22 16:13:41 +0100 (So, 22 Jan 2006) | 3 lines

Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug ASTERISK-5953


........
r8437 | russell | 2006-01-22 18:47:13 +0100 (So, 22 Jan 2006) | 2 lines

fix MixMonitor crash (issue ASTERISK-6161, probably others)

........
r8445 | russell | 2006-01-22 20:03:53 +0100 (So, 22 Jan 2006) | 2 lines

fix memory leak from not freeing the queue member list when freeing an old queue

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8478

By: Digium Subversion (svnbot) 2008-01-15 16:24:59.000-0600

Repository: asterisk
Revision: 8663

_U  team/murf/bug_6072/
U   team/murf/bug_6072/apps/app_dial.c
U   team/murf/bug_6072/apps/app_queue.c
U   team/murf/bug_6072/asterisk.c
U   team/murf/bug_6072/channel.c
U   team/murf/bug_6072/channels/chan_sip.c
U   team/murf/bug_6072/channels/chan_zap.c
U   team/murf/bug_6072/utils/astman.c

------------------------------------------------------------------------
r8663 | murf | 2008-01-15 16:24:58 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8663

By: Digium Subversion (svnbot) 2008-01-15 16:25:29.000-0600

Repository: asterisk
Revision: 8694

_U  team/murf/bug_6264-1.2/
U   team/murf/bug_6264-1.2/apps/app_dial.c
U   team/murf/bug_6264-1.2/apps/app_queue.c
U   team/murf/bug_6264-1.2/asterisk.c
U   team/murf/bug_6264-1.2/channel.c
U   team/murf/bug_6264-1.2/channels/chan_features.c
U   team/murf/bug_6264-1.2/channels/chan_sip.c
U   team/murf/bug_6264-1.2/channels/chan_zap.c
U   team/murf/bug_6264-1.2/pbx.c
U   team/murf/bug_6264-1.2/utils/astman.c

------------------------------------------------------------------------
r8694 | murf | 2008-01-15 16:25:28 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8694

By: Digium Subversion (svnbot) 2008-01-15 16:25:32.000-0600

Repository: asterisk
Revision: 8696

_U  team/murf/bug_6264-trunk/
D   team/murf/bug_6264-trunk/ChangeLog
U   team/murf/bug_6264-trunk/Makefile
U   team/murf/bug_6264-trunk/apps/Makefile
U   team/murf/bug_6264-trunk/apps/app_authenticate.c
U   team/murf/bug_6264-trunk/apps/app_chanspy.c
U   team/murf/bug_6264-trunk/apps/app_curl.c
U   team/murf/bug_6264-trunk/apps/app_db.c
U   team/murf/bug_6264-trunk/apps/app_dial.c
U   team/murf/bug_6264-trunk/apps/app_dictate.c
U   team/murf/bug_6264-trunk/apps/app_directory.c
U   team/murf/bug_6264-trunk/apps/app_disa.c
U   team/murf/bug_6264-trunk/apps/app_exec.c
U   team/murf/bug_6264-trunk/apps/app_externalivr.c
U   team/murf/bug_6264-trunk/apps/app_festival.c
U   team/murf/bug_6264-trunk/apps/app_hasnewvoicemail.c
U   team/murf/bug_6264-trunk/apps/app_image.c
U   team/murf/bug_6264-trunk/apps/app_macro.c
U   team/murf/bug_6264-trunk/apps/app_meetme.c
U   team/murf/bug_6264-trunk/apps/app_milliwatt.c
U   team/murf/bug_6264-trunk/apps/app_mixmonitor.c
U   team/murf/bug_6264-trunk/apps/app_osplookup.c
U   team/murf/bug_6264-trunk/apps/app_page.c
U   team/murf/bug_6264-trunk/apps/app_parkandannounce.c
U   team/murf/bug_6264-trunk/apps/app_playback.c
U   team/murf/bug_6264-trunk/apps/app_privacy.c
U   team/murf/bug_6264-trunk/apps/app_queue.c
U   team/murf/bug_6264-trunk/apps/app_random.c
U   team/murf/bug_6264-trunk/apps/app_read.c
U   team/murf/bug_6264-trunk/apps/app_readfile.c
U   team/murf/bug_6264-trunk/apps/app_record.c
U   team/murf/bug_6264-trunk/apps/app_sayunixtime.c
U   team/murf/bug_6264-trunk/apps/app_senddtmf.c
U   team/murf/bug_6264-trunk/apps/app_sendtext.c
U   team/murf/bug_6264-trunk/apps/app_setcallerid.c
U   team/murf/bug_6264-trunk/apps/app_skel.c
U   team/murf/bug_6264-trunk/apps/app_sms.c
U   team/murf/bug_6264-trunk/apps/app_sql_postgres.c
U   team/murf/bug_6264-trunk/apps/app_stack.c
U   team/murf/bug_6264-trunk/apps/app_talkdetect.c
U   team/murf/bug_6264-trunk/apps/app_transfer.c
U   team/murf/bug_6264-trunk/apps/app_url.c
U   team/murf/bug_6264-trunk/apps/app_userevent.c
U   team/murf/bug_6264-trunk/apps/app_verbose.c
U   team/murf/bug_6264-trunk/apps/app_voicemail.c
U   team/murf/bug_6264-trunk/apps/app_while.c
U   team/murf/bug_6264-trunk/apps/app_zapras.c
U   team/murf/bug_6264-trunk/ast_expr2.fl
U   team/murf/bug_6264-trunk/ast_expr2.y
U   team/murf/bug_6264-trunk/asterisk.c
U   team/murf/bug_6264-trunk/callerid.c
U   team/murf/bug_6264-trunk/cdr/cdr_pgsql.c
U   team/murf/bug_6264-trunk/channel.c
U   team/murf/bug_6264-trunk/channels/chan_agent.c
U   team/murf/bug_6264-trunk/channels/chan_alsa.c
U   team/murf/bug_6264-trunk/channels/chan_features.c
U   team/murf/bug_6264-trunk/channels/chan_iax2.c
U   team/murf/bug_6264-trunk/channels/chan_local.c
U   team/murf/bug_6264-trunk/channels/chan_mgcp.c
U   team/murf/bug_6264-trunk/channels/chan_sip.c
U   team/murf/bug_6264-trunk/channels/chan_zap.c
U   team/murf/bug_6264-trunk/codecs/codec_a_mu.c
U   team/murf/bug_6264-trunk/codecs/codec_adpcm.c
U   team/murf/bug_6264-trunk/codecs/codec_alaw.c
U   team/murf/bug_6264-trunk/codecs/codec_g723_1.c
U   team/murf/bug_6264-trunk/codecs/codec_g726.c
U   team/murf/bug_6264-trunk/codecs/codec_gsm.c
U   team/murf/bug_6264-trunk/codecs/codec_ilbc.c
U   team/murf/bug_6264-trunk/codecs/codec_lpc10.c
U   team/murf/bug_6264-trunk/codecs/codec_speex.c
U   team/murf/bug_6264-trunk/codecs/codec_ulaw.c
U   team/murf/bug_6264-trunk/codecs/gsm/Makefile
U   team/murf/bug_6264-trunk/config.c
U   team/murf/bug_6264-trunk/configs/alsa.conf.sample
U   team/murf/bug_6264-trunk/configs/queues.conf.sample
U   team/murf/bug_6264-trunk/configs/sip.conf.sample
U   team/murf/bug_6264-trunk/configs/zapata.conf.sample
U   team/murf/bug_6264-trunk/contrib/scripts/safe_asterisk
U   team/murf/bug_6264-trunk/devicestate.c
A   team/murf/bug_6264-trunk/doc/README.callingpres
U   team/murf/bug_6264-trunk/doc/README.variables
U   team/murf/bug_6264-trunk/enum.c
U   team/murf/bug_6264-trunk/formats/format_pcm.c
U   team/murf/bug_6264-trunk/formats/format_pcm_alaw.c
U   team/murf/bug_6264-trunk/funcs/func_cdr.c
U   team/murf/bug_6264-trunk/funcs/func_cut.c
U   team/murf/bug_6264-trunk/funcs/func_db.c
U   team/murf/bug_6264-trunk/funcs/func_logic.c
U   team/murf/bug_6264-trunk/funcs/func_math.c
U   team/murf/bug_6264-trunk/funcs/func_md5.c
U   team/murf/bug_6264-trunk/funcs/func_odbc.c
U   team/murf/bug_6264-trunk/funcs/func_rand.c
U   team/murf/bug_6264-trunk/funcs/func_strings.c
U   team/murf/bug_6264-trunk/include/asterisk/astosp.h
U   team/murf/bug_6264-trunk/include/asterisk/channel.h
U   team/murf/bug_6264-trunk/include/asterisk/utils.h
U   team/murf/bug_6264-trunk/logger.c
U   team/murf/bug_6264-trunk/manager.c
U   team/murf/bug_6264-trunk/pbx.c
U   team/murf/bug_6264-trunk/res/res_agi.c
U   team/murf/bug_6264-trunk/res/res_crypto.c
U   team/murf/bug_6264-trunk/res/res_features.c
U   team/murf/bug_6264-trunk/res/res_indications.c
U   team/murf/bug_6264-trunk/res/res_monitor.c
U   team/murf/bug_6264-trunk/res/res_musiconhold.c
U   team/murf/bug_6264-trunk/res/res_osp.c
U   team/murf/bug_6264-trunk/rtp.c
U   team/murf/bug_6264-trunk/udptl.c
U   team/murf/bug_6264-trunk/utils/astman.c

------------------------------------------------------------------------
r8696 | murf | 2008-01-15 16:25:31 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8696

By: Digium Subversion (svnbot) 2008-01-15 16:28:25.000-0600

Repository: asterisk
Revision: 8891

_U  team/oej/managerstuff/
D   team/oej/managerstuff/ChangeLog
U   team/oej/managerstuff/apps/app_dial.c
U   team/oej/managerstuff/apps/app_festival.c
U   team/oej/managerstuff/apps/app_meetme.c
U   team/oej/managerstuff/apps/app_milliwatt.c
U   team/oej/managerstuff/apps/app_queue.c
U   team/oej/managerstuff/ast_expr2.c
U   team/oej/managerstuff/ast_expr2.fl
U   team/oej/managerstuff/ast_expr2.h
U   team/oej/managerstuff/ast_expr2.y
U   team/oej/managerstuff/ast_expr2f.c
U   team/oej/managerstuff/asterisk.c
U   team/oej/managerstuff/channel.c
U   team/oej/managerstuff/channels/chan_features.c
U   team/oej/managerstuff/channels/chan_iax2.c
U   team/oej/managerstuff/channels/chan_sip.c
U   team/oej/managerstuff/channels/chan_zap.c
U   team/oej/managerstuff/loader.c
U   team/oej/managerstuff/logger.c
U   team/oej/managerstuff/pbx.c
U   team/oej/managerstuff/res/res_features.c
U   team/oej/managerstuff/utils/astman.c

------------------------------------------------------------------------
r8891 | oej | 2008-01-15 16:28:24 -0600 (Tue, 15 Jan 2008) | 202 lines

Merged revisions 8112,8122,8124,8134,8140,8162,8173,8194,8232,8242,8276,8281,8320,8347,8394,8412,8414,8418,8429,8433,8437,8445,8537,8562,8573,8588,8600,8608,8619,8632,8666,8677,8710,8729,8758,8785,8808 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8112 | kpfleming | 2006-01-17 00:51:37 +0100 (Tue, 17 Jan 2006) | 2 lines

do rlimit check _after_ reading config file, in case 'dumpcore' is specified there

........
r8122 | kpfleming | 2006-01-17 14:11:55 +0100 (Tue, 17 Jan 2006) | 2 lines

update CLI copyright notice

........
r8124 | mogorman | 2006-01-17 17:55:30 +0100 (Tue, 17 Jan 2006) | 3 lines

Fixed code ordering of logger_init and queue_log_init
bug 6263

........
r8134 | mattf | 2006-01-17 19:29:57 +0100 (Tue, 17 Jan 2006) | 2 lines

Backport of fix for ASTERISK-5936

........
r8140 | mogorman | 2006-01-17 21:10:29 +0100 (Tue, 17 Jan 2006) | 3 lines

Stop any generators running on a channel when
festival is called as described in 5996

........
r8162 | mogorman | 2006-01-18 01:47:04 +0100 (Wed, 18 Jan 2006) | 4 lines

Changed order of autoload so that pbx_ comes before
channels, and in doing so cause bug 6002 to not
be an issue

........
r8173 | russell | 2006-01-18 03:49:21 +0100 (Wed, 18 Jan 2006) | 2 lines

remove ChangeLog from the 1.2 branch.  It will only be present in the tags.

........
r8194 | mogorman | 2006-01-18 22:02:06 +0100 (Wed, 18 Jan 2006) | 3 lines

Solves issue with the login proccess in meetme
patch from 6136

........
r8232 | russell | 2006-01-19 05:17:45 +0100 (Thu, 19 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-19 05:56:48 +0100 (Thu, 19 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 20:14:37 +0100 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 20:40:28 +0100 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-20 02:00:46 +0100 (Fri, 20 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 19:34:42 +0100 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 19:29:39 +0100 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-22 00:17:06 +0100 (Sun, 22 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-22 00:43:14 +0100 (Sun, 22 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-22 03:05:41 +0100 (Sun, 22 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........
r8429 | tilghman | 2006-01-22 09:52:49 +0100 (Sun, 22 Jan 2006) | 2 lines

Bug 6281 - Cannot set more than a single header with SIPAddHeader

........
r8433 | bweschke | 2006-01-22 16:13:41 +0100 (Sun, 22 Jan 2006) | 3 lines

Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug ASTERISK-5953


........
r8437 | russell | 2006-01-22 18:47:13 +0100 (Sun, 22 Jan 2006) | 2 lines

fix MixMonitor crash (issue ASTERISK-6161, probably others)

........
r8445 | russell | 2006-01-22 20:03:53 +0100 (Sun, 22 Jan 2006) | 2 lines

fix memory leak from not freeing the queue member list when freeing an old queue

........
r8537 | oej | 2006-01-24 14:15:13 +0100 (Tue, 24 Jan 2006) | 2 lines

Issue ASTERISK-6148 - never send response to ACK. (Reported by whiskerp)

........
r8562 | oej | 2006-01-24 20:21:15 +0100 (Tue, 24 Jan 2006) | 2 lines

Issue 6114: Don't hangup on BYE/ALSO with no channel.

........
r8573 | mattf | 2006-01-24 21:37:30 +0100 (Tue, 24 Jan 2006) | 2 lines

Backport fix for ASTERISK-6071, hangup on polarity reversal

........
r8588 | kpfleming | 2006-01-24 23:32:09 +0100 (Tue, 24 Jan 2006) | 2 lines

ensure that channel cannot become zombie after we check but before we try to start indications

........
r8600 | russell | 2006-01-24 23:55:32 +0100 (Tue, 24 Jan 2006) | 2 lines

completely arbitrary whitespace change for testing something with svnmerge ...

........
r8608 | kpfleming | 2006-01-25 02:50:52 +0100 (Wed, 25 Jan 2006) | 2 lines

ensure hangup cause code is handled properly when channel does not return a frame (issue ASTERISK-6186)

........
r8619 | russell | 2006-01-25 06:38:36 +0100 (Wed, 25 Jan 2006) | 2 lines

don't leak almost 200 bytes for each new channel (issue ASTERISK-6170)

........
r8632 | oej | 2006-01-25 10:46:43 +0100 (Wed, 25 Jan 2006) | 2 lines

Issue ASTERISK-6276 - the "timebomb" bug. Patch by Markster over GPRS

........
r8666 | russell | 2006-01-25 19:39:44 +0100 (Wed, 25 Jan 2006) | 2 lines

fix memory leak (inspired by issue ASTERISK-6190)

........
r8677 | russell | 2006-01-25 20:14:43 +0100 (Wed, 25 Jan 2006) | 3 lines

don't call ast_update_realtime with uninitialized variables if we get a
registration with an expirey of 0 seconds (issue ASTERISK-6016)

........
r8710 | oej | 2006-01-26 15:39:36 +0100 (Thu, 26 Jan 2006) | 2 lines

Issue 5898: Registrations does not get deleted if there's an active SIP dialog

........
r8729 | russell | 2006-01-26 20:42:35 +0100 (Thu, 26 Jan 2006) | 2 lines

fix problem with dtmf on e&m (issue ASTERISK-6203)

........
r8758 | tilghman | 2006-01-27 01:52:12 +0100 (Fri, 27 Jan 2006) | 2 lines

Bug 6072 - Revisions to the source bison and flex files don't auto-regenerate these files

........
r8785 | oej | 2006-01-27 09:02:16 +0100 (Fri, 27 Jan 2006) | 2 lines

Issue 6362 - Register without Contact: and Expires: fails (reporter: op)

........
r8808 | oej | 2006-01-28 14:52:15 +0100 (Sat, 28 Jan 2006) | 3 lines

Issue 6182 - Don't remove scheduled event until it's really done.
(reported by malverian)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8891

By: Digium Subversion (svnbot) 2008-01-15 16:28:31.000-0600

Repository: asterisk
Revision: 8894

_U  team/oej/moduletest/
U   team/oej/moduletest/apps/app_dial.c
U   team/oej/moduletest/apps/app_queue.c
U   team/oej/moduletest/ast_expr2.c
U   team/oej/moduletest/ast_expr2.h
U   team/oej/moduletest/ast_expr2f.c
U   team/oej/moduletest/asterisk.c
U   team/oej/moduletest/channel.c
U   team/oej/moduletest/channels/chan_features.c
U   team/oej/moduletest/channels/chan_iax2.c
U   team/oej/moduletest/channels/chan_sip.c
U   team/oej/moduletest/channels/chan_zap.c
U   team/oej/moduletest/pbx.c
U   team/oej/moduletest/utils/astman.c

------------------------------------------------------------------------
r8894 | oej | 2008-01-15 16:28:30 -0600 (Tue, 15 Jan 2008) | 135 lines

Merged revisions 8320,8347,8394,8412,8414,8418,8429,8433,8437,8445,8537,8562,8573,8588,8600,8608,8619,8632,8666,8677,8710,8729,8758,8785,8808 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8320 | mogorman | 2006-01-20 02:00:46 +0100 (Fri, 20 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 19:34:42 +0100 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 19:29:39 +0100 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-22 00:17:06 +0100 (Sun, 22 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-22 00:43:14 +0100 (Sun, 22 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-22 03:05:41 +0100 (Sun, 22 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........
r8429 | tilghman | 2006-01-22 09:52:49 +0100 (Sun, 22 Jan 2006) | 2 lines

Bug 6281 - Cannot set more than a single header with SIPAddHeader

........
r8433 | bweschke | 2006-01-22 16:13:41 +0100 (Sun, 22 Jan 2006) | 3 lines

Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug ASTERISK-5953


........
r8437 | russell | 2006-01-22 18:47:13 +0100 (Sun, 22 Jan 2006) | 2 lines

fix MixMonitor crash (issue ASTERISK-6161, probably others)

........
r8445 | russell | 2006-01-22 20:03:53 +0100 (Sun, 22 Jan 2006) | 2 lines

fix memory leak from not freeing the queue member list when freeing an old queue

........
r8537 | oej | 2006-01-24 14:15:13 +0100 (Tue, 24 Jan 2006) | 2 lines

Issue ASTERISK-6148 - never send response to ACK. (Reported by whiskerp)

........
r8562 | oej | 2006-01-24 20:21:15 +0100 (Tue, 24 Jan 2006) | 2 lines

Issue 6114: Don't hangup on BYE/ALSO with no channel.

........
r8573 | mattf | 2006-01-24 21:37:30 +0100 (Tue, 24 Jan 2006) | 2 lines

Backport fix for ASTERISK-6071, hangup on polarity reversal

........
r8588 | kpfleming | 2006-01-24 23:32:09 +0100 (Tue, 24 Jan 2006) | 2 lines

ensure that channel cannot become zombie after we check but before we try to start indications

........
r8600 | russell | 2006-01-24 23:55:32 +0100 (Tue, 24 Jan 2006) | 2 lines

completely arbitrary whitespace change for testing something with svnmerge ...

........
r8608 | kpfleming | 2006-01-25 02:50:52 +0100 (Wed, 25 Jan 2006) | 2 lines

ensure hangup cause code is handled properly when channel does not return a frame (issue ASTERISK-6186)

........
r8619 | russell | 2006-01-25 06:38:36 +0100 (Wed, 25 Jan 2006) | 2 lines

don't leak almost 200 bytes for each new channel (issue ASTERISK-6170)

........
r8632 | oej | 2006-01-25 10:46:43 +0100 (Wed, 25 Jan 2006) | 2 lines

Issue ASTERISK-6276 - the "timebomb" bug. Patch by Markster over GPRS

........
r8666 | russell | 2006-01-25 19:39:44 +0100 (Wed, 25 Jan 2006) | 2 lines

fix memory leak (inspired by issue ASTERISK-6190)

........
r8677 | russell | 2006-01-25 20:14:43 +0100 (Wed, 25 Jan 2006) | 3 lines

don't call ast_update_realtime with uninitialized variables if we get a
registration with an expirey of 0 seconds (issue ASTERISK-6016)

........
r8710 | oej | 2006-01-26 15:39:36 +0100 (Thu, 26 Jan 2006) | 2 lines

Issue 5898: Registrations does not get deleted if there's an active SIP dialog

........
r8729 | russell | 2006-01-26 20:42:35 +0100 (Thu, 26 Jan 2006) | 2 lines

fix problem with dtmf on e&m (issue ASTERISK-6203)

........
r8758 | tilghman | 2006-01-27 01:52:12 +0100 (Fri, 27 Jan 2006) | 2 lines

Bug 6072 - Revisions to the source bison and flex files don't auto-regenerate these files

........
r8785 | oej | 2006-01-27 09:02:16 +0100 (Fri, 27 Jan 2006) | 2 lines

Issue 6362 - Register without Contact: and Expires: fails (reporter: op)

........
r8808 | oej | 2006-01-28 14:52:15 +0100 (Sat, 28 Jan 2006) | 3 lines

Issue 6182 - Don't remove scheduled event until it's really done.
(reported by malverian)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=8894

By: Digium Subversion (svnbot) 2008-01-15 16:32:27.000-0600

Repository: asterisk
Revision: 9132

_U  team/murf/AEL2/
U   team/murf/AEL2/.cleancount
U   team/murf/AEL2/Makefile
U   team/murf/AEL2/agi/Makefile
U   team/murf/AEL2/apps/Makefile
D   team/murf/AEL2/apps/app_intercom.c
D   team/murf/AEL2/apps/app_sql_postgres.c
U   team/murf/AEL2/cdr/Makefile
U   team/murf/AEL2/channels/Makefile
U   team/murf/AEL2/channels/chan_misdn.c
U   team/murf/AEL2/channels/chan_misdn_config.c
U   team/murf/AEL2/channels/chan_sip.c
U   team/murf/AEL2/channels/chan_vpb.c
U   team/murf/AEL2/channels/chan_zap.c
U   team/murf/AEL2/channels/misdn/Makefile
U   team/murf/AEL2/channels/misdn/chan_misdn_config.h
U   team/murf/AEL2/channels/misdn/isdn_lib.c
U   team/murf/AEL2/channels/misdn/isdn_lib.h
U   team/murf/AEL2/channels/misdn/isdn_msg_parser.c
U   team/murf/AEL2/cli.c
U   team/murf/AEL2/codecs/Makefile
U   team/murf/AEL2/configs/misdn.conf.sample
A   team/murf/AEL2/configs/muted.conf.sample
A   team/murf/AEL2/doc/00README.1st
A   team/murf/AEL2/doc/ael.txt
A   team/murf/AEL2/doc/app-sms.txt
A   team/murf/AEL2/doc/asterisk-conf.txt
A   team/murf/AEL2/doc/backtrace.txt
A   team/murf/AEL2/doc/billing.txt
A   team/murf/AEL2/doc/callingpres.txt
A   team/murf/AEL2/doc/cdrdriver.txt
A   team/murf/AEL2/doc/chaniax.txt
A   team/murf/AEL2/doc/channels.txt
A   team/murf/AEL2/doc/channelvariables.txt
A   team/murf/AEL2/doc/cliprompt.txt
A   team/murf/AEL2/doc/configuration.txt
A   team/murf/AEL2/doc/cygwin.txt
A   team/murf/AEL2/doc/dundi.txt
A   team/murf/AEL2/doc/enum.txt
A   team/murf/AEL2/doc/extconfig.txt
A   team/murf/AEL2/doc/externalivr.txt
A   team/murf/AEL2/doc/freetds.txt
A   team/murf/AEL2/doc/h323.txt
A   team/murf/AEL2/doc/hardware.txt
A   team/murf/AEL2/doc/ices.txt
A   team/murf/AEL2/doc/jitterbuffer.txt
A   team/murf/AEL2/doc/linkedlists.txt
A   team/murf/AEL2/doc/math.txt
A   team/murf/AEL2/doc/misdn.txt
A   team/murf/AEL2/doc/mp3.txt
A   team/murf/AEL2/doc/musiconhold-fpm.txt
A   team/murf/AEL2/doc/mysql.txt
A   team/murf/AEL2/doc/odbcstorage.txt
A   team/murf/AEL2/doc/privacy.txt
A   team/murf/AEL2/doc/realtime.txt
A   team/murf/AEL2/doc/security.txt
A   team/murf/AEL2/doc/sms.txt
U   team/murf/AEL2/formats/Makefile
U   team/murf/AEL2/frame.c
U   team/murf/AEL2/funcs/Makefile
U   team/murf/AEL2/funcs/func_language.c
U   team/murf/AEL2/funcs/func_moh.c
U   team/murf/AEL2/include/asterisk/cdr.h
U   team/murf/AEL2/include/asterisk/channel.h
U   team/murf/AEL2/include/asterisk/frame.h
U   team/murf/AEL2/include/asterisk/image.h
U   team/murf/AEL2/include/asterisk/musiconhold.h
U   team/murf/AEL2/include/asterisk/stringfields.h
U   team/murf/AEL2/pbx/ael.tab.c
U   team/murf/AEL2/pbx/ael_lex.c
U   team/murf/AEL2/pbx.c
U   team/murf/AEL2/res/Makefile
U   team/murf/AEL2/res/res_agi.c
U   team/murf/AEL2/res/res_clioriginate.c
U   team/murf/AEL2/res/res_features.c
U   team/murf/AEL2/res/res_musiconhold.c
U   team/murf/AEL2/res/res_odbc.c
U   team/murf/AEL2/rtp.c
U   team/murf/AEL2/stdtime/Makefile
U   team/murf/AEL2/udptl.c
U   team/murf/AEL2/utils/Makefile

------------------------------------------------------------------------
r9132 | murf | 2008-01-15 16:32:26 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9132

By: Digium Subversion (svnbot) 2008-01-15 16:33:21.000-0600

Repository: asterisk
Revision: 9189

_U  team/murf/AEL2/
U   team/murf/AEL2/Makefile
U   team/murf/AEL2/apps/app_macro.c
U   team/murf/AEL2/channel.c
U   team/murf/AEL2/channels/chan_local.c
U   team/murf/AEL2/channels/chan_misdn_config.c
U   team/murf/AEL2/channels/misdn/Makefile
U   team/murf/AEL2/configs/misdn.conf.sample
U   team/murf/AEL2/funcs/Makefile
A   team/murf/AEL2/funcs/func_sha1.c
A   team/murf/AEL2/include/asterisk/sha1.h
U   team/murf/AEL2/include/asterisk/utils.h
A   team/murf/AEL2/sha1.c
U   team/murf/AEL2/utils.c

------------------------------------------------------------------------
r9189 | murf | 2008-01-15 16:33:21 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9189

By: Digium Subversion (svnbot) 2008-01-15 16:33:24.000-0600

Repository: asterisk
Revision: 9192

_U  team/murf/bug_6264-trunk/
U   team/murf/bug_6264-trunk/.cleancount
U   team/murf/bug_6264-trunk/Makefile
U   team/murf/bug_6264-trunk/agi/Makefile
U   team/murf/bug_6264-trunk/apps/Makefile
D   team/murf/bug_6264-trunk/apps/app_intercom.c
U   team/murf/bug_6264-trunk/apps/app_macro.c
D   team/murf/bug_6264-trunk/apps/app_sql_postgres.c
U   team/murf/bug_6264-trunk/cdr/Makefile
U   team/murf/bug_6264-trunk/channel.c
U   team/murf/bug_6264-trunk/channels/Makefile
U   team/murf/bug_6264-trunk/channels/chan_local.c
U   team/murf/bug_6264-trunk/channels/chan_misdn.c
U   team/murf/bug_6264-trunk/channels/chan_misdn_config.c
U   team/murf/bug_6264-trunk/channels/chan_sip.c
U   team/murf/bug_6264-trunk/channels/chan_vpb.c
U   team/murf/bug_6264-trunk/channels/chan_zap.c
U   team/murf/bug_6264-trunk/channels/misdn/Makefile
U   team/murf/bug_6264-trunk/channels/misdn/chan_misdn_config.h
U   team/murf/bug_6264-trunk/channels/misdn/isdn_lib.c
U   team/murf/bug_6264-trunk/channels/misdn/isdn_lib.h
U   team/murf/bug_6264-trunk/channels/misdn/isdn_msg_parser.c
U   team/murf/bug_6264-trunk/cli.c
U   team/murf/bug_6264-trunk/codecs/Makefile
U   team/murf/bug_6264-trunk/configs/misdn.conf.sample
A   team/murf/bug_6264-trunk/configs/muted.conf.sample
A   team/murf/bug_6264-trunk/doc/00README.1st
A   team/murf/bug_6264-trunk/doc/ael.txt
A   team/murf/bug_6264-trunk/doc/app-sms.txt
A   team/murf/bug_6264-trunk/doc/asterisk-conf.txt
A   team/murf/bug_6264-trunk/doc/backtrace.txt
A   team/murf/bug_6264-trunk/doc/billing.txt
A   team/murf/bug_6264-trunk/doc/callingpres.txt
A   team/murf/bug_6264-trunk/doc/cdrdriver.txt
A   team/murf/bug_6264-trunk/doc/chaniax.txt
A   team/murf/bug_6264-trunk/doc/channels.txt
A   team/murf/bug_6264-trunk/doc/channelvariables.txt
A   team/murf/bug_6264-trunk/doc/cliprompt.txt
A   team/murf/bug_6264-trunk/doc/configuration.txt
A   team/murf/bug_6264-trunk/doc/cygwin.txt
A   team/murf/bug_6264-trunk/doc/dundi.txt
A   team/murf/bug_6264-trunk/doc/enum.txt
A   team/murf/bug_6264-trunk/doc/extconfig.txt
A   team/murf/bug_6264-trunk/doc/externalivr.txt
A   team/murf/bug_6264-trunk/doc/freetds.txt
A   team/murf/bug_6264-trunk/doc/h323.txt
A   team/murf/bug_6264-trunk/doc/hardware.txt
A   team/murf/bug_6264-trunk/doc/ices.txt
A   team/murf/bug_6264-trunk/doc/jitterbuffer.txt
A   team/murf/bug_6264-trunk/doc/linkedlists.txt
A   team/murf/bug_6264-trunk/doc/math.txt
A   team/murf/bug_6264-trunk/doc/misdn.txt
A   team/murf/bug_6264-trunk/doc/mp3.txt
A   team/murf/bug_6264-trunk/doc/musiconhold-fpm.txt
A   team/murf/bug_6264-trunk/doc/mysql.txt
A   team/murf/bug_6264-trunk/doc/odbcstorage.txt
A   team/murf/bug_6264-trunk/doc/privacy.txt
A   team/murf/bug_6264-trunk/doc/realtime.txt
A   team/murf/bug_6264-trunk/doc/security.txt
A   team/murf/bug_6264-trunk/doc/sms.txt
U   team/murf/bug_6264-trunk/formats/Makefile
U   team/murf/bug_6264-trunk/frame.c
U   team/murf/bug_6264-trunk/funcs/Makefile
U   team/murf/bug_6264-trunk/funcs/func_language.c
U   team/murf/bug_6264-trunk/funcs/func_moh.c
A   team/murf/bug_6264-trunk/funcs/func_sha1.c
U   team/murf/bug_6264-trunk/include/asterisk/cdr.h
U   team/murf/bug_6264-trunk/include/asterisk/channel.h
U   team/murf/bug_6264-trunk/include/asterisk/frame.h
U   team/murf/bug_6264-trunk/include/asterisk/image.h
U   team/murf/bug_6264-trunk/include/asterisk/musiconhold.h
A   team/murf/bug_6264-trunk/include/asterisk/sha1.h
U   team/murf/bug_6264-trunk/include/asterisk/stringfields.h
U   team/murf/bug_6264-trunk/include/asterisk/utils.h
U   team/murf/bug_6264-trunk/pbx.c
U   team/murf/bug_6264-trunk/res/Makefile
U   team/murf/bug_6264-trunk/res/res_agi.c
U   team/murf/bug_6264-trunk/res/res_clioriginate.c
U   team/murf/bug_6264-trunk/res/res_features.c
U   team/murf/bug_6264-trunk/res/res_musiconhold.c
U   team/murf/bug_6264-trunk/res/res_odbc.c
U   team/murf/bug_6264-trunk/rtp.c
A   team/murf/bug_6264-trunk/sha1.c
U   team/murf/bug_6264-trunk/stdtime/Makefile
U   team/murf/bug_6264-trunk/udptl.c
U   team/murf/bug_6264-trunk/utils/Makefile
U   team/murf/bug_6264-trunk/utils.c

------------------------------------------------------------------------
r9192 | murf | 2008-01-15 16:33:24 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9192

By: Digium Subversion (svnbot) 2008-01-15 16:37:41.000-0600

Repository: asterisk
Revision: 9494

_U  team/murf/AEL2/
U   team/murf/AEL2/UPGRADE.txt
U   team/murf/AEL2/apps/app_osplookup.c
U   team/murf/AEL2/channels/chan_sip.c
_U  team/murf/AEL2/channels/misdn/
U   team/murf/AEL2/codecs/gsm/inc/private.h
U   team/murf/AEL2/dnsmgr.c
U   team/murf/AEL2/funcs/Makefile
UU  team/murf/AEL2/funcs/func_base64.c
U   team/murf/AEL2/funcs/func_callerid.c
U   team/murf/AEL2/funcs/func_cdr.c
U   team/murf/AEL2/funcs/func_cut.c
U   team/murf/AEL2/funcs/func_db.c
U   team/murf/AEL2/funcs/func_enum.c
U   team/murf/AEL2/funcs/func_env.c
U   team/murf/AEL2/funcs/func_groupcount.c
U   team/murf/AEL2/funcs/func_language.c
U   team/murf/AEL2/funcs/func_logic.c
U   team/murf/AEL2/funcs/func_math.c
U   team/murf/AEL2/funcs/func_md5.c
U   team/murf/AEL2/funcs/func_moh.c
U   team/murf/AEL2/funcs/func_odbc.c
U   team/murf/AEL2/funcs/func_rand.c
UU  team/murf/AEL2/funcs/func_sha1.c
U   team/murf/AEL2/funcs/func_strings.c
U   team/murf/AEL2/funcs/func_timeout.c
U   team/murf/AEL2/funcs/func_uri.c
D   team/murf/AEL2/funcs/pbx_functions.c

------------------------------------------------------------------------
r9494 | murf | 2008-01-15 16:37:41 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9494

By: Digium Subversion (svnbot) 2008-01-15 16:39:01.000-0600

Repository: asterisk
Revision: 9583

_U  team/murf/AEL2/
U   team/murf/AEL2/apps/Makefile
U   team/murf/AEL2/cdr/Makefile
U   team/murf/AEL2/channels/Makefile
D   team/murf/AEL2/channels/adtranvofr.h
D   team/murf/AEL2/channels/chan_oss_old.c
U   team/murf/AEL2/codecs/Makefile
U   team/murf/AEL2/formats/Makefile
U   team/murf/AEL2/funcs/Makefile
U   team/murf/AEL2/pbx/Makefile
U   team/murf/AEL2/res/Makefile

------------------------------------------------------------------------
r9583 | murf | 2008-01-15 16:39:00 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=9583

By: Digium Subversion (svnbot) 2008-01-15 16:48:23.000-0600

Repository: asterisk
Revision: 10176

_U  team/murf/AEL2/
U   team/murf/AEL2/.cleancount
U   team/murf/AEL2/apps/app_queue.c
U   team/murf/AEL2/apps/app_sayunixtime.c
U   team/murf/AEL2/apps/app_voicemail.c
U   team/murf/AEL2/channels/chan_agent.c
U   team/murf/AEL2/channels/chan_iax2.c
U   team/murf/AEL2/channels/chan_sip.c
U   team/murf/AEL2/funcs/func_enum.c
U   team/murf/AEL2/funcs/func_strings.c
U   team/murf/AEL2/include/asterisk/strings.h
U   team/murf/AEL2/res/res_agi.c
U   team/murf/AEL2/utils.c

------------------------------------------------------------------------
r10176 | murf | 2008-01-15 16:48:22 -0600 (Tue, 15 Jan 2008) | 59 lines

Merged revisions 8232,8242,8276,8281,8320,8347,8394,8412,8414,8418 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8232 | russell | 2006-01-18 21:17:45 -0700 (Wed, 18 Jan 2006) | 3 lines

fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue ASTERISK-6130)

........
r8242 | russell | 2006-01-18 21:56:48 -0700 (Wed, 18 Jan 2006) | 3 lines

fix Message-Account header to use the ip address if the fromdomain
isn't set (issue ASTERISK-6118)

........
r8276 | tilghman | 2006-01-19 12:14:37 -0700 (Thu, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 12:40:28 -0700 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers as per the config sample.

........
r8320 | mogorman | 2006-01-19 18:00:46 -0700 (Thu, 19 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........
r8347 | russell | 2006-01-20 11:34:42 -0700 (Fri, 20 Jan 2006) | 2 lines

fix invalid value of prev_q (issue ASTERISK-6142)

........
r8394 | tilghman | 2006-01-21 11:29:39 -0700 (Sat, 21 Jan 2006) | 2 lines

Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

........
r8412 | russell | 2006-01-21 16:17:06 -0700 (Sat, 21 Jan 2006) | 2 lines

prevent the possibility of writing outside of the available workspace (issue ASTERISK-6111)

........
r8414 | russell | 2006-01-21 16:43:14 -0700 (Sat, 21 Jan 2006) | 2 lines

temporarily revert substring fix pending the result of the discussion in issue ASTERISK-6111

........
r8418 | russell | 2006-01-21 19:05:41 -0700 (Sat, 21 Jan 2006) | 3 lines

add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue ASTERISK-6111)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=10176