Tilghman Lesher
3598b08507
Merged revisions 190904 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r190904 | tilghman | 2009-04-28 12:31:43 -0500 (Tue, 28 Apr 2009) | 2 lines
UniqueID column has a maximum size of 150
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@190905 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-04-28 17:32:24 +00:00
Jason Parker
edceb47475
Merged revisions 179057 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r179057 | qwell | 2009-02-27 13:04:57 -0600 (Fri, 27 Feb 2009) | 8 lines
Update documentation for DIALEDTIME and ANSWEREDTIME variables.
(closes issue #14566 )
Reported by: klaus3000
Patches:
ANSWEREDTIME-1.4-patch.txt uploaded by klaus3000 (license 65)
ANSWEREDTIME-trunk-patch.txt uploaded by klaus3000 (license 65)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@179058 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-27 19:05:36 +00:00
Michiel van Baak
25c01347d8
Merged revisions 175952 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r175952 | mvanbaak | 2009-02-16 01:26:59 +0100 (Mon, 16 Feb 2009) | 10 lines
Merged revisions 175921 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r175921 | mvanbaak | 2009-02-16 00:37:03 +0100 (Mon, 16 Feb 2009) | 3 lines
fix mis-spelling of the word registered.
Reported by De_Mon on #asterisk-dev.
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@176022 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-16 09:40:22 +00:00
Richard Mudgett
4348840980
Merged revisions 170794 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r170794 | rmudgett | 2009-01-23 17:10:34 -0600 (Fri, 23 Jan 2009) | 1 line
Fix asterisk.pdf generation if branch name has an underscore in it.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@170830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-01-23 23:52:12 +00:00
Russell Bryant
1809456ab1
Merged revisions 170790 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r170790 | russell | 2009-01-23 16:58:37 -0600 (Fri, 23 Jan 2009) | 2 lines
Don't blow up if a branch name has an underscore in it
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@170791 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-01-23 22:59:03 +00:00
Michiel van Baak
9bcc0cbc44
Merged revisions 169793 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r169793 | mvanbaak | 2009-01-21 23:04:16 +0100 (Wed, 21 Jan 2009) | 2 lines
remove duplicated sentence.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@169819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-01-21 22:21:16 +00:00
Mark Michelson
a94a213cc3
Merged revisions 162667 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r162667 | mmichelson | 2008-12-10 10:39:10 -0600 (Wed, 10 Dec 2008) | 16 lines
Merged revisions 162659 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r162659 | mmichelson | 2008-12-10 10:10:25 -0600 (Wed, 10 Dec 2008) | 8 lines
Add missing documentation to misdn.txt
(closes issue #14052 )
Reported by: festr
Patches:
misdn.txt.patch uploaded by festr (license 443)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@162668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-12-10 16:39:40 +00:00
Tilghman Lesher
57421957b6
Merged revisions 155804 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r155803 | tilghman | 2008-11-10 14:49:59 -0600 (Mon, 10 Nov 2008) | 1 line
I got tired of saying this in every single bugnote referring to this file.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@155815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-11-10 20:54:15 +00:00
Steve Murphy
062d3041fe
Merged revisions 147807 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r147807 | murf | 2008-10-09 08:17:33 -0600 (Thu, 09 Oct 2008) | 15 lines
(closes issue #13557 )
Reported by: nickpeirson
Patches:
pbx.c.patch uploaded by nickpeirson (license 579)
replace_bzero+bcopy.patch uploaded by nickpeirson (license 579)
Tested by: nickpeirson, murf
1. replaced all refs to bzero and bcopy to memset and memmove instead.
2. added a note to the CODING-GUIDELINES
3. add two macros to asterisk.h to prevent bzero, bcopy from creeping
back into the source
4. removed bzero from configure, configure.ac, autoconfig.h.in
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@147809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-10-09 14:56:51 +00:00
Michiel van Baak
790baaec02
Merged revisions 143843 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r143843 | mvanbaak | 2008-09-21 11:53:01 +0200 (Sun, 21 Sep 2008) | 3 lines
fix privacymanager example so it shows how to use the
PRIVACYMRGSTATUS variable
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@143844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-21 09:55:28 +00:00
Michiel van Baak
99f6718460
Merged revisions 143837 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r143837 | mvanbaak | 2008-09-21 11:27:08 +0200 (Sun, 21 Sep 2008) | 2 lines
fix privacy documentation. We no longer do priority jumping +101
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@143838 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-21 09:28:25 +00:00
Russell Bryant
74c4b84e73
Merged revisions 137987 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r137987 | russell | 2008-08-14 17:43:15 -0500 (Thu, 14 Aug 2008) | 2 lines
Fix a bashism that causes an error when trying to build the pdf on ubuntu
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@137988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-14 22:43:36 +00:00
Sean Bright
c4cf3534a5
Merged revisions 137406 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r137406 | seanbright | 2008-08-13 10:41:49 -0400 (Wed, 13 Aug 2008) | 9 lines
Merged revisions 137405 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r137405 | seanbright | 2008-08-13 10:33:49 -0400 (Wed, 13 Aug 2008) | 1 line
Update docs to reflect the change to cdr_tds
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@137407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-13 14:47:43 +00:00
Russell Bryant
13c2dc2eff
Merged revisions 137301 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r137301 | russell | 2008-08-12 14:48:38 -0500 (Tue, 12 Aug 2008) | 2 lines
Grammar hax from Qwell
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@137302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-12 19:48:52 +00:00
Russell Bryant
2fc924a91c
Merged revisions 137299 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r137299 | russell | 2008-08-12 14:40:35 -0500 (Tue, 12 Aug 2008) | 3 lines
Note that developer documentation belongs in doxygen, and not integrated with
the user manual stuff in doc/tex/.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@137300 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-08-12 19:41:22 +00:00
Russell Bryant
61077f93d3
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-31 16:38:28 +00:00
Kevin P. Fleming
261a4972f6
Merged revisions 134086 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r134086 | kpfleming | 2008-07-28 11:42:00 -0500 (Mon, 28 Jul 2008) | 3 lines
remove remaining Zaptel references in various places
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-28 16:49:18 +00:00
Olle Johansson
62c2359763
Merged revisions 132703 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r132703 | oej | 2008-07-22 22:46:11 +0200 (Tis, 22 Jul 2008) | 17 lines
Merged revisions 132645 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r132645 | oej | 2008-07-22 22:10:26 +0200 (Tis, 22 Jul 2008) | 9 lines
The most common question on the #asterisk iRC channel and on mailing lists
seems to be in regards to an error message when retransmit fails. This
is frequently misunderstood as a failure of Asterisk, not a failure of
the network to reach the other party.
This document tries to assist the Asterisk user in sorting out these
issues by explaining the logic and pointing at some possible
causes. Hopefully, we will get other questions now :-)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@132782 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-22 21:59:38 +00:00
Michiel van Baak
170c05fcc4
Merged revisions 130578 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r130578 | mvanbaak | 2008-07-14 01:14:03 +0200 (Mon, 14 Jul 2008) | 15 lines
Make all sed calls Posix sed compatible.
To make sure nobody commits script-modified files we first make a backup
of asterisk.tex, run the script, generate the pdf and / or html,
and put the original asterisk.tex back.
This will guard us for the stuff that happened before that someone committed
a locally modified asterisk.tex, with changes done by this script.
(closes issue #13062 )
Reported by: mvanbaak
Patches:
sed_without-i-v3.diff uploaded by mvanbaak (license 7)
Tested by: mvanbaak
Feedback from Corydon. Thanks for taking the time to go through this.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@130582 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-13 23:20:11 +00:00
Michiel van Baak
88cbe002af
Merged revisions 130479 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r130479 | mvanbaak | 2008-07-13 16:58:40 +0200 (Sun, 13 Jul 2008) | 3 lines
restore ASTERISKVERSION marker to asterisk.tex.
This got lost in commit 97634
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@130480 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-13 15:00:09 +00:00
Kevin P. Fleming
288369308e
Merged revisions 130044 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r130044 | kpfleming | 2008-07-11 11:18:01 -0500 (Fri, 11 Jul 2008) | 2 lines
clean up a bunch more Zaptel-related references
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@130045 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-11 16:18:54 +00:00
Mark Michelson
2fbb1c5b86
Merged revisions 128599 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r128599 | mmichelson | 2008-07-07 09:35:27 -0500 (Mon, 07 Jul 2008) | 6 lines
Update a few instances of "extensions reload" to "dialplan reload"
in the documentation.
Patch provided by caio1982 (license 22)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128601 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-07 14:36:30 +00:00
Olle Johansson
ce784b9856
The following patch with references to t140red removed, since it only exists
...
in trunk.
Merged revisions 128417 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r128417 | oej | 2008-07-06 12:13:45 +0200 (Sön, 06 Jul 2008) | 3 lines
Adding documentation on the T.140 support in Asterisk. This is a function that we're
the reference implementation on now. :-)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-06 10:19:07 +00:00
Mark Michelson
cc212c962e
Merged revisions 127566 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r127566 | mmichelson | 2008-07-02 16:09:18 -0500 (Wed, 02 Jul 2008) | 4 lines
Add a janitor project to use ARRAY_LEN instead of in-line
sizeof() and division.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@127567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-02 21:10:00 +00:00
Sean Bright
bbf18851a6
Merged revisions 126226,126513 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r126226 | seanbright | 2008-06-28 17:28:16 -0400 (Sat, 28 Jun 2008) | 8 lines
Merge in changes from my cdr-tds-conversion branch. This changes the internal
implementation from using the volatile libtds, to using the db-lib front end.
The unintended side effect of this is that we support (at least) versions 0.62
through 0.82 of the FreeTDS distribution without any #ifdef ugliness.
(closes issue #12844 )
Reported by: jcollie
........
r126513 | seanbright | 2008-06-30 07:57:42 -0400 (Mon, 30 Jun 2008) | 4 lines
Cast a few more strings to char *, so that we can compile cleanly against
FreeTDS 0.60. Update the docs to reflect that we can now compile and run
against all modern releases of FreeTDS (0.60 through 0.82)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@127397 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-02 14:29:18 +00:00
Russell Bryant
46daf77516
Merged revisions 127363 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r127363 | russell | 2008-07-02 07:08:33 -0500 (Wed, 02 Jul 2008) | 13 lines
Add a locking section to the coding guidelines document.
This section covers some locking fundamentals, as well as some information on
locking as it is used in Asterisk. It describes some of the ways that are used
and could be used to achieve deadlock avoidance. It also demonstrates the
unfortunate conclusion that with the use of recursive locks, none of the
constructs in use today are failsafe from deadlocks. Finally, it makes some
recommendations for new code being written. As proper locking strategies is a
complex subject, this section still has room for expansion and improvement.
This is a result of collaboration between Luigi Rizzo and myself on the
asterisk-dev mailing list.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@127364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-07-02 12:09:08 +00:00
Russell Bryant
2d13950a70
Merged revisions 125988 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r125988 | russell | 2008-06-27 14:19:08 -0500 (Fri, 27 Jun 2008) | 3 lines
Fix a typo. Someone on IRC copied this literally and then wondered why it
wasn't working. :)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@125994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-06-27 19:20:27 +00:00
Jeff Gehlbach
748f25bfb6
Merged revisions 124392-124393 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@124394 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-06-20 21:48:15 +00:00
Tilghman Lesher
a4e178811f
Merged revisions 123770 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r123770 | tilghman | 2008-06-18 17:17:17 -0500 (Wed, 18 Jun 2008) | 16 lines
Merged revisions 123769 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r123769 | tilghman | 2008-06-18 17:08:30 -0500 (Wed, 18 Jun 2008) | 8 lines
Add support for saying numbers in Hebrew.
(closes issue #11662 )
Reported by: greenfieldtech
Patches:
say.c.patch-12042008 uploaded by greenfieldtech (license 369)
Hebrew-Sounds.ods uploaded by greenfieldtech
(with signficant changes to the spreadsheet by me)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@123772 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-06-18 22:18:20 +00:00
Jeff Peeler
f089bbf663
Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@123332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-06-17 18:08:09 +00:00
Jeff Peeler
8f932db851
Merged revisions 121805 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r121805 | jpeeler | 2008-06-11 11:11:40 -0500 (Wed, 11 Jun 2008) | 9 lines
Merged revisions 121804 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r121804 | jpeeler | 2008-06-11 11:11:09 -0500 (Wed, 11 Jun 2008) | 1 line
add instructions for logging gdb output via set logging on
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@121806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-06-11 16:13:00 +00:00
Jeff Peeler
dc2e0b1200
Merged revisions 118178 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r118178 | jpeeler | 2008-05-23 20:14:41 -0500 (Fri, 23 May 2008) | 1 line
add document describing API changes from 1.4.0 to 1.6.0
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-24 01:15:40 +00:00
Tilghman Lesher
6232bf8be5
Merged revisions 118053 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r118053 | tilghman | 2008-05-23 08:00:10 -0500 (Fri, 23 May 2008) | 11 lines
Merged revisions 118052 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r118052 | tilghman | 2008-05-23 07:59:16 -0500 (Fri, 23 May 2008) | 3 lines
Add information on using the Asterisk console, including tab command line
completion. (Closes issue #12681 )
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@118054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-05-23 13:00:48 +00:00
Tilghman Lesher
8479b5c666
Merged revisions 114202 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r114202 | tilghman | 2008-04-17 10:12:52 -0500 (Thu, 17 Apr 2008) | 2 lines
fileio.h does not exist; io.h does, though.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114203 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-04-17 15:17:20 +00:00
Russell Bryant
1769846227
Merged revisions 111908-111909 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r111908 | russell | 2008-03-28 17:45:43 -0500 (Fri, 28 Mar 2008) | 3 lines
Note a minor race condition that I noticed while reviewing Jeff's changes
to this code.
........
r111909 | russell | 2008-03-28 17:50:46 -0500 (Fri, 28 Mar 2008) | 3 lines
Make some notes about common usage of pbx_builtin_getvar_helper() that is not
thread-safe.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-28 22:52:02 +00:00
Tilghman Lesher
3d35d8702d
Merged revisions 111606 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r111606 | tilghman | 2008-03-28 09:37:28 -0500 (Fri, 28 Mar 2008) | 11 lines
Merged revisions 111605 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r111605 | tilghman | 2008-03-28 09:35:45 -0500 (Fri, 28 Mar 2008) | 3 lines
Update debugging text, since Valgrind eliminated the --log-file-exactly option.
(Closes issue #12320 )
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@111607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-28 14:38:18 +00:00
Donny Kavanagh
ea128d010a
Merged revisions 110911 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r110911 | juggie | 2008-03-26 13:24:54 -0400 (Wed, 26 Mar 2008) | 8 lines
update documentation to reflect the changes in the way configure detects net-snmp.
(closes issue #12067 )
Reported by: juggie
Patches:
12067_snmp_doc.patch uploaded by juggie (license 24)
Tested by: juggie
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@110959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-26 17:35:25 +00:00
Jason Parker
007b33e9c6
Merged revisions 107827 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
................
r107827 | qwell | 2008-03-11 18:38:00 -0500 (Tue, 11 Mar 2008) | 15 lines
Merged revisions 107826 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r107826 | qwell | 2008-03-11 18:37:05 -0500 (Tue, 11 Mar 2008) | 7 lines
Update documentation for pgsql ODBC voicemail.
(closes issue #12186 )
Reported by: jsmith
Patches:
vm_pgsql_doc_update.patch uploaded by jsmith (license 15)
........
................
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@107828 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-11 23:38:31 +00:00
Russell Bryant
9a6ac737ae
Merged revisions 106684 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r106684 | russell | 2008-03-07 10:31:48 -0600 (Fri, 07 Mar 2008) | 2 lines
fix example usage
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-07 16:32:13 +00:00
Russell Bryant
591f6c5012
Merged revisions 106518 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r106518 | russell | 2008-03-06 19:19:02 -0600 (Thu, 06 Mar 2008) | 1 line
minor text changes
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106520 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-07 01:19:22 +00:00
Russell Bryant
ef1ad01921
Merged revisions 106507 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r106507 | russell | 2008-03-06 19:15:36 -0600 (Thu, 06 Mar 2008) | 2 lines
Add updated SMDI documentation that I had only sitting in my email ... oops
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-07 01:15:50 +00:00
Russell Bryant
a3a7672808
Merged revisions 106186 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/trunk
........
r106186 | mvanbaak | 2008-03-05 15:19:06 -0600 (Wed, 05 Mar 2008) | 7 lines
document var_metric usage to prevent bugreports that are actually configuration issues
(closes issue #12151 )
Reported by: caio1982
Patches:
DB_metric3.diff uploaded by caio1982 (license 22)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-03-06 00:20:35 +00:00
Russell Bryant
0e3ef53ddd
note that the chan_sip conversion is already in progress
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104473 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-27 04:42:59 +00:00
Russell Bryant
4314170e73
add another janitor project
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-27 04:33:30 +00:00
Russell Bryant
cf78b1c81d
Add the stuff from the janitor projects page that is still relevant. I figure
...
that if we keep this in the tree, it will be much easier to keep up to date.
The page on asterisk.org just links to this on svn.digium.com/view
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-27 04:14:54 +00:00
Jason Parker
e5ce766eed
Create placeholder file...for now.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104418 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-27 03:52:18 +00:00
Tilghman Lesher
a616346c6d
1) Make braces mandatory for if/for/while, even around single statements.
...
2) Revise the argument parsing section, showing use of the standard macros.
3) Fix a typo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-26 18:40:26 +00:00
Brett Bryant
55aaa80d15
Adding more tls configuration details to sip.conf sample, with a list of valid ciphers provided in both files. .. First commit since July, woot
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-25 19:00:16 +00:00
Tilghman Lesher
f92a3e119e
Move Originate to a separate privilege and require the additional System privilege to call out to a subshell.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-22 22:55:35 +00:00
Mark Michelson
6923be5f30
Merged revisions 103722 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r103722 | mmichelson | 2008-02-15 11:26:37 -0600 (Fri, 15 Feb 2008) | 8 lines
Final round of changes for configure script logic for IMAP
Now if a directory is specified, then we will search that directory for
a source installation of the IMAP toolkit. If none is found, then we will
use that directory as the basis for detecting a package installation of
the IMAP c-client. If that check fails, then configure will fail.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103725 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-15 17:32:43 +00:00