Commit Graph

825 Commits

Author SHA1 Message Date
Russell Bryant
0d1660a369 properly reset the 'next' pointer when duplicating the cdr (issue #5921)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.0@7467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-12-13 07:40:57 +00:00
Kevin P. Fleming
ebb8253d2f remove extraneous svn:executable properties
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.0@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29 18:24:39 +00:00
Kevin P. Fleming
11f81ad761 remove remaining .cvsignore files
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.0@7220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29 18:09:49 +00:00
Russell Bryant
7f9f2f6543 add a couple missing queue_log entries (issue #5422)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-04 05:44:06 +00:00
Russell Bryant
d09714e12b ensure that user events are correctly identified (issue #5200)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-09-13 23:40:00 +00:00
Russell Bryant
bfac0241be fix crash related to saving a changed password (bug #4976)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6392 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-08-24 15:39:25 +00:00
Russell Bryant
f7eada3cff fix potential crash in close_mailbox (bug #4800)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-08-04 23:03:56 +00:00
Russell Bryant
150fc177cd fix broken logic (bug #4879)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-08-04 20:26:36 +00:00
Mark Spencer
c73ad9e6f9 Fix memory leak
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6276 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-08-03 20:22:27 +00:00
Russell Bryant
b47ed67c84 don't set the account code if one wasn't supplied (bug #4751)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-25 23:41:29 +00:00
Russell Bryant
e6f049f9bf remove some unnecessary checks
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6195 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-25 18:15:25 +00:00
Russell Bryant
6b6eb7977b fix compiler warning (bug #4682)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6109 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-12 15:27:09 +00:00
Russell Bryant
a795d02a30 update the password in memory as well when using externpass (bug #4602)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-12 01:34:16 +00:00
Russell Bryant
2faf30d730 if the first user hangs up while being prompted for a pin, don't hold the
conference open (bug #4656)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-11 22:42:45 +00:00
Russell Bryant
f1274662f4 ensure buffer policy is restored after RAS is done with a channel (bug #4648)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@6043 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-07-07 15:15:59 +00:00
Russell Bryant
9400e87db0 remove pointless dereference (bug #4353)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-14 21:07:48 +00:00
Russell Bryant
cbc30c9163 fix recording of voicemail duration (bug #4288)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-31 13:08:45 +00:00
Russell Bryant
df905cf5a2 remove seemingly bogus line (bug #4299)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-31 12:51:49 +00:00
Russell Bryant
91f9740856 fix distinctive ring for queue members (bug #3978)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5795 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-31 03:22:34 +00:00
Russell Bryant
083cf7af1d fix mem leak (bug #4318)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5794 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-31 02:57:15 +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
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
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
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
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
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
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
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
7ba20c5024 fix compile warning for FreeBSD (bug #3937)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5377 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-04 06:33:26 +00:00
Russell Bryant
ee53dc7286 prevent crash with some extra checks while doing authentication (bug #3686)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5121 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-03-02 22:24:02 +00:00
Russell Bryant
d6efd17100 fix seg fault with combination of 'g' and # transfer (bug #3650)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-27 01:40:43 +00:00
Russell Bryant
63b6e2a2a1 fix misspelling of separate (bug #3607)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-19 00:41:21 +00:00
Russell Bryant
d35a82a5b6 preserve original callerid functionality for 1.0 (bug #3490)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-02-09 22:53:30 +00:00
Russell Bryant
081e28667e fix simultaneous voicemail messages -- Thanks Robert! (bug #3394)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 06:53:33 +00:00
Russell Bryant
1ef98ac6de fix DIALEDPEERNUMBER (bug #3427)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4913 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-29 06:46:05 +00:00
Russell Bryant
d9d599a84d fix penalty behavior, thanks florian!! (bug #3114)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-23 23:57:41 +00:00
Russell Bryant
6c5bf0d542 give outbound channels callerid of their extension after calling (bug #2489)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4826 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-17 22:52:49 +00:00
Russell Bryant
8c9f25ece1 working on the correct fix (bug #3080)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-17 00:12:30 +00:00
Russell Bryant
5d877f53ed fix global operator=yes (bug #3080)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-13 05:39:04 +00:00
Russell Bryant
2880956743 cosmetic fixes (bug #3271)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-08 22:18:44 +00:00
Russell Bryant
3c54495507 fix an incorrect discription and some formatting (bug #3226)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4670 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-05 05:41:24 +00:00
Russell Bryant
f9eedef7ee change option to be consistent (old option still works, too) (bug #3163)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-05 05:37:01 +00:00
Russell Bryant
de117b689e Add option to save a file after pressing '0' to go to the operator (bug #3057)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-05 05:32:47 +00:00
Russell Bryant
74239cb26c I got a crash in iax that I think is related to this timestamp patch, so I am going to back it out until we get it figured out. (bug #3119)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4658 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-04 17:18:15 +00:00
Russell Bryant
9a81d7270e update 'show app' output (bug #3170)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-30 21:46:39 +00:00
Russell Bryant
cc8996361c prevent seg faults
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4562 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-27 22:34:25 +00:00
Russell Bryant
00f2912aaa don't return -1 if user enters nothing (bug #3042)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4499 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-20 01:40:29 +00:00
Russell Bryant
a97bf16d2d fix language handling (bug #3023)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-19 13:06:11 +00:00
Russell Bryant
8a987daf3b don't allow '#' as a voicemail password (bug #3066)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4465 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-15 23:05:28 +00:00
Russell Bryant
0a4530cead Make macro processing consistent with regular exten processing (bug #3044)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-15 03:56:10 +00:00