aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-06-27SENTINEL is not defined in 1.6.0mmichelson2-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125684 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-27Merged revisions 125666 via svnmerge from mmichelson1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r125666 | mmichelson | 2008-06-26 19:22:03 -0500 (Thu, 26 Jun 2008) | 3 lines Make this compile with dev-mode on ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125668 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-27Merged revisions 125649 via svnmerge from mmichelson1-1/+5
https://origsvn.digium.com/svn/asterisk/trunk ........ r125649 | mmichelson | 2008-06-26 19:15:54 -0500 (Thu, 26 Jun 2008) | 15 lines The monitor-join option for queues was deprecated in favor of using MixMonitor to mix audio. However, it was pointed out to me that because of this, the command set for the MONITOR_EXEC variable is ignored as well. This means that people can't do their own custom mixing commands at the end of recordings in order to make, for instance, stereo recordings of calls. With this patch, app_queue will set the "joinfiles" variable for the channel's monitor if MONITOR_EXEC is not zero-length. This means that for normal audio mixing, MixMonitor is still the preferred choice, but we allow custom mixing to be done with the two Monitor streams if desired. (closes issue #12923) Reported by: snyfer ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125650 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Blocked revisions 125647 via svnmergemmichelson0-0/+0
........ r125647 | mmichelson | 2008-06-26 18:35:29 -0500 (Thu, 26 Jun 2008) | 16 lines Improve consistency between app_dial and app_queue with regards to how language is handled between two channels whose native language is different. Prior to this patch, app_dial would have the callee inherit the caller's language, and app_queue would not. After this patch, app_dial no longer has the language inheritance capability. This seems to make the most sense since it seems more natural for a person to hear files played back in his/her native language instead of the language of the person on the far end of the call. See the CHANGES file for hints on how to keep the previous behavior of app_dial if desired. (closes issue #12489) Reported by: bcnit ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125648 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Blocked revisions 125596 via svnmergemvanbaak0-0/+0
........ r125596 | mvanbaak | 2008-06-27 01:18:46 +0200 (Fri, 27 Jun 2008) | 5 lines remove block of commented code to set __ourip This is now handled in skinny_register and load_config. part two of chan_skinny cleanup ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125601 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Blocked revisions 125593 via svnmergemvanbaak0-0/+0
........ r125593 | mvanbaak | 2008-06-27 01:14:08 +0200 (Fri, 27 Jun 2008) | 4 lines remove paging device from chan_skinny. This has never been used, and noone could give us info about what it is used for. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125594 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125591 via svnmerge from mmichelson1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r125591 | mmichelson | 2008-06-26 18:06:18 -0500 (Thu, 26 Jun 2008) | 3 lines Fix a really stupid mistake ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125592 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125589 via svnmerge from qwell1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ................ r125589 | qwell | 2008-06-26 18:04:18 -0500 (Thu, 26 Jun 2008) | 9 lines Merged revisions 125587 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125587 | qwell | 2008-06-26 18:03:15 -0500 (Thu, 26 Jun 2008) | 1 line Make sure to unlock the lock_info lock (huh?). Possible deadlock? ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125590 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125586 via svnmerge from mmichelson1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ................ r125586 | mmichelson | 2008-06-26 18:01:02 -0500 (Thu, 26 Jun 2008) | 19 lines Merged revisions 125585 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125585 | mmichelson | 2008-06-26 17:52:39 -0500 (Thu, 26 Jun 2008) | 11 lines Add the interface of a queue member to the output of the "queue show" command so that it can easily be associated with a queue member's name. This helps so that the appropriate queue member can be removed or paused since the interface is required, not the member's name. (closes issue #12783) Reported by: davevg Patches: app_queue.diff uploaded by davevg (license 209) with small mod from me ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125588 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125583 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r125583 | tilghman | 2008-06-26 17:49:16 -0500 (Thu, 26 Jun 2008) | 2 lines Don't hang if the command is blank ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125584 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125531 via svnmerge from mmichelson1-14/+96
https://origsvn.digium.com/svn/asterisk/trunk ................ r125531 | mmichelson | 2008-06-26 17:03:54 -0500 (Thu, 26 Jun 2008) | 17 lines Blocked revisions 125530 via svnmerge ........ r125530 | mmichelson | 2008-06-26 17:02:55 -0500 (Thu, 26 Jun 2008) | 10 lines Backport of attended transfer queue_log patch from trunk. This patch allows for attended transfers to be logged in the queue_log the same way that blind transfers have always been. It was decided by popular opinion on the asterisk-dev mailing list that this should be backported to 1.4. Thanks to everyone who gave an opinion. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125532 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125477 via svnmerge from mmichelson1-5/+19
https://origsvn.digium.com/svn/asterisk/trunk ................ r125477 | mmichelson | 2008-06-26 15:57:41 -0500 (Thu, 26 Jun 2008) | 19 lines Merged revisions 125476 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125476 | mmichelson | 2008-06-26 15:56:01 -0500 (Thu, 26 Jun 2008) | 11 lines Prior to this patch, the "queue show" command used cached information for realtime queues instead of giving up-to-date info. Now realtime is queried for the latest and greatest in queue info. (closes issue #12858) Reported by: bcnit Patches: queue_show.patch uploaded by putnopvut (license 60) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125478 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Blocked revisions 125438 via svnmergetilghman0-0/+0
........ r125438 | tilghman | 2008-06-26 12:40:25 -0500 (Thu, 26 Jun 2008) | 6 lines Don't play "your message has been saved" twice. (closes issue #12893) Reported by: jaroth Patches: duplicate_saved.patch uploaded by jaroth (license 50) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125439 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125385 via svnmerge from oej1-4/+6
https://origsvn.digium.com/svn/asterisk/trunk ................ r125385 | oej | 2008-06-26 18:54:22 +0200 (Tor, 26 Jun 2008) | 12 lines Merged revisions 125384 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125384 | oej | 2008-06-26 18:32:08 +0200 (Tor, 26 Jun 2008) | 3 lines Add support for peer realm based auth (a few missing lines, the rest is well documented but never worked) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125388 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Blocked revisions 125386 via svnmergetilghman0-0/+0
........ r125386 | tilghman | 2008-06-26 12:06:17 -0500 (Thu, 26 Jun 2008) | 6 lines Convert casts to unions, to fix alignment issues on Solaris (closes issue #12932) Reported by: snuffy Patches: bug_12932_20080627.diff uploaded by snuffy (license 35) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125387 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125333 via svnmerge from kpfleming1-44/+52
https://origsvn.digium.com/svn/asterisk/trunk ................ r125333 | kpfleming | 2008-06-26 10:50:07 -0500 (Thu, 26 Jun 2008) | 13 lines Merged revisions 125327 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125327 | kpfleming | 2008-06-26 10:30:33 -0500 (Thu, 26 Jun 2008) | 5 lines ensure that (whenever possible) if we generate a log message because an ioctl() call to DAHDI/Zaptel failed, that we include the reason it failed by including the stringified error number (issue AST-80) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125334 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125279 via svnmerge from kpfleming1-0/+2
https://origsvn.digium.com/svn/asterisk/trunk ........ r125279 | kpfleming | 2008-06-26 07:09:24 -0500 (Thu, 26 Jun 2008) | 2 lines fix compile failure found by buildbot (go, buildbot!) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125280 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125277 via svnmerge from tilghman1-1/+3
https://origsvn.digium.com/svn/asterisk/trunk ................ r125277 | tilghman | 2008-06-26 06:02:11 -0500 (Thu, 26 Jun 2008) | 15 lines Merged revisions 125276 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125276 | tilghman | 2008-06-26 06:01:21 -0500 (Thu, 26 Jun 2008) | 7 lines Check for rtcp structure before trying to delete schedule. (closes issue #12872) Reported by: destiny6628 Patches: 20080621__bug12872.diff.txt uploaded by Corydon76 (license 14) Tested by: destiny6628 ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125278 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125223 via svnmerge from tilghman1-0/+2
https://origsvn.digium.com/svn/asterisk/trunk ................ r125223 | tilghman | 2008-06-25 20:25:16 -0500 (Wed, 25 Jun 2008) | 12 lines Merged revisions 125218 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125218 | tilghman | 2008-06-25 20:24:26 -0500 (Wed, 25 Jun 2008) | 4 lines Document ackcall=always. (closes issue #12852) Reported by: davidw ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125228 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-26Merged revisions 125191 via svnmerge from tilghman1-4/+4
https://origsvn.digium.com/svn/asterisk/trunk ........ r125191 | tilghman | 2008-06-25 20:11:43 -0500 (Wed, 25 Jun 2008) | 6 lines Update sample configuration to match what are now the defaults for the prefix. (closes issue #12838, related to issue #12198) Reported by: pabelanger Patches: http.conf.diff2 uploaded by pabelanger (license 224) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125192 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-25Merged revisions 125138 via svnmerge from kpfleming15-70/+33
https://origsvn.digium.com/svn/asterisk/trunk ................ r125138 | kpfleming | 2008-06-25 18:05:28 -0500 (Wed, 25 Jun 2008) | 18 lines Merged revisions 125132 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r125132 | kpfleming | 2008-06-25 17:21:30 -0500 (Wed, 25 Jun 2008) | 10 lines allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-tools and dahdi-linux are now separate packages and can be installed in different places don't include tonezone.h in dahdi_compat.h, because only a couple of modules need it get app_rpt building again after the DAHDI changes (closes issue #12911) Reported by: tzafrir ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125146 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-25Blocked revisions 125135 via svnmergemmichelson0-0/+0
........ r125135 | mmichelson | 2008-06-25 17:40:41 -0500 (Wed, 25 Jun 2008) | 3 lines Fix indentation ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125136 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-25Blocked revisions 125133 via svnmergemmichelson0-0/+0
........ r125133 | mmichelson | 2008-06-25 17:25:20 -0500 (Wed, 25 Jun 2008) | 11 lines Fix a bug in the rwlock tracking. ast_rwlock_unlock did not take into account that multiple threads could hold the same rdlock at the same time. As such, it expected that when a thread released a lock that it must have been the last to acquire the lock as well. Erroneous error messages would be sent to the console stating that a thread was attempting to unlock a lock it did not own. Now all threads are examined to be sure that the message is only printed when it is supposed to be printed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125134 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-25Blocked revisions 125096 via svnmergemvanbaak0-0/+0
........ r125096 | mvanbaak | 2008-06-25 21:37:40 +0200 (Wed, 25 Jun 2008) | 10 lines implement transfer functionality in chan_skinny (closes issue #9939) Reported by: wedhorn Patches: transfer_v6.diff uploaded by wedhorn (license 30) chan_skinny-transfer-trunk-v10.txt uploaded by DEA (license 3) chan_skinny-transfer-trunk-v12.txt uploaded by mvanbaak (license 7) Tested by: DEA, wedhorn, mvanbaak ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@125098 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-25Merged revisions 124966 via svnmerge from tilghman2-3/+23
https://origsvn.digium.com/svn/asterisk/trunk ................ r124966 | tilghman | 2008-06-24 20:08:37 -0500 (Tue, 24 Jun 2008) | 15 lines Merged revisions 124965 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124965 | tilghman | 2008-06-24 19:46:24 -0500 (Tue, 24 Jun 2008) | 7 lines Pvt deadlock causes some channels to get stuck in Reserved status. (closes issue #12621) Reported by: fabianoheringer Patches: 20080612__bug12621.diff.txt uploaded by Corydon76 (license 14) Tested by: fabianoheringer ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124967 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-24Merged revisions 124912 via svnmerge from tilghman1-14/+40
https://origsvn.digium.com/svn/asterisk/trunk ................ r124912 | tilghman | 2008-06-24 16:18:52 -0500 (Tue, 24 Jun 2008) | 16 lines Merged revisions 124910 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124910 | tilghman | 2008-06-24 16:08:52 -0500 (Tue, 24 Jun 2008) | 8 lines Occasionally control characters find their way into CallerID. These need to be stripped prior to placing CallerID in the headers of an email. (closes issue #12759) Reported by: RobH Patches: 20080602__bug12759__2.diff.txt uploaded by Corydon76 (license 14) Tested by: RobH ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124964 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-24Merged revisions 124872 via svnmerge from phsultan1-20/+27
https://origsvn.digium.com/svn/asterisk/trunk ........ r124872 | phsultan | 2008-06-24 19:50:22 +0200 (Tue, 24 Jun 2008) | 6 lines Subscribe to buddy's presence only if we really need to. That is, if the corresponding roster item has a subscription value set to "none" or "from". Make the code more readable. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124873 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-24Merged revisions 124870 via svnmerge from phsultan1-29/+31
https://origsvn.digium.com/svn/asterisk/trunk ........ r124870 | phsultan | 2008-06-24 19:28:39 +0200 (Tue, 24 Jun 2008) | 1 line Code simplification ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124871 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-24Blocked revisions 124835 via svnmergeseanbright0-0/+0
........ r124835 | seanbright | 2008-06-24 07:02:02 -0400 (Tue, 24 Jun 2008) | 1 line Update CHANGES and UPGRADE.txt per kpfleming's mail to #asterisk-dev. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124836 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-23blocked revision 124707, taskprocessors are not in 1.6.0dhubbard0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124708 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-22Merged revisions 124541 via svnmerge from murf1-3/+3
https://origsvn.digium.com/svn/asterisk/trunk ................ r124541 | murf | 2008-06-21 20:58:06 -0600 (Sat, 21 Jun 2008) | 17 lines Merged revisions 124540 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124540 | murf | 2008-06-21 20:54:52 -0600 (Sat, 21 Jun 2008) | 9 lines (closes issue #12910) Reported by: chris-mac Sorry, my testing did not contain the simple case of forkCDR(v), I am much embarrassed to admit. If I had, I would have more solidly initialized the opts element for varset. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124542 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-21Merged revisions 124505 via svnmerge from tilghman1-7/+7
https://origsvn.digium.com/svn/asterisk/trunk ........ r124505 | tilghman | 2008-06-21 07:53:48 -0500 (Sat, 21 Jun 2008) | 4 lines Reduce warning to debug, otherwise we flood the log when we (legitimately) can't find a record. (Closes issue #12908) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124506 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-20Merged revisions 124451 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r124451 | tilghman | 2008-06-20 18:13:21 -0500 (Fri, 20 Jun 2008) | 14 lines Merged revisions 124450 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124450 | tilghman | 2008-06-20 18:12:33 -0500 (Fri, 20 Jun 2008) | 6 lines usleep with a value over 1,000,000 is nonportable. Changing to use sleep() instead. (closes issue #12814) Reported by: pputman Patches: app_rtp_sleep.patch uploaded by pputman (license 81) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124452 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-20Merged revisions 124396 via svnmerge from tilghman1-2/+6
https://origsvn.digium.com/svn/asterisk/trunk ................ r124396 | tilghman | 2008-06-20 17:04:37 -0500 (Fri, 20 Jun 2008) | 11 lines Merged revisions 124395 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124395 | tilghman | 2008-06-20 17:02:55 -0500 (Fri, 20 Jun 2008) | 3 lines If the last character in a string to be parsed is the delimiter, then we should count that final empty string as an additional argument. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124397 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-20Merged revisions 124392-124393 via svnmerge from jeffg2-44/+60
https://origsvn.digium.com/svn/asterisk/trunk ................ r124392 | jeffg | 2008-06-20 17:36:01 -0400 (Fri, 20 Jun 2008) | 9 lines Merged revisions 124372 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124372 | jeffg | 2008-06-20 17:14:40 -0400 (Fri, 20 Jun 2008) | 1 line Fix issues in digium-mib.txt and asterisk-mib.txt to placate smilint - bug 12905 ........ ................ r124393 | jeffg | 2008-06-20 17:43:18 -0400 (Fri, 20 Jun 2008) | 12 lines (Missed committing . on previous commit.....) Merged revisions 124372 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124372 | jeffg | 2008-06-20 17:14:40 -0400 (Fri, 20 Jun 2008) | 1 line Fix issues in digium-mib.txt and asterisk-mib.txt to placate smilint - bug 12905 ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124394 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-20Merged revisions 124316 via svnmerge from tilghman1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ................ r124316 | tilghman | 2008-06-20 15:17:04 -0500 (Fri, 20 Jun 2008) | 16 lines Merged revisions 124315 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124315 | tilghman | 2008-06-20 15:16:02 -0500 (Fri, 20 Jun 2008) | 8 lines When using a Local channel, started by a call file, with a destination of an AGI script, the AGI script does not always get notified of a hangup if the underlying channel hangs up early. (closes issue #11833) Reported by: IgorG Patches: local_hangup-v1.diff uploaded by IgorG (license 20) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124317 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-20Merged revisions 124278 via svnmerge from mmichelson3-3/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r124278 | mmichelson | 2008-06-20 11:30:18 -0500 (Fri, 20 Jun 2008) | 6 lines Change references to doc/channelvariables.txt to doc/tex/channelvariables.tex. This issue came up on the asterisk-dev mailing list. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124279 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-20Merged revisions 124243 via svnmerge from mmichelson1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ........ r124243 | mmichelson | 2008-06-20 10:20:11 -0500 (Fri, 20 Jun 2008) | 9 lines Add a missing "ChannelType" header to one of the "PeerStatus" manager events in chan_sip (closes issue #12904) Reported by: eliel Patches: chan_sip.c.patch uploaded by eliel (license 64) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124244 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Merged revisions 124183 via svnmerge from tilghman1-1/+5
https://origsvn.digium.com/svn/asterisk/trunk ................ r124183 | tilghman | 2008-06-19 17:59:41 -0500 (Thu, 19 Jun 2008) | 15 lines Merged revisions 124182 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124182 | tilghman | 2008-06-19 17:53:22 -0500 (Thu, 19 Jun 2008) | 7 lines It's possible for a hangup to be received, even just after the initial cid spill. (closes issue #12453) Reported by: Alex728 Patches: 20080604__bug12453.diff.txt uploaded by Corydon76 (license 14) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124184 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Blocked revisions 124180 via svnmergemmichelson0-0/+0
........ r124180 | mmichelson | 2008-06-19 17:34:03 -0500 (Thu, 19 Jun 2008) | 10 lines Fix attachment behavior when using IMAP storage for voicemails 1. Filenames had an extra "msg" in the attachment name 2. The attachment was being saved twice (closes issue #12894) Reported by: jaroth Patches: imap_attach.patch uploaded by jaroth (license 50) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124181 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Blocked revisions 124127 via svnmergemvanbaak0-0/+0
........ r124127 | mvanbaak | 2008-06-19 22:48:33 +0200 (Thu, 19 Jun 2008) | 10 lines Older versions of GNU gcc do not allow 'NULL' as sentinel. They want (char *)NULL as sentinel. An example is OpenBSD (confirmed on 4.3) that ships with gcc 3.3.4 This commit introduces a contstant SENTINEL which is declared as: #define SENTINEL ((char *)NULL) All places I could test compile on my openbsd system are converted. Update CODING-GUIDELINES to tell about this constant. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124128 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Blocked revisions 124125 via svnmergetilghman0-0/+0
........ r124125 | tilghman | 2008-06-19 15:35:56 -0500 (Thu, 19 Jun 2008) | 2 lines Oops ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124126 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Merged revisions 124121 via svnmerge from mmichelson1-0/+25
https://origsvn.digium.com/svn/asterisk/trunk ................ r124121 | mmichelson | 2008-06-19 15:30:23 -0500 (Thu, 19 Jun 2008) | 16 lines Merged revisions 124112 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r124112 | mmichelson | 2008-06-19 15:28:41 -0500 (Thu, 19 Jun 2008) | 8 lines Fix IMAP forwarding so that messages are sent to the proper mailbox. (closes issue #12897) Reported by: jaroth Patches: destination_forward.patch uploaded by jaroth (license 50) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124124 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Blocked revisions 124102 via svnmergetilghman0-0/+0
........ r124102 | tilghman | 2008-06-19 15:25:37 -0500 (Thu, 19 Jun 2008) | 3 lines Make OpenBSD compile again (reported by mvanbaak via IRC -dev) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124107 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Merged revisions 124064 via svnmerge from bbryant1-0/+14
https://origsvn.digium.com/svn/asterisk/trunk ........ r124064 | bbryant | 2008-06-19 14:48:26 -0500 (Thu, 19 Jun 2008) | 2 lines Add errors that report any locks held by threads when they are being closed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124065 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Blocked revisions 124049 via svnmergetilghman0-0/+0
........ r124049 | tilghman | 2008-06-19 14:22:59 -0500 (Thu, 19 Jun 2008) | 6 lines Allow alternative extensions to be specified for a user. (closes issue #12830) Reported by: jcollie Patches: astertisk-trunk-121496-alternate-extensions.patch uploaded by jcollie (license 412) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124053 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Merged revisions 124024 via svnmerge from bbryant1-0/+3
https://origsvn.digium.com/svn/asterisk/trunk ........ r124024 | bbryant | 2008-06-19 13:57:04 -0500 (Thu, 19 Jun 2008) | 2 lines Fix bug in sip registration that sets the default port to 5060 for tls. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@124026 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Blocked revisions 123988 via svnmergetilghman0-0/+0
........ r123988 | tilghman | 2008-06-19 12:55:34 -0500 (Thu, 19 Jun 2008) | 3 lines Detect if the installed gcc version supports the warn_unused_result attribute. Reported by mvanbaak via IRC -dev. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@123989 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Merged revisions 123952 via svnmerge from tilghman1-41/+44
https://origsvn.digium.com/svn/asterisk/trunk ........ r123952 | tilghman | 2008-06-19 12:22:27 -0500 (Thu, 19 Jun 2008) | 6 lines Don't change pointers that need to be later passed back for deallocation. (closes issue #12572) Reported by: flyn Patches: 20080613__bug12572.diff.txt uploaded by Corydon76 (license 14) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@123958 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-19Merged revisions 123931 via svnmerge from tilghman1-5/+7
https://origsvn.digium.com/svn/asterisk/trunk ................ r123931 | tilghman | 2008-06-19 12:02:54 -0500 (Thu, 19 Jun 2008) | 13 lines Merged revisions 123930 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r123930 | tilghman | 2008-06-19 11:58:19 -0500 (Thu, 19 Jun 2008) | 5 lines Change informative messages to use the _multiple variant when multiple formats are possible. (Closes issue #12848) Reported by klaus3000 ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@123932 f38db490-d61c-443f-a65b-d21fe96a405b