Commit Graph

10 Commits

Author SHA1 Message Date
Kevin P. Fleming
1eedddf810 Merged revisions 212922 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r212922 | kpfleming | 2009-08-18 15:29:37 -0500 (Tue, 18 Aug 2009) | 6 lines
  
  Convert this branch to Opsound music-on-hold.
  
  For more details:
  http://blogs.digium.com/2009/08/18/asterisk-music-on-hold-changes/
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@212926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-18 20:30:39 +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
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
Terry Wilson
3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
based on configuration templates that use Asterisk dialplan function and
variable substitution.  It should be possible to create phone profiles and
templates that work for the majority of phones provisioned over http. It
is currently only intended to provision a single user account per phone.
An example profile and set of templates for Polycom phones is provided.
NOTE: Polycom firmware is not included, but should be placed in
AST_DATA_DIR/phoneprov/configs to match up with the included templates.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-01-09 21:37:26 +00:00
Russell Bryant
8b8a42e61c Many doc directory improvements, including:
- Added development section (backtrace.tex)
- Correct filesystem path formating
- Replace all "|" argument separator to ","
- Endless count of spaces at the end of line
- Using astlisting to make listings do not take so much place
- Take back ASTRISKVERSION on first page
- Make localchannel.tex readable by inserting extra end of lines

(closes issue #10962)
Reported by: IgorG
Patches: 
      texdoc-85177-1.patch uploaded by IgorG (license 20)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-10-12 15:50:29 +00:00
Russell Bryant
51e7035dfe Merge a big batch of documentation fixes for escaping, marking URLs, places
where verbatim text went off the end of the page on the PDF, and various
other improvements
(closes issue #10307, IgorG)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-26 14:49:51 +00:00
Tilghman Lesher
95bee48cde Fix escaping and some of the formattting (closes issue #10285)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-24 18:19:18 +00:00
Russell Bryant
d2a85e5f64 After some discussion on the asterisk-dev list, we determined that this approach
for extracting application, function, manager, and agi documentation is the wrong
one to take.  The most severe problem is that the output depends on which modules
are loaded as well as compile time options, which both determine which parts are
available.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72986 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-02 23:02:16 +00:00
Russell Bryant
df1a340774 * Move LaTeX docs into a tex/ subdirectory of the doc/ dir
* Add a Makefile in doc/tex/ for generating PDF and HTML
* Add a README.txt file to doc/tex/ to document which tools are used and what
  web sites to visit for getting them.
* Update build_tools/prep_tarball to put the proper Asterisk version string
  in the automatically generated PDF for release tarballs


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-02 22:27:46 +00:00