Commit Graph

3724 Commits

Author SHA1 Message Date
Russell Bryant
3e7c0ce67f fix mem leak in free_value (bug #2990)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4397 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-07 19:43:06 +00:00
Russell Bryant
0caa4033c9 Don't hold modlock while doing reload
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-07 02:16:49 +00:00
Russell Bryant
cd65e922b2 Add missing free's in rare circumstances (bug #2985)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4394 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-06 23:15:19 +00:00
Russell Bryant
90f22a990d merge codec preference changes for SIP
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4388 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-05 05:17:51 +00:00
Russell Bryant
0b74a19625 Release call lock while we look for the peer to avoid a deadlock
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4384 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-03 23:35:36 +00:00
Russell Bryant
429432f5ff canceled voicemail emails corrupt wav (bug 2957)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-03 01:59:08 +00:00
Russell Bryant
46f97f76a5 fix error message (bug 2897)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4381 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-03 01:45:25 +00:00
Russell Bryant
ec3b5c9b5b update Festival doc (bug 2964)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4380 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-03 01:20:26 +00:00
Russell Bryant
a160a8c9d5 add missing config destroy (bug 2944)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-03 01:15:27 +00:00
Russell Bryant
65d6be272d doing <flash> *0 while on fxs causes Asterisk to crash (bug 2963)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4376 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-03 00:11:21 +00:00
Russell Bryant
1e75116e74 Try call if call is 0 or more (bug #2935)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4348 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-26 01:54:11 +00:00
Russell Bryant
187942d00a fix MEETMESECS (bug 2936)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 18:27:22 +00:00
Russell Bryant
418ff58e61 don't increment the timestamp on dtmf (bug 2928)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 18:16:16 +00:00
Russell Bryant
bb6333e01f change size of var_val (bug 2926)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 18:13:16 +00:00
Russell Bryant
df6c1f8b39 fix for rpid (bug 2910)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 15:19:11 +00:00
Russell Bryant
2b9417e2e5 get rid of stray '\n' (bug 2922)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 07:32:43 +00:00
Russell Bryant
f53fe9761c fix manager events that report lag time (bug 2919)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 07:24:58 +00:00
Russell Bryant
902661dd8e decrement use counter after timeout on INVITE (bug 2898)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 07:20:12 +00:00
Russell Bryant
646dc459fa Segfault if head caller times out of queue with moh running (bug 2891)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4337 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 07:13:08 +00:00
Russell Bryant
3d48bc2f61 fix repeated sequence numbers (bug 2902)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 07:04:04 +00:00
Russell Bryant
28109dedf5 fix mem leak (bug #2940)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-25 06:14:50 +00:00
Russell Bryant
10781d30d2 don't create owner twice
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4310 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-22 03:57:41 +00:00
Russell Bryant
c0c9a1a5f0 little fixes (bug #2899)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4295 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-19 13:25:17 +00:00
Russell Bryant
13e54102fd fix continuation line parsing (bug #2892)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4291 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-18 04:27:12 +00:00
Russell Bryant
f4470352ff check to see if FD's are open before closing (bug #2858)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4289 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-18 04:20:25 +00:00
Russell Bryant
77ad568144 fix tab completion issue (bug #988)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-18 04:16:47 +00:00
Russell Bryant
1b05a4639d detect sequence number rollover (bug #2887)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-18 04:03:10 +00:00
Russell Bryant
e73c4e4a44 tweaks to make valgrind happy
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-18 03:51:58 +00:00
Russell Bryant
60c2988f53 add depend support for h323 (bug #2757)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4253 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-15 02:35:35 +00:00
Russell Bryant
35dd204d76 fix for older linux systems (bug #2853)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-15 02:30:32 +00:00
Russell Bryant
8eb984caec fix setting language in chan_sip (bug #2848)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4251 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-15 02:26:08 +00:00
Russell Bryant
9801c6c63f make valgrind less chatty about res_crypto (bug #2857)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-15 02:20:20 +00:00
Russell Bryant
1b754ff59d another little typo ... to make twisted happy
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-14 00:16:02 +00:00
Russell Bryant
713ddd2172 fix little typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-14 00:08:03 +00:00
Russell Bryant
d3cb67a4cd allow dashes in extensions since they can be in patterns (bug #2835)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4228 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-12 15:27:30 +00:00
Russell Bryant
1f02d433b3 send full contact when poking a peer (bug #2836)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-12 14:34:01 +00:00
Russell Bryant
dbf6ad2ecd fix seg fault (bug #2772)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4226 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-12 14:29:15 +00:00
Russell Bryant
c6938534bd fix to compile chan_phone with 2.6 kernel headers (bug #2831)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-12 14:13:57 +00:00
Russell Bryant
ac659af3ea fix for Darwin/OSX (bug #2833)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-12 14:03:42 +00:00
Russell Bryant
bdabdcbf1e fix off by one (bug #2827)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-12 13:48:42 +00:00
Russell Bryant
457d6f2822 update Changelog
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-09 05:42:56 +00:00
Russell Bryant
0d23dbb490 Fix supervised transfer (bug #2813)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4194 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-09 05:28:47 +00:00
Russell Bryant
3cd77bab28 Fix verbose error (bug #2809)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-09 05:23:56 +00:00
Russell Bryant
a39d05855e fix spelling error (bug 2810)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-09 05:19:27 +00:00
Russell Bryant
66d0e5756f fix voicemail debug output (bug #2789)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-08 00:30:21 +00:00
Russell Bryant
591eb8fac1 fix sip mwi to conform to RFC (bug #2793)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4181 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-08 00:24:09 +00:00
Russell Bryant
0ae97da489 fix build for Mac OSX (bug #2803)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-08 00:08:58 +00:00
Russell Bryant
014a0a178b fixes from bug 2800
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4178 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-07 23:47:25 +00:00
Russell Bryant
5e8f6247fb update to ChangeLog ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4177 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-07 23:26:07 +00:00
Russell Bryant
de1c7219ea Setup fromuser properly (bug #2802)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-07 23:22:48 +00:00