]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
19 years agoFix stopstream in menus (bug #6137)
Mark Spencer [Tue, 14 Feb 2006 19:11:25 +0000 (19:11 +0000)] 
Fix stopstream in menus (bug #6137)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9990 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago#ifdef the include too.
BJ Weschke [Tue, 14 Feb 2006 18:50:42 +0000 (18:50 +0000)] 
#ifdef the include too.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9964 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for...
BJ Weschke [Tue, 14 Feb 2006 18:45:34 +0000 (18:45 +0000)] 
 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9961 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agowhen answering INVITE, don't send codecs the peer didn't offer (issue #6052)
Kevin P. Fleming [Tue, 14 Feb 2006 18:30:10 +0000 (18:30 +0000)] 
when answering INVITE, don't send codecs the peer didn't offer (issue #6052)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9958 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agorevert yesterday's temporary fix for issue #6052
Kevin P. Fleming [Tue, 14 Feb 2006 18:23:13 +0000 (18:23 +0000)] 
revert yesterday's temporary fix for issue #6052

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9953 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Fixed my silly backport error from r9861
BJ Weschke [Tue, 14 Feb 2006 04:45:14 +0000 (04:45 +0000)] 
 Fixed my silly backport error from r9861

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9870 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Merged changes from r9844 from /trunk. Make sure that PR_SET_DUMPABLE is set to...
BJ Weschke [Tue, 14 Feb 2006 03:08:17 +0000 (03:08 +0000)] 
 Merged changes from r9844 from /trunk. Make sure that PR_SET_DUMPABLE is set to make certain that we still dump core if Asterisk has setuid'd to run as non-root.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9861 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't try to use peer's dynamic codec numbers, it leads to duplication (issue #6052)
Kevin P. Fleming [Tue, 14 Feb 2006 00:46:00 +0000 (00:46 +0000)] 
don't try to use peer's dynamic codec numbers, it leads to duplication (issue #6052)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9818 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoDon't set the formats before we stop indications. (issue #6380)
Josh Roberson [Mon, 13 Feb 2006 17:37:53 +0000 (17:37 +0000)] 
Don't set the formats before we stop indications.  (issue #6380)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9756 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix memory leak from not destroying the scheduler context on module unload
Russell Bryant [Sat, 11 Feb 2006 19:23:20 +0000 (19:23 +0000)] 
fix memory leak from not destroying the scheduler context on module unload

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9609 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix due to CDR changes
Russell Bryant [Sat, 11 Feb 2006 19:16:23 +0000 (19:16 +0000)] 
fix due to CDR changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9607 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agonow that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
Russell Bryant [Sat, 11 Feb 2006 18:15:00 +0000 (18:15 +0000)] 
now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9581 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoclean up my mess from thread-starting change
Kevin P. Fleming [Sat, 11 Feb 2006 15:22:55 +0000 (15:22 +0000)] 
clean up my mess from thread-starting change

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9528 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago kpfleming's fix from r9472 backported to 1.2
BJ Weschke [Sat, 11 Feb 2006 06:29:34 +0000 (06:29 +0000)] 
 kpfleming's fix from r9472 backported to 1.2

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9493 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't create monitor threads in detached mode, when we need to be able to pthread_joi...
Kevin P. Fleming [Fri, 10 Feb 2006 20:38:59 +0000 (20:38 +0000)] 
don't create monitor threads in detached mode, when we need to be able to pthread_join() them later if the module is unloaded (solve crash-on-unload problem for these channel modules)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9404 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoRevert behavior change from previous commit (fixes only)
Tilghman Lesher [Thu, 9 Feb 2006 21:10:10 +0000 (21:10 +0000)] 
Revert behavior change from previous commit (fixes only)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9326 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBackport 5929 to 1.2
Tilghman Lesher [Thu, 9 Feb 2006 21:02:05 +0000 (21:02 +0000)] 
Backport 5929 to 1.2

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9323 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoadd another location for postgresql headers (issue #6419)
Russell Bryant [Thu, 9 Feb 2006 02:31:21 +0000 (02:31 +0000)] 
add another location for postgresql headers (issue #6419)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9262 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoreload peercontext on iax2 reload (issue #6442)
Russell Bryant [Thu, 9 Feb 2006 01:24:55 +0000 (01:24 +0000)] 
reload peercontext on iax2 reload (issue #6442)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9246 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoLeave it to RH/CentOS to put the freetds headers in a completely nonstandard location.
Tilghman Lesher [Wed, 8 Feb 2006 22:34:38 +0000 (22:34 +0000)] 
Leave it to RH/CentOS to put the freetds headers in a completely nonstandard location.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9233 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMake logger report error,warning,notice if logger.conf
Matt O'Gorman [Wed, 8 Feb 2006 22:12:34 +0000 (22:12 +0000)] 
Make logger report error,warning,notice if logger.conf
not found, also updated chan_oss to give correct
error message if its config file is not found.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9232 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6176 - Fix race condition
Tilghman Lesher [Sun, 5 Feb 2006 17:10:19 +0000 (17:10 +0000)] 
Bug 6176 - Fix race condition

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9156 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't override ASTERISKVERSIONNUM to 000000 for non-svn builds
Kevin P. Fleming [Thu, 2 Feb 2006 18:37:04 +0000 (18:37 +0000)] 
don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9086 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix for (#6309), potential (highly unlikely) memory leak in res_odbc
Matthew Fredrickson [Thu, 2 Feb 2006 16:12:13 +0000 (16:12 +0000)] 
Fix for (#6309), potential (highly unlikely) memory leak in res_odbc

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9073 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodisable buggy PRI user-user code until it can be fixed
Kevin P. Fleming [Mon, 30 Jan 2006 17:08:28 +0000 (17:08 +0000)] 
disable buggy PRI user-user code until it can be fixed

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8905 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue 6182 - Don't remove scheduled event until it's really done.
Olle Johansson [Sat, 28 Jan 2006 13:52:15 +0000 (13:52 +0000)] 
Issue 6182 - Don't remove scheduled event until it's really done.
(reported by malverian)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8808 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue 6362 - Register without Contact: and Expires: fails (reporter: op)
Olle Johansson [Fri, 27 Jan 2006 08:02:16 +0000 (08:02 +0000)] 
Issue 6362 - Register without Contact: and Expires: fails (reporter: op)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8785 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6072 - Revisions to the source bison and flex files don't auto-regenerate these...
Tilghman Lesher [Fri, 27 Jan 2006 00:52:12 +0000 (00:52 +0000)] 
Bug 6072 - Revisions to the source bison and flex files don't auto-regenerate these files

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8758 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix problem with dtmf on e&m (issue #6364)
Russell Bryant [Thu, 26 Jan 2006 19:42:35 +0000 (19:42 +0000)] 
fix problem with dtmf on e&m (issue #6364)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8729 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue 5898: Registrations does not get deleted if there's an active SIP dialog
Olle Johansson [Thu, 26 Jan 2006 14:39:36 +0000 (14:39 +0000)] 
Issue 5898: Registrations does not get deleted if there's an active SIP dialog

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8710 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't call ast_update_realtime with uninitialized variables if we get a
Russell Bryant [Wed, 25 Jan 2006 19:14:43 +0000 (19:14 +0000)] 
don't call ast_update_realtime with uninitialized variables if we get a
registration with an expirey of 0 seconds (issue #6173)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8677 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix memory leak (inspired by issue #6351)
Russell Bryant [Wed, 25 Jan 2006 18:39:44 +0000 (18:39 +0000)] 
fix memory leak (inspired by issue #6351)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8666 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6439 - the "timebomb" bug. Patch by Markster over GPRS
Olle Johansson [Wed, 25 Jan 2006 09:46:43 +0000 (09:46 +0000)] 
Issue #6439 - the "timebomb" bug. Patch by Markster over GPRS

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8632 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't leak almost 200 bytes for each new channel (issue #6330)
Russell Bryant [Wed, 25 Jan 2006 05:38:36 +0000 (05:38 +0000)] 
don't leak almost 200 bytes for each new channel (issue #6330)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8619 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure hangup cause code is handled properly when channel does not return a frame...
Kevin P. Fleming [Wed, 25 Jan 2006 01:50:52 +0000 (01:50 +0000)] 
ensure hangup cause code is handled properly when channel does not return a frame (issue #6346)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8608 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agocompletely arbitrary whitespace change for testing something with svnmerge ...
Russell Bryant [Tue, 24 Jan 2006 22:55:32 +0000 (22:55 +0000)] 
completely arbitrary whitespace change for testing something with svnmerge ...

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8600 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that channel cannot become zombie after we check but before we try to start...
Kevin P. Fleming [Tue, 24 Jan 2006 22:32:09 +0000 (22:32 +0000)] 
ensure that channel cannot become zombie after we check but before we try to start indications

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8588 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBackport fix for #6229, hangup on polarity reversal
Matthew Fredrickson [Tue, 24 Jan 2006 20:37:30 +0000 (20:37 +0000)] 
Backport fix for #6229, hangup on polarity reversal

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8573 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue 6114: Don't hangup on BYE/ALSO with no channel.
Olle Johansson [Tue, 24 Jan 2006 19:21:15 +0000 (19:21 +0000)] 
Issue 6114: Don't hangup on BYE/ALSO with no channel.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8562 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #6308 - never send response to ACK. (Reported by whiskerp)
Olle Johansson [Tue, 24 Jan 2006 13:15:13 +0000 (13:15 +0000)] 
Issue #6308 - never send response to ACK. (Reported by whiskerp)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8537 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix memory leak from not freeing the queue member list when freeing an old queue
Russell Bryant [Sun, 22 Jan 2006 19:03:53 +0000 (19:03 +0000)] 
fix memory leak from not freeing the queue member list when freeing an old queue

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8445 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix MixMonitor crash (issue #6321, probably others)
Russell Bryant [Sun, 22 Jan 2006 17:47:13 +0000 (17:47 +0000)] 
fix MixMonitor crash (issue #6321, probably others)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8437 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago Bug fix: Correct some scenarios where CALL_LIMIT could not be getting adjusted prope...
BJ Weschke [Sun, 22 Jan 2006 15:13:41 +0000 (15:13 +0000)] 
 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 #6111

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8433 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6281 - Cannot set more than a single header with SIPAddHeader
Tilghman Lesher [Sun, 22 Jan 2006 08:52:49 +0000 (08:52 +0000)] 
Bug 6281 - Cannot set more than a single header with SIPAddHeader

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8429 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoadd a modified fix to prevent writing outside of the provided workspace when
Russell Bryant [Sun, 22 Jan 2006 02:05:41 +0000 (02:05 +0000)] 
add a modified fix to prevent writing outside of the provided workspace when
calculating a substring (issue #6271)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8418 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agotemporarily revert substring fix pending the result of the discussion in issue #6271
Russell Bryant [Sat, 21 Jan 2006 23:43:14 +0000 (23:43 +0000)] 
temporarily revert substring fix pending the result of the discussion in issue #6271

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8414 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoprevent the possibility of writing outside of the available workspace (issue #6271)
Russell Bryant [Sat, 21 Jan 2006 23:17:06 +0000 (23:17 +0000)] 
prevent the possibility of writing outside of the available workspace (issue #6271)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8412 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded
Tilghman Lesher [Sat, 21 Jan 2006 18:29:39 +0000 (18:29 +0000)] 
Bug 5936 - AddQueueMember fails on realtime queue, if queue not yet loaded

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8394 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix invalid value of prev_q (issue #6302)
Russell Bryant [Fri, 20 Jan 2006 18:34:42 +0000 (18:34 +0000)] 
fix invalid value of prev_q (issue #6302)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agosolved problem with delayreject and iax trunking
Matt O'Gorman [Fri, 20 Jan 2006 01:00:46 +0000 (01:00 +0000)] 
solved problem with delayreject and iax trunking
bug 4291

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8320 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoEnable "musicclass" setting for sip peers as per the config sample.
Olle Johansson [Thu, 19 Jan 2006 19:40:28 +0000 (19:40 +0000)] 
Enable "musicclass" setting for sip peers as per the config sample.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8281 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6072 - Memory leaks in the expression parser
Tilghman Lesher [Thu, 19 Jan 2006 19:14:37 +0000 (19:14 +0000)] 
Bug 6072 - Memory leaks in the expression parser

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8276 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix Message-Account header to use the ip address if the fromdomain
Russell Bryant [Thu, 19 Jan 2006 04:56:48 +0000 (04:56 +0000)] 
fix Message-Account header to use the ip address if the fromdomain
isn't set (issue #6278)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8242 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix a seg fault due to assuming that space gets allocatted on the stack in the
Russell Bryant [Thu, 19 Jan 2006 04:17:45 +0000 (04:17 +0000)] 
fix a seg fault due to assuming that space gets allocatted on the stack in the
same order that we declare the variables (issue #6290)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8232 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoSolves issue with the login proccess in meetme
Matt O'Gorman [Wed, 18 Jan 2006 21:02:06 +0000 (21:02 +0000)] 
Solves issue with the login proccess in meetme
patch from 6136

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8194 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoremove ChangeLog from the 1.2 branch. It will only be present in the tags.
Russell Bryant [Wed, 18 Jan 2006 02:49:21 +0000 (02:49 +0000)] 
remove ChangeLog from the 1.2 branch.  It will only be present in the tags.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8173 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoChanged order of autoload so that pbx_ comes before
Matt O'Gorman [Wed, 18 Jan 2006 00:47:04 +0000 (00:47 +0000)] 
Changed order of autoload so that pbx_ comes before
channels, and in doing so cause bug 6002 to not
be an issue

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8162 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoStop any generators running on a channel when
Matt O'Gorman [Tue, 17 Jan 2006 20:10:29 +0000 (20:10 +0000)] 
Stop any generators running on a channel when
festival is called as described in 5996

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8140 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBackport of fix for #6094
Matthew Fredrickson [Tue, 17 Jan 2006 18:29:57 +0000 (18:29 +0000)] 
Backport of fix for #6094

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8134 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFixed code ordering of logger_init and queue_log_init
Matt O'Gorman [Tue, 17 Jan 2006 16:55:30 +0000 (16:55 +0000)] 
Fixed code ordering of logger_init and queue_log_init
bug 6263

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8124 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoupdate CLI copyright notice
Kevin P. Fleming [Tue, 17 Jan 2006 13:11:55 +0000 (13:11 +0000)] 
update CLI copyright notice

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8122 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodo rlimit check _after_ reading config file, in case 'dumpcore' is specified there
Kevin P. Fleming [Mon, 16 Jan 2006 23:51:37 +0000 (23:51 +0000)] 
do rlimit check _after_ reading config file, in case 'dumpcore' is specified there

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8112 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6238 - Fix segfault when delimiter not specified
Tilghman Lesher [Sat, 14 Jan 2006 19:06:44 +0000 (19:06 +0000)] 
Bug 6238 - Fix segfault when delimiter not specified

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8074 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix spelling errors (issue #6227)
Russell Bryant [Fri, 13 Jan 2006 06:07:39 +0000 (06:07 +0000)] 
fix spelling errors (issue #6227)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@8047 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6211 - Add option deletevoicemail as equivalent to option delete for Realtime
Tilghman Lesher [Thu, 12 Jan 2006 06:14:22 +0000 (06:14 +0000)] 
Bug 6211 - Add option deletevoicemail as equivalent to option delete for Realtime

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7999 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agomove variable to correct scope (issue #6197)
Russell Bryant [Wed, 11 Jan 2006 19:08:53 +0000 (19:08 +0000)] 
move variable to correct scope (issue #6197)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7986 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix temp greetings with ODBC storage (issue #6078)
Russell Bryant [Wed, 11 Jan 2006 07:18:16 +0000 (07:18 +0000)] 
fix temp greetings with ODBC storage (issue #6078)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7976 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix mem leak on module unload (issue #6190)
Russell Bryant [Wed, 11 Jan 2006 05:46:39 +0000 (05:46 +0000)] 
fix mem leak on module unload (issue #6190)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7972 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodon't override an error condition that occurred when acting on the primary channel
Russell Bryant [Wed, 11 Jan 2006 05:26:21 +0000 (05:26 +0000)] 
don't override an error condition that occurred when acting on the primary channel
when stopping the autoservice on the peer channel.  (from issue #6087)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7970 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agolock list of translators *before* recalculating the translation matrix
Russell Bryant [Wed, 11 Jan 2006 04:53:24 +0000 (04:53 +0000)] 
lock list of translators *before* recalculating the translation matrix

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7965 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoMinor typo refrenced in 6191
Matt O'Gorman [Wed, 11 Jan 2006 04:38:07 +0000 (04:38 +0000)] 
Minor typo refrenced in 6191

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7963 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix locking error - lock instead of unlock
Russell Bryant [Wed, 11 Jan 2006 04:19:21 +0000 (04:19 +0000)] 
fix locking error - lock instead of unlock

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7960 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix a little typo
Russell Bryant [Wed, 11 Jan 2006 03:12:44 +0000 (03:12 +0000)] 
fix a little typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7957 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6192 - behave correctly when mailbox is specified as argument
Tilghman Lesher [Wed, 11 Jan 2006 01:30:10 +0000 (01:30 +0000)] 
Bug 6192 - behave correctly when mailbox is specified as argument

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7955 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years ago- Adding reference to README.tds
Olle Johansson [Tue, 10 Jan 2006 08:48:14 +0000 (08:48 +0000)] 
- Adding reference to README.tds
- Reformatting table

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7939 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agore-initialize _all_ sequence numbers when transfer completes
Kevin P. Fleming [Mon, 9 Jan 2006 22:48:48 +0000 (22:48 +0000)] 
re-initialize _all_ sequence numbers when transfer completes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7917 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoadd missing unlock (issue #6112)
Russell Bryant [Mon, 9 Jan 2006 22:07:26 +0000 (22:07 +0000)] 
add missing unlock (issue #6112)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7915 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6157 - Memory leak
Tilghman Lesher [Mon, 9 Jan 2006 20:08:24 +0000 (20:08 +0000)] 
Bug 6157 - Memory leak

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7908 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoUpdate variable documentation to match the code
Tilghman Lesher [Mon, 9 Jan 2006 18:37:50 +0000 (18:37 +0000)] 
Update variable documentation to match the code

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7904 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agocommit user/group-related changes from trunk
Kevin P. Fleming [Mon, 9 Jan 2006 18:11:23 +0000 (18:11 +0000)] 
commit user/group-related changes from trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7900 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agobackport fix from revision 7856 of trunk
Kevin P. Fleming [Mon, 9 Jan 2006 18:09:53 +0000 (18:09 +0000)] 
backport fix from revision 7856 of trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7899 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix breakage introduced in revision 7871
Kevin P. Fleming [Mon, 9 Jan 2006 18:08:07 +0000 (18:08 +0000)] 
fix breakage introduced in revision 7871

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7898 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agofix seg fault when using greek syntax in VoicemMailMain (issue #6142)
Russell Bryant [Mon, 9 Jan 2006 05:11:44 +0000 (05:11 +0000)] 
fix seg fault when using greek syntax in VoicemMailMain (issue #6142)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7871 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agobackport fix for unnecessary unlock (issue #6171)
Russell Bryant [Mon, 9 Jan 2006 04:52:16 +0000 (04:52 +0000)] 
backport fix for unnecessary unlock (issue #6171)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7870 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6156 - catch all threading errors, not just simple failure
Tilghman Lesher [Sat, 7 Jan 2006 07:27:18 +0000 (07:27 +0000)] 
Bug 6156 - catch all threading errors, not just simple failure

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7848 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoDumb error messages - "Context 'context' already included in 'in' context"
Tilghman Lesher [Fri, 6 Jan 2006 00:34:40 +0000 (00:34 +0000)] 
Dumb error messages - "Context 'context' already included in 'in' context"

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7831 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoupdate agent persistence when an agent gets logged off by autologoff
Kevin P. Fleming [Fri, 6 Jan 2006 00:21:00 +0000 (00:21 +0000)] 
update agent persistence when an agent gets logged off by autologoff

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7829 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6076 - Fix documentation of ast_trim_blank return value
Tilghman Lesher [Thu, 5 Jan 2006 23:53:07 +0000 (23:53 +0000)] 
Bug 6076 - Fix documentation of ast_trim_blank return value

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7827 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoeliminate rounding errors that caused call time limits to be inaccurate (issue #5913)
Kevin P. Fleming [Thu, 5 Jan 2006 23:49:50 +0000 (23:49 +0000)] 
eliminate rounding errors that caused call time limits to be inaccurate (issue #5913)
round 'time left' reported during call limit warnings up to sound more accurate

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7825 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoBug 6081 - fix for memory leak, formatting fixes
Tilghman Lesher [Thu, 5 Jan 2006 23:07:08 +0000 (23:07 +0000)] 
Bug 6081 - fix for memory leak, formatting fixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7823 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that variable is initialized
Kevin P. Fleming [Thu, 5 Jan 2006 20:52:38 +0000 (20:52 +0000)] 
ensure that variable is initialized

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7819 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFix copyright of changed file
Olle Johansson [Thu, 5 Jan 2006 09:13:21 +0000 (09:13 +0000)] 
Fix copyright of changed file

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7812 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agosend device state updates for auto-logoff of agents as well
Kevin P. Fleming [Thu, 5 Jan 2006 00:58:29 +0000 (00:58 +0000)] 
send device state updates for auto-logoff of agents as well

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7809 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agodoh... fseek() has no useful return value
Kevin P. Fleming [Thu, 5 Jan 2006 00:18:46 +0000 (00:18 +0000)] 
doh... fseek() has no useful return value

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7807 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agouse proper fwrite() parameters and return value
Kevin P. Fleming [Wed, 4 Jan 2006 23:51:03 +0000 (23:51 +0000)] 
use proper fwrite() parameters and return value

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7805 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoreturn properly after extending file
Kevin P. Fleming [Wed, 4 Jan 2006 23:45:34 +0000 (23:45 +0000)] 
return properly after extending file

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7803 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoensure that ulaw/alaw sound files are filled with silence when extended (not zeroes)
Kevin P. Fleming [Wed, 4 Jan 2006 23:27:57 +0000 (23:27 +0000)] 
ensure that ulaw/alaw sound files are filled with silence when extended (not zeroes)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7800 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agomake monitoring more tolerant of peers that deliver frames in bursts
Kevin P. Fleming [Wed, 4 Jan 2006 23:02:38 +0000 (23:02 +0000)] 
make monitoring more tolerant of peers that deliver frames in bursts

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7799 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoIssue #5980: Removing extra CR+LF in manager events - needs port to trunk
Olle Johansson [Wed, 4 Jan 2006 21:46:40 +0000 (21:46 +0000)] 
Issue #5980: Removing extra CR+LF in manager events - needs port to trunk

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7795 65c4cc65-6c06-0410-ace0-fbb531ad65f3

19 years agoFixing typo in XML for video updates.
Olle Johansson [Wed, 4 Jan 2006 21:43:14 +0000 (21:43 +0000)] 
Fixing typo in XML for video updates.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@7792 65c4cc65-6c06-0410-ace0-fbb531ad65f3