Kevin P. Fleming
|
e0db36550e
|
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
|
2006-02-14 18:23:13 +00:00 |
|
BJ Weschke
|
13f4e66b14
|
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
|
2006-02-14 04:45:14 +00:00 |
|
BJ Weschke
|
ae8fe3738b
|
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
|
2006-02-14 03:08:17 +00:00 |
|
Kevin P. Fleming
|
b5111fb985
|
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
|
2006-02-14 00:46:00 +00:00 |
|
Josh Roberson
|
671cde62de
|
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
|
2006-02-13 17:37:53 +00:00 |
|
Russell Bryant
|
0ea76a52a9
|
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
|
2006-02-11 19:23:20 +00:00 |
|
Russell Bryant
|
db467378b4
|
fix due to CDR changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2006-02-11 19:16:23 +00:00 |
|
Russell Bryant
|
e27d844918
|
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
|
2006-02-11 18:15:00 +00:00 |
|
Kevin P. Fleming
|
3b0edd5cfe
|
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
|
2006-02-11 15:22:55 +00:00 |
|
BJ Weschke
|
74eef60486
|
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
|
2006-02-11 06:29:34 +00:00 |
|
Kevin P. Fleming
|
b3a8fbf495
|
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
|
2006-02-10 20:38:59 +00:00 |
|
Tilghman Lesher
|
bae6e7b617
|
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
|
2006-02-09 21:10:10 +00:00 |
|
Tilghman Lesher
|
cf015dbefc
|
Backport 5929 to 1.2
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9323 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2006-02-09 21:02:05 +00:00 |
|
Russell Bryant
|
32cc1bedc1
|
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
|
2006-02-09 02:31:21 +00:00 |
|
Russell Bryant
|
a96ecb64a6
|
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
|
2006-02-09 01:24:55 +00:00 |
|
Tilghman Lesher
|
d1757b3b49
|
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
|
2006-02-08 22:34:38 +00:00 |
|
Matt O'Gorman
|
917259bcd3
|
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
|
2006-02-08 22:12:34 +00:00 |
|
Tilghman Lesher
|
eb177856db
|
Bug 6176 - Fix race condition
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9156 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2006-02-05 17:10:19 +00:00 |
|
Kevin P. Fleming
|
9849ad993d
|
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
|
2006-02-02 18:37:04 +00:00 |
|
Matthew Fredrickson
|
bb886dd488
|
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
|
2006-02-02 16:12:13 +00:00 |
|
Kevin P. Fleming
|
48fb967c05
|
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
|
2006-01-30 17:08:28 +00:00 |
|
Olle Johansson
|
e74a7116e5
|
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
|
2006-01-28 13:52:15 +00:00 |
|
Olle Johansson
|
fd25b81993
|
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
|
2006-01-27 08:02:16 +00:00 |
|
Tilghman Lesher
|
dcd9d8d58f
|
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
|
2006-01-27 00:52:12 +00:00 |
|
Russell Bryant
|
1d9b2a9df1
|
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
|
2006-01-26 19:42:35 +00:00 |
|
Olle Johansson
|
659da47b95
|
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
|
2006-01-26 14:39:36 +00:00 |
|
Russell Bryant
|
e83bfee678
|
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
|
2006-01-25 19:14:43 +00:00 |
|
Russell Bryant
|
ab209c7d92
|
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
|
2006-01-25 18:39:44 +00:00 |
|
Olle Johansson
|
dc08bd8501
|
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
|
2006-01-25 09:46:43 +00:00 |
|
Russell Bryant
|
aca3c1f79d
|
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
|
2006-01-25 05:38:36 +00:00 |
|
Kevin P. Fleming
|
e07c977f18
|
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
|
2006-01-25 01:50:52 +00:00 |
|
Russell Bryant
|
2ae21cc5c3
|
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
|
2006-01-24 22:55:32 +00:00 |
|
Kevin P. Fleming
|
05fed23d06
|
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
|
2006-01-24 22:32:09 +00:00 |
|
Matthew Fredrickson
|
2f43722570
|
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
|
2006-01-24 20:37:30 +00:00 |
|
Olle Johansson
|
7ea315539c
|
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
|
2006-01-24 19:21:15 +00:00 |
|
Olle Johansson
|
10d527906a
|
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
|
2006-01-24 13:15:13 +00:00 |
|
Russell Bryant
|
2f1d118537
|
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
|
2006-01-22 19:03:53 +00:00 |
|
Russell Bryant
|
696922defe
|
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
|
2006-01-22 17:47:13 +00:00 |
|
BJ Weschke
|
cea50c9247
|
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
|
2006-01-22 15:13:41 +00:00 |
|
Tilghman Lesher
|
636f956bf0
|
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
|
2006-01-22 08:52:49 +00:00 |
|
Russell Bryant
|
64b1d91701
|
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
|
2006-01-22 02:05:41 +00:00 |
|
Russell Bryant
|
ff83f7c6ed
|
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
|
2006-01-21 23:43:14 +00:00 |
|
Russell Bryant
|
87c0cd2667
|
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
|
2006-01-21 23:17:06 +00:00 |
|
Tilghman Lesher
|
366c8a99ef
|
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
|
2006-01-21 18:29:39 +00:00 |
|
Russell Bryant
|
30f2aff526
|
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
|
2006-01-20 18:34:42 +00:00 |
|
Matt O'Gorman
|
962cffffc7
|
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
|
2006-01-20 01:00:46 +00:00 |
|
Olle Johansson
|
f196484187
|
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
|
2006-01-19 19:40:28 +00:00 |
|
Tilghman Lesher
|
c40fe2f71a
|
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
|
2006-01-19 19:14:37 +00:00 |
|
Russell Bryant
|
74c149e891
|
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
|
2006-01-19 04:56:48 +00:00 |
|
Russell Bryant
|
57c82eb66f
|
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
|
2006-01-19 04:17:45 +00:00 |
|