aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24Allows manager command to see if IAX link is trunked and encrypted. Displays ↵dvossel1-0/+6
what kind of encryption is enabled as well. Manager command "iaxpeers" now shows if a link is trunked and encrypted. Instead of encryption saying simply "yes" or "no", it now displays what type of encryption is enabled and if keyrotation is on or not. (closes issue #14427) Reported by: snuffy Patches: iax_show_trunks.diff uploaded by snuffy (license 35) 2009022200_iax2_show_trunkencryption.diff.txt uploaded by mvanbaak (license 7) Tested by: mvanbaak, dvossel, snuffy Review: http://reviewboard.digium.com/r/173/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@178300 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-22Add a couple of manager commands to chan_skinnymvanbaak1-0/+28
Added: SKINNYdevices SKINNYshowdevice SKINNYlines SKINNYshowline (closes issue #14521) Reported by: mvanbaak Review: http://reviewboard.digium.com/r/170/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@177988 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-19Document how to use database transactionstilghman1-0/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@177506 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-16Merged revisions 175921 via svnmerge from mvanbaak1-1/+1
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: http://svn.digium.com/svn/asterisk/trunk@175952 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-13Merge queue-reset branch to Asteriskmmichelson1-0/+17
From a user point-of-view, this adds new CLI commands and Manager Actions to better facilitate the reloading of queues and the resetting of their statistics. The new CLI commands are the "queue reload" and "queue reset stats" commands. The new manager actions are the QueueReload and QueueReset commands. Review: http://reviewboard.digium.com/r/115 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175663 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-13Add manager events for chanspy starting or stoppingmmichelson1-0/+15
(closes issue #14469) Reported by: caio1982 Patches: chanspy_events2.diff uploaded by caio1982 (license 22) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@175655 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-23Fix asterisk.pdf generation if branch name has an underscore in it.rmudgett1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@170794 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-23Don't blow up if a branch name has an underscore in itrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@170790 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-21remove duplicated sentence.mvanbaak1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@169793 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-31Mostly just whitespace, but also convert 'CVS' to 'SVN' in a coupleseanbright1-38/+37
places and fix a few typos I found in the CODING_GUIDELINES. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@167061 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-17argsep is used as an attribute for an argument, as wellrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165145 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-16Add timezone to the possible fields in a timespec.tilghman1-0/+6
(closes issue #14028) Reported by: mostyn Patches: timezone-v2.patch uploaded by mostyn (license 398) (with additional code guideline fixes and a memory leak fix by me - license 14) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@164976 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-16Use tables instead of ASCII art. Also change a bit of minor formatting.seanbright1-23/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@164565 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-14Use a \picture instead of ASCII art.seanbright1-12/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@164137 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-13This shouldn't have gotten commited. We might want to generate this into a ↵seanbright1-1/+1
separate file instead of the version controlled one. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@163952 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-13Use actual tables instead of ASCII art ones.seanbright2-37/+46
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@163951 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-11Fix some of the grammar issues in doc/tex/qos.tex.seanbright1-26/+26
(closes issue #14049) Reported by: kshumard Patches: doc.tex.qos.tex.patch uploaded by kshumard (license 92) (Slight modifications by seanbright) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@163037 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-10Merged revisions 162659 via svnmerge from mmichelson1-1/+1
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: http://svn.digium.com/svn/asterisk/trunk@162667 f38db490-d61c-443f-a65b-d21fe96a405b
2008-12-10Finish conversion to using ARRAY_LEN and remove it as a janitor project.file1-8/+0
(closes issue #14032) Reported by: bkruse Patches: 14032.patch uploaded by bkruse (license 132) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@162542 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-13Introduce XML documentation for:eliel1-0/+1
- MeetMe() - MeetMeCount() - MeetMeChannelAdmin() - MeetMeAdmin() - SLAStation() - SLATrunk() - Add an attribute to optionlist 'hasparams' with the same functionality as the one we have in <parameter> and <argument> (the DTD was updated) - Fix a leak when getting an attribute while parsing an <optionlist>. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@156575 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-12- Add 'database del', 'database put' and 'set music' AGI commands XML ↵eliel1-1/+1
documentation. - Add to the DTD the possibility to put a parameter inside an <enum>. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@156087 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-12Implement AGI XML documentation parsing functions.eliel1-11/+16
A new <agi> element is used to describe the XML documentation. We have the usual synopsis,syntax,description and seealso for AGI commands. The CLI 'agi show commands' command was changed to show all the documentation se ctions. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@156051 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-10Merged revisions 155803 via svnmerge from tilghman1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ 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: http://svn.digium.com/svn/asterisk/trunk@155804 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-05We now can have a reference to a filename inside a <see-also> tag.eliel1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@154617 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-01Merge changes from team/group/appdocsxmlrussell2-0/+67
This commit introduces the first phase of an effort to manage documentation of the interfaces in Asterisk in an XML format. Currently, a new format is available for applications and dialplan functions. A good number of conversions to the new format are also included. For more information, see the following message to asterisk-dev: http://lists.digium.com/pipermail/asterisk-dev/2008-October/034968.html git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153365 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-23Adding a small new feature. oej1-0/+1
Setting _SIPFROMDOMAIN in a channel will set the domain we use for the URI in the outbound call leg. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@151739 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-18 The QueueEntry event now has the uniqueid of the channel included.bweschke1-0/+2
(closes issue #13731) reported and patched by: caio1982 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@150773 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-17Add an IAXregistry manager command. See doc/manager_1_1.txtmmichelson1-0/+6
for more details of this command. (closes issue #13326) Reported by: ib2 Patches: bug13326_trunk_20080822.diff uploaded by snuffy (license 35) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@150311 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-14Add missing documentation for SipShowRegistry action and RegistryEntry event.lmadsen1-0/+22
(closes issue #13342) Reported and patch by: Laureano git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149040 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-09(closes issue #13557)murf1-0/+6
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: http://svn.digium.com/svn/asterisk/trunk@147807 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-30* Miscellaneous formatting changes to make v1.4 and trunkrmudgett1-6/+6
more merge compatible in the mISDN area. channels/chan_misdn.c * Eliminated redundant code in cb_events() EVENT_SETUP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@145200 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-21fix privacymanager example so it shows how to use themvanbaak1-1/+3
PRIVACYMRGSTATUS variable git-svn-id: http://svn.digium.com/svn/asterisk/trunk@143843 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-21document the new context argument for privacymanagermvanbaak1-0/+6
so people can do pattern matching on the input git-svn-id: http://svn.digium.com/svn/asterisk/trunk@143840 f38db490-d61c-443f-a65b-d21fe96a405b
2008-09-21fix privacy documentation. We no longer do priority jumping +101mvanbaak1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@143837 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-25Optional light colored background, for those who use black on white terminals.tilghman1-0/+4
(closes issue #13306) Reported by: Corydon76 Patches: 20080814__bug13306__3.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76, pkempgen git-svn-id: http://svn.digium.com/svn/asterisk/trunk@139981 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-25Realtime capabilities for the Find-Me-Follow-Me application.tilghman1-0/+32
(closes issue #13295) Reported by: Corydon76 Patches: 20080813__followme_realtime_enabled.diff.txt uploaded by Corydon76 (license 14) Tested by: dferrer git-svn-id: http://svn.digium.com/svn/asterisk/trunk@139775 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-18channels/chan_misdn.crmudgett1-46/+56
* Made bearer2str() use allowed_bearers_array[] * Made use the causes.h defines instead of hardcoded numbers. * Made use Asterisk presentation indicator values if either of the mISDN presentation or screen options are negative. * Updated the misdn_set_opt application option descriptions. * Renamed the awkward Caller ID presentation misdn_set_opt application option value not_screened to restricted. Deprecated the not_screened option value. channels/misdn/isdn_lib.c * Made use the causes.h defines instead of hardcoded numbers. * Fixed some spelling errors and typos. * Added all defined facility code strings to fac2str(). channels/misdn/isdn_lib.h * Added doxygen comments to struct misdn_bchannel. channels/misdn/isdn_lib_intern.h * Added doxygen comments to struct misdn_stack. channels/misdn_config.c configs/misdn.conf.sample * Updated the mISDN presentation and screen parameter descriptions. doc/tex/misdn.tex * Updated the misdn_set_opt application option descriptions. * Fixed some spelling errors and typos. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138738 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-14Fix a bashism that causes an error when trying to build the pdf on ubunturussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@137987 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-13Merged revisions 137405 via svnmerge from seanbright1-1/+2
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: http://svn.digium.com/svn/asterisk/trunk@137406 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-12Grammar hax from Qwellrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@137301 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-12Note that developer documentation belongs in doxygen, and not integrated withrussell1-10/+3
the user manual stuff in doc/tex/. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@137299 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-03Merge in changes that allow Asterisk to be built against the Hoardseanbright1-0/+38
memory allocator. See doc/hoard.txt for more details. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@135405 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-31Fix some tex errorsrussell2-2/+2
(closes issue #13211) Reported by: eliel Patches: fixtexerrors.patch uploaded by eliel (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134803 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-30Add %u and %g to the ASTERISK_PROMPT settings, for username and group,tilghman1-3/+3
respectively. Also, take the opportunity to clean up the CLI prompt generation code. (closes issue #13175) Reported by: eliel Patches: cliprompt.patch uploaded by eliel (license 64) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134353 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-28remove remaining Zaptel references in various placeskpfleming2-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134086 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-25Hebrew syntax for voicemail promptstilghman1-0/+0
(closes issue #13155) Reported by: greenfieldtech Patches: app_voicemail.c.patch uploaded by greenfieldtech (license 369) hebrew.ods uploaded by greenfieldtech (license 369) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@133904 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-22Merged revisions 132645 via svnmerge from oej1-0/+126
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: http://svn.digium.com/svn/asterisk/trunk@132703 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-13Make all sed calls Posix sed compatible.mvanbaak1-2/+4
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: http://svn.digium.com/svn/asterisk/trunk@130578 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-13restore ASTERISKVERSION marker to asterisk.tex.mvanbaak1-1/+1
This got lost in commit 97634 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@130479 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-11clean up a bunch more Zaptel-related referenceskpfleming1-17/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@130044 f38db490-d61c-443f-a65b-d21fe96a405b