Russell Bryant
|
f717cd2719
|
fix mem leak with MYSQL_USERS (bug #4287)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-16 17:54:55 +00:00 |
|
Russell Bryant
|
cda604fabe
|
note default values (bug #4284)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-16 13:26:19 +00:00 |
|
Russell Bryant
|
6125965ff5
|
Remove double fout++ and comment on flag (bug #4267)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5695 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-16 03:10:20 +00:00 |
|
Russell Bryant
|
a6cea6892b
|
only initialize random number generators in one place (bug #4017)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-16 03:04:59 +00:00 |
|
Russell Bryant
|
1031a3c36d
|
document zap options (bug #4166)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-15 23:28:19 +00:00 |
|
Russell Bryant
|
89d62574ef
|
protect ResponseTimeout and DigitTimeout apps from crashing when called in non-PBX channels (bug #4092)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-15 23:26:29 +00:00 |
|
Russell Bryant
|
262e9c3003
|
indicate default timeouts (bug #4050)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5676 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-15 16:42:25 +00:00 |
|
Russell Bryant
|
43e32456ca
|
ensure that calls to gethostbyname are null terminated,
also use MAXHOSTNAMELEN where appropriate (bug #4198) (bug #4212)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-15 15:55:31 +00:00 |
|
Russell Bryant
|
fcb8ab5da6
|
allow spaces in monitor filenames (Thanks to gbdrbob for catching this one!)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-14 18:21:43 +00:00 |
|
Russell Bryant
|
0f5dbaf7ec
|
initialize errno and don't report an error when poll() returns without indicating one (bug #4059)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-12 02:42:48 +00:00 |
|
Russell Bryant
|
8e267ac60a
|
remove unnecessary declaration (bug #4040)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-12 02:33:33 +00:00 |
|
Russell Bryant
|
794d0b2c68
|
use ast_strlen_zero, also fix a codec config parsing error (bug #4169)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5633 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-12 02:22:56 +00:00 |
|
Russell Bryant
|
8c97879e99
|
oops, I wasn't done with this
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5632 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-12 01:47:39 +00:00 |
|
Russell Bryant
|
47f2779b9d
|
*** empty log message ***
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-12 01:43:36 +00:00 |
|
Russell Bryant
|
c77e7ed452
|
add notes about file descriptors (bug #4134)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5625 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-11 03:44:07 +00:00 |
|
Russell Bryant
|
a9fd6fca9e
|
fix ast config path (bug #4184)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5624 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-11 03:26:51 +00:00 |
|
Russell Bryant
|
57b353cebf
|
fix compat with astmm (bug #4217)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5623 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-11 03:16:52 +00:00 |
|
Russell Bryant
|
07c87b82ff
|
only unlock hintlock once (bug #4205)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-11 03:07:39 +00:00 |
|
Russell Bryant
|
f1c3d761aa
|
add note about the effects of time changes (bug #4020)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5617 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-10 04:09:21 +00:00 |
|
Russell Bryant
|
34f9e85a11
|
add fixup routine (bug #3825)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-10 03:58:26 +00:00 |
|
Russell Bryant
|
56cf655835
|
fix queue URL passing (bug #3543)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5615 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-10 03:28:01 +00:00 |
|
Russell Bryant
|
4d1e5adfdc
|
allow ALERTING even after PROCEEDING (bug #3963)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-10 01:39:50 +00:00 |
|
Russell Bryant
|
3d263c243a
|
add missing newline to warning message (bug #4183)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-05-06 07:17:17 +00:00 |
|
Russell Bryant
|
334e508e66
|
warn about headers, too
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5503 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-26 14:30:23 +00:00 |
|
Russell Bryant
|
28eedd8e44
|
look in the correct place for sounds (bug #3983)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-15 09:39:13 +00:00 |
|
Russell Bryant
|
e0aaf08b3b
|
fix unloading problems (bug #4019)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5477 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-15 07:59:59 +00:00 |
|
Russell Bryant
|
e16718bb2e
|
create useful output for time left to expire (bug #4022)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-15 07:24:34 +00:00 |
|
Russell Bryant
|
1e70fa09cd
|
add some newlines and fix some misspellings (bug #4027)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-15 07:15:39 +00:00 |
|
Russell Bryant
|
a2f752ec6c
|
fix bogus output from 'show agents' with no name (bug #4030)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5474 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-15 07:06:40 +00:00 |
|
Russell Bryant
|
3ad71d439c
|
add warning if you try to use the _. exten (bug #4032)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5472 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-15 06:44:35 +00:00 |
|
Russell Bryant
|
d667d39367
|
add missing newline (bug #4018)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-13 03:45:53 +00:00 |
|
Russell Bryant
|
c96d5eabad
|
add README about incompatibility with 0.63 of FreeTDS (bug #3996)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-11 03:41:42 +00:00 |
|
Admin Commit
|
941ba1c5be
|
This commit was manufactured by cvs2svn to create branch 'v1-0'.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-11 03:41:42 +00:00 |
|
Russell Bryant
|
17045b502f
|
space out initial registrations (bug #3104)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5428 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-06 17:09:03 +00:00 |
|
Russell Bryant
|
916f6b627a
|
correct 'sync' on action_originate (bug #3922)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-06 16:45:41 +00:00 |
|
Russell Bryant
|
e56c7ba459
|
correctly set amaflags (bug #3962)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5425 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-06 16:39:45 +00:00 |
|
Russell Bryant
|
34bc1ac241
|
don't define a functioning returning an int inside of a do{...}while(0) (bug #3865)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 17:08:05 +00:00 |
|
Russell Bryant
|
4920426fbd
|
I just gave up sleeping to stay up all night working on bugs ...
I hope I didn't break anything! :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5408 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 10:45:20 +00:00 |
|
Russell Bryant
|
e5f2fef425
|
remove unimplemented option (bug #3890)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 10:26:48 +00:00 |
|
Russell Bryant
|
4faec1b262
|
fix say number with a leading zero (bug #3884)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 10:15:00 +00:00 |
|
Russell Bryant
|
efc4fdf079
|
silly sizeof ... (bug #3887)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5405 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 10:12:24 +00:00 |
|
Russell Bryant
|
8b6aa2741c
|
Clear out received tag in 407/401's (bug #3885)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5404 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 10:08:53 +00:00 |
|
Russell Bryant
|
90fea452ac
|
keep going even if file not found with GET DATA (bug #3878)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5403 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 09:52:05 +00:00 |
|
Russell Bryant
|
8451fd7f7d
|
fix 'highpriority' for asterisk.conf (bug #3860)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5402 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 09:37:02 +00:00 |
|
Russell Bryant
|
ed8a15efce
|
fix timeout with no password (bug #3589)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5401 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 09:31:11 +00:00 |
|
Russell Bryant
|
6bee09440d
|
don't pass audio until the call has been acked if configured to do so (bug #3677)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 08:32:04 +00:00 |
|
Russell Bryant
|
d54b330a2e
|
handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 07:10:06 +00:00 |
|
Russell Bryant
|
621b5be6cd
|
fix *67 (bug #3940)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 06:58:02 +00:00 |
|
Russell Bryant
|
687846975e
|
fix rtpchecksums option (bug #3908)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5397 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 06:53:14 +00:00 |
|
Russell Bryant
|
315e0c3054
|
I guess we'll need the sound file if I want that last patch to actually work ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5396 65c4cc65-6c06-0410-ace0-fbb531ad65f3
|
2005-04-05 06:34:54 +00:00 |
|