[Home]

Summary:ASTERISK-06118: [patch] chan_sip sends malformed voicemail notification if fromdomain is not set
Reporter:Steve Davies . (stevedavies)Labels:
Date Opened:2006-01-17 22:51:08.000-0600Date Closed:2008-01-15 16:48:23.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip-mwinotifywithnofromdomain.patch
Description:If fromdomain is not set, chan_sip sends a voicemail notification that says

"Message-Account: sip:asterisk@"

This is because fromdomain isn't set in my sip.conf.

All other uses of fromdomain use a conditional expression to use our IP address if fromdomain isn't set.

Attached is a patch to fix the issue.

Steve
Comments:By: Russell Bryant (russell) 2006-01-18 21:59:16.000-0600

fixed in the 1.2 branch and trunk in revisions 8242 and 8243.  Thank you!

By: Digium Subversion (svnbot) 2008-01-15 16:18:13.000-0600

Repository: asterisk
Revision: 8242

U   branches/1.2/channels/chan_sip.c

------------------------------------------------------------------------
r8242 | russell | 2008-01-15 16:18:13 -0600 (Tue, 15 Jan 2008) | 3 lines

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

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:18:14.000-0600

Repository: asterisk
Revision: 8243

_U  trunk/
U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r8243 | russell | 2008-01-15 16:18:14 -0600 (Tue, 15 Jan 2008) | 11 lines

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

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

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

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:18:34.000-0600

Repository: asterisk
Revision: 8266

_U  team/oej/metermaids/
D   team/oej/metermaids/ChangeLog
U   team/oej/metermaids/apps/app_festival.c
U   team/oej/metermaids/apps/app_meetme.c
U   team/oej/metermaids/apps/app_milliwatt.c
U   team/oej/metermaids/asterisk.c
U   team/oej/metermaids/channels/chan_sip.c
U   team/oej/metermaids/loader.c
U   team/oej/metermaids/logger.c
U   team/oej/metermaids/res/res_features.c

------------------------------------------------------------------------
r8266 | oej | 2008-01-15 16:18:33 -0600 (Tue, 15 Jan 2008) | 57 lines

Merged revisions 8122,8124,8134,8140,8162,8173,8194,8232,8242 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
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)

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:18:37.000-0600

Repository: asterisk
Revision: 8269

_U  team/oej/multiparking/
U   team/oej/multiparking/apps/app_meetme.c
U   team/oej/multiparking/apps/app_milliwatt.c
U   team/oej/multiparking/apps/app_queue.c
U   team/oej/multiparking/apps/app_voicemail.c
U   team/oej/multiparking/asterisk.c
U   team/oej/multiparking/channels/chan_agent.c
U   team/oej/multiparking/channels/chan_iax2.c
U   team/oej/multiparking/channels/chan_oss.c
U   team/oej/multiparking/channels/chan_sip.c
U   team/oej/multiparking/channels/iax2-provision.c
U   team/oej/multiparking/channels/iax2-provision.h
U   team/oej/multiparking/cli.c
U   team/oej/multiparking/include/asterisk/cli.h
U   team/oej/multiparking/include/asterisk/module.h
U   team/oej/multiparking/loader.c
U   team/oej/multiparking/manager.c
U   team/oej/multiparking/pbx/pbx_config.c
U   team/oej/multiparking/pbx/pbx_dundi.c
U   team/oej/multiparking/pbx.c
U   team/oej/multiparking/res/res_clioriginate.c

------------------------------------------------------------------------
r8269 | oej | 2008-01-15 16:18:36 -0600 (Tue, 15 Jan 2008) | 52 lines

Merged revisions 8195,8203,8233,8243 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r8195 | mogorman | 2006-01-18 22:12:14 +0100 (Wed, 18 Jan 2006) | 11 lines

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

........
r8194 | mogorman | 2006-01-18 15:02:06 -0600 (Wed, 18 Jan 2006) | 3 lines

Solves issue with the login proccess in meetme
patch from 6136

........

................
r8203 | russell | 2006-01-18 23:17:31 +0100 (Wed, 18 Jan 2006) | 2 lines

constify arguments in more places where strings should not be modified (issue ASTERISK-6126)

................
r8233 | russell | 2006-01-19 05:21:12 +0100 (Thu, 19 Jan 2006) | 11 lines

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

........
r8232 | russell | 2006-01-18 23:17:45 -0500 (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)

........

................
r8243 | russell | 2006-01-19 05:58:43 +0100 (Thu, 19 Jan 2006) | 11 lines

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

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

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

........

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

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:19:05.000-0600

Repository: asterisk
Revision: 8303

_U  team/oej/moduletest/
D   team/oej/moduletest/ChangeLog
U   team/oej/moduletest/apps/app_festival.c
U   team/oej/moduletest/apps/app_meetme.c
U   team/oej/moduletest/apps/app_milliwatt.c
U   team/oej/moduletest/ast_expr2.fl
U   team/oej/moduletest/ast_expr2.y
U   team/oej/moduletest/asterisk.c
U   team/oej/moduletest/channels/chan_sip.c
U   team/oej/moduletest/loader.c
U   team/oej/moduletest/logger.c
U   team/oej/moduletest/res/res_features.c

------------------------------------------------------------------------
r8303 | oej | 2008-01-15 16:19:04 -0600 (Tue, 15 Jan 2008) | 67 lines

Merged revisions 8122,8124,8134,8140,8162,8173,8194,8232,8242,8276,8281 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
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.

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:19:34.000-0600

Repository: asterisk
Revision: 8334

_U  team/crichter/0.3.0/
D   team/crichter/0.3.0/ChangeLog
U   team/crichter/0.3.0/apps/app_festival.c
U   team/crichter/0.3.0/apps/app_meetme.c
U   team/crichter/0.3.0/apps/app_milliwatt.c
U   team/crichter/0.3.0/ast_expr2.fl
U   team/crichter/0.3.0/ast_expr2.y
U   team/crichter/0.3.0/asterisk.c
U   team/crichter/0.3.0/channels/chan_iax2.c
U   team/crichter/0.3.0/channels/chan_sip.c
U   team/crichter/0.3.0/loader.c
U   team/crichter/0.3.0/logger.c
U   team/crichter/0.3.0/res/res_features.c

------------------------------------------------------------------------
r8334 | crichter | 2008-01-15 16:19:33 -0600 (Tue, 15 Jan 2008) | 78 lines

Merged revisions 8112,8122,8124,8134,8140,8162,8173,8194,8232,8242,8276,8281,8320 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8112 | kpfleming | 2006-01-17 00:51:37 +0100 (Di, 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 (Di, 17 Jan 2006) | 2 lines

update CLI copyright notice

........
r8124 | mogorman | 2006-01-17 17:55:30 +0100 (Di, 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 (Di, 17 Jan 2006) | 2 lines

Backport of fix for ASTERISK-5936

........
r8140 | mogorman | 2006-01-17 21:10:29 +0100 (Di, 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 (Mi, 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 (Mi, 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 (Mi, 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 (Do, 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 (Do, 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 (Do, 19 Jan 2006) | 2 lines

Bug 6072 - Memory leaks in the expression parser

........
r8281 | oej | 2006-01-19 20:40:28 +0100 (Do, 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 (Fr, 20 Jan 2006) | 3 lines

solved problem with delayreject and iax trunking
bug 4291

........

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

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

By: Digium Subversion (svnbot) 2008-01-15 16:19:56.000-0600

Repository: asterisk
Revision: 8358

_U  team/oej/astum/
U   team/oej/astum/apps/app_meetme.c
U   team/oej/astum/apps/app_milliwatt.c
U   team/oej/astum/apps/app_queue.c
U   team/oej/astum/apps/app_random.c
U   team/oej/astum/apps/app_sms.c
U   team/oej/astum/apps/app_voicemail.c
U   team/oej/astum/ast_expr2.fl
U   team/oej/astum/ast_expr2.y
U   team/oej/astum/asterisk.c
U   team/oej/astum/channels/chan_agent.c
U   team/oej/astum/channels/chan_alsa.c
U   team/oej/astum/channels/chan_iax2.c
U   team/oej/astum/channels/chan_local.c
U   team/oej/astum/channels/chan_oss.c
U   team/oej/astum/channels/chan_sip.c
U   team/oej/astum/channels/chan_zap.c
U   team/oej/astum/channels/iax2-provision.c
U   team/oej/astum/channels/iax2-provision.h
U   team/oej/astum/cli.c
U   team/oej/astum/config.c
U   team/oej/astum/configs/alsa.conf.sample
U   team/oej/astum/configs/sip.conf.sample
U   team/oej/astum/configs/zapata.conf.sample
U   team/oej/astum/devicestate.c
A   team/oej/astum/doc/README.callingpres
U   team/oej/astum/enum.c
U   team/oej/astum/formats/format_pcm.c
U   team/oej/astum/formats/format_pcm_alaw.c
U   team/oej/astum/include/asterisk/channel.h
U   team/oej/astum/include/asterisk/cli.h
U   team/oej/astum/include/asterisk/module.h
U   team/oej/astum/include/asterisk/utils.h
U   team/oej/astum/loader.c
U   team/oej/astum/logger.c
U   team/oej/astum/manager.c
U   team/oej/astum/pbx/pbx_config.c
U   team/oej/astum/pbx/pbx_dundi.c
U   team/oej/astum/pbx.c
U   team/oej/astum/res/res_clioriginate.c
U   team/oej/astum/res/res_features.c
U   team/oej/astum/udptl.c

------------------------------------------------------------------------
r8358 | oej | 2008-01-15 16:19:55 -0600 (Tue, 15 Jan 2008) | 162 lines

Merged revisions 8195,8203,8233,8243,8270,8278,8282,8299-8300,8313,8315,8323-8324,8336,8338,8345-8346,8348,8356-8357 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r8195 | mogorman | 2006-01-18 22:12:14 +0100 (Wed, 18 Jan 2006) | 11 lines

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

........
r8194 | mogorman | 2006-01-18 15:02:06 -0600 (Wed, 18 Jan 2006) | 3 lines

Solves issue with the login proccess in meetme
patch from 6136

........

................
r8203 | russell | 2006-01-18 23:17:31 +0100 (Wed, 18 Jan 2006) | 2 lines

constify arguments in more places where strings should not be modified (issue ASTERISK-6126)

................
r8233 | russell | 2006-01-19 05:21:12 +0100 (Thu, 19 Jan 2006) | 11 lines

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

........
r8232 | russell | 2006-01-18 23:17:45 -0500 (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)

........

................
r8243 | russell | 2006-01-19 05:58:43 +0100 (Thu, 19 Jan 2006) | 11 lines

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

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

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

........

................
r8270 | tilghman | 2006-01-19 19:58:45 +0100 (Thu, 19 Jan 2006) | 2 lines

Deprecate the use of Random in 1.3, 1.4

................
r8278 | tilghman | 2006-01-19 20:18:51 +0100 (Thu, 19 Jan 2006) | 3 lines

Merged revisions 8276 via svnmerge from
/branches/1.2

................
r8282 | oej | 2006-01-19 20:41:06 +0100 (Thu, 19 Jan 2006) | 2 lines

Enable "musicclass" setting for sip peers

................
r8299 | oej | 2006-01-19 23:09:18 +0100 (Thu, 19 Jan 2006) | 2 lines

Doxygen fixes

................
r8300 | oej | 2006-01-19 23:41:55 +0100 (Thu, 19 Jan 2006) | 3 lines

Add support for "musicclass" instead of "musiconhold" to make chan_zap compatible
with other channels.

................
r8313 | oej | 2006-01-20 01:08:36 +0100 (Fri, 20 Jan 2006) | 2 lines

Doxygen updates

................
r8315 | oej | 2006-01-20 01:18:42 +0100 (Fri, 20 Jan 2006) | 2 lines

More doxygen updates

................
r8323 | mogorman | 2006-01-20 02:07:46 +0100 (Fri, 20 Jan 2006) | 11 lines

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

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

solved problem with delayreject and iax trunking
bug 4291

........

................
r8324 | russell | 2006-01-20 02:25:12 +0100 (Fri, 20 Jan 2006) | 2 lines

fix version reporting (issue ASTERISK-6132)

................
r8336 | oej | 2006-01-20 15:32:30 +0100 (Fri, 20 Jan 2006) | 4 lines

- Add DOC file about caller ID presentation values
- Add callingpres to sip.conf
- Add reference to README.callingpres from zapata.conf

................
r8338 | kpfleming | 2006-01-20 18:27:51 +0100 (Fri, 20 Jan 2006) | 2 lines

eliminate compiler warnings from recent const-ification

................
r8345 | mattf | 2006-01-20 19:17:46 +0100 (Fri, 20 Jan 2006) | 2 lines

Update config.  Apprently default doesn't always work now.

................
r8346 | mattf | 2006-01-20 19:18:40 +0100 (Fri, 20 Jan 2006) | 2 lines

Change chan_alsa to default open the first sound card device

................
r8348 | russell | 2006-01-20 19:40:24 +0100 (Fri, 20 Jan 2006) | 10 lines

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

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

fix invalid value of prev_q (issue ASTERISK-6142)

........

................
r8356 | russell | 2006-01-20 20:24:42 +0100 (Fri, 20 Jan 2006) | 11 lines

- move ast_strdupa from channel.h to utils.h
- attempt to log an error message if the __builtin_alloca inside of ast_strdupa
 fails.
- document the fact that it is known and intended behavior for ast_strdupa to
 cause Asterisk to crash if the alloca fails
- use __builtin_expect when checking for allocation failure in all of the
 allocation wrappers

New Janitor Project!  Anywhere that we check for a successful allocation after
a call to ast_strdupa is unnecessary and should be removed.

................
r8357 | mattf | 2006-01-20 22:36:33 +0100 (Fri, 20 Jan 2006) | 2 lines

Fix for formats so they give better output on failure conditions. (ASTERISK-5984)

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

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

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

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: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: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: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