aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and ↵murf1-0/+46
allowing users to declare local variables. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70461 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-19These changes were submitted via bug 6683, to allow CID detection in India, ↵murf1-0/+75
with carriers that do Polarity/DTMF CID signalling. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@70001 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-12update the dump of application docsrussell1-104/+72
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68973 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-08Add support for retrieving the number of channels that are currently bridgedrussell1-1/+11
via SNMP. (closes issue #9637, initial patch from jeffg, modified by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68507 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-07AEL in trunk now uses GOSUB so we have to update the queues with callback ↵file1-34/+38
members example. (issue #9813 reported by Mike Anikienko) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68138 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-05add a note about inline commentsrussell1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67273 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Merged revisions 66821 via svnmerge from tilghman1-4/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r66821 | tilghman | 2007-05-31 18:03:28 -0500 (Thu, 31 May 2007) | 2 lines Issue 9850 - update preferred command line syntax ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66822 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-29Merged revisions 66398 via svnmerge from file1-9/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r66398 | file | 2007-05-29 11:43:16 -0400 (Tue, 29 May 2007) | 2 lines Update datastores documentation. (issue #9801 reported by mnicholson) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66399 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-24add a note about using the intenal API for creating detached threadsrussell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65991 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Fix some syntax errors.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63946 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-04a small upgrade to the coding standard, and an update to the code that ↵murf1-5/+13
triggered the upgrade. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63048 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-02For some reason when I merged 802.1p support, the new documentation file wasrussell1-2/+40
not properly added. Thanks to IgorG for pointing it out! :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62671 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUTrussell1-4/+7
entries in the queue log. (issue #7561, reported and originally patched by fkasumovic, patch slightly modified and updated to trunk by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62462 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-2/+2
file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62457 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-28Update the DUNDi section of the documentation with example usage of DUNDIQUERYrussell2-352/+252
and DUNDIRESULT. Also, update the automatically generated application docs. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62268 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11clarified 'minmemfree' description in doc/asterisk-conf.texdhubbard1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61599 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-11fixed the '-e' command line option for minmemfree. updated ↵dhubbard1-0/+3
doc/asterisk-conf.tex git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61597 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-03Add support for RTP packetization in chan_jingle and chan_gtalk.russell1-0/+2
(issue #9416, phsultan) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60011 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-23Update modules.txt to new loader. (issue #9358 reported by eliel)file1-12/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59191 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-16Merged revisions 58946 via svnmerge from tilghman1-0/+87
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58946 | tilghman | 2007-03-15 18:52:48 -0500 (Thu, 15 Mar 2007) | 2 lines Refashion dump command to match common syntax and update the resulting appdocs TeX file ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58950 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Merged revisions 58941 via svnmerge from russell1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58941 | russell | 2007-03-15 18:24:09 -0500 (Thu, 15 Mar 2007) | 1 line add a link to the rubber homepage ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58942 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Merged revisions 58937 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58937 | russell | 2007-03-15 17:51:29 -0500 (Thu, 15 Mar 2007) | 2 lines Add Asterisk version information to the generated PDF ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58938 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-15Merged revisions 58931 via svnmerge from russell52-2663/+5211
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58931 | russell | 2007-03-15 17:25:12 -0500 (Thu, 15 Mar 2007) | 13 lines Merge changes from svn/asterisk/team/russell/LaTeX_docs. * Convert most of the doc directory into a single LaTeX formatted document so that we can generate a PDF, HTML, or other formats from this information. * Add a CLI command to dump the application documentation into LaTeX format which will only be include if the configure script is run with --enable-dev-mode. * The PDF turned out to be close to 1 MB, so it is not included. However, you can simply run "make asterisk.pdf" to generate it yourself. We may include it in release tarballs or have automatically generated ones on the web site, but that has yet to be decided. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58932 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Merged revisions 58902 via svnmerge from russell2-30/+69
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58902 | russell | 2007-03-14 12:04:38 -0500 (Wed, 14 Mar 2007) | 2 lines Add a more basic example setup to the examples section ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58904 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-14Merged revisions 58897 via svnmerge from russell1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r58897 | russell | 2007-03-14 11:40:22 -0500 (Wed, 14 Mar 2007) | 11 lines Merged revisions 58896 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r58896 | russell | 2007-03-14 11:38:48 -0500 (Wed, 14 Mar 2007) | 3 lines Add a note to the security file that the Asterisk CLI and log files may contain sensitive information, and that people should keep this in mind. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58898 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+117
* Add new module, cdr_sqlite3_custom which allows logging custom CDRs into a SQLite3 database. (issue #7149, alerios) * Add new module, res_config_sqlite, which adds realtime database configuration support for SQLite version 2. I decided that this was ok since we didn't have any realtime support for version 3. If someone ports this to version 3, then version 2 support can be removed or marked deprecated. (issue #7790, rbarun_proformatique) * Mark cdr_sqlite as deprecated in favor of cdr_sqlite3_custom. Also, note that there were other modules on the bug tracker that did not make the cut because they provided some duplicated functionality. Those are: * cdr_sqlite3 (issue #6754, moy) * cdr_sqlite3 (issue #8694, bsd) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58866 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-10Merged revisions 58638 via svnmerge from russell3-225/+339
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58638 | russell | 2007-03-09 17:59:10 -0600 (Fri, 09 Mar 2007) | 8 lines Merge some updates to the SLA documentation. I plan to keep working on this to explain all of the expected behavior with call handling, configuration details for specific phones, and other things. However, I got tired of doing it in plain text, so I switched to using LaTeX. I have included the PDF version. I haven't been able to get a nice looking plain text version out of it yet, but I'm not terribly concerned since this is supposed to be more of the manual, while the plain text sample configuration file is the reference. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@58639 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-01Merged revisions 57364 via svnmerge from russell1-5/+137
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57364 | russell | 2007-03-01 17:42:53 -0600 (Thu, 01 Mar 2007) | 16 lines Merge changes from svn/asterisk/team/russell/sla_updates * Originally, I put in the documentation that only Zap interfaces would be supported on the trunk side. However, after a discussion with Qwell, we came up with a way to make IP trunks work as well, using some things already in Asterisk. So, here it is, this now officially supports IP trunks. * Update the SLA documentation to reflect how to setup IP trunks. * Add a section in sla.txt that describes how to set up an SLA system with voicemail. * Simplify the way DTMF passthrough is handled in MeetMe. * Fix a bug that exposed itself when using a Local channel on the trunk side in SLA. The station's channel needs to be passed to the dial API when dialing the trunk. * Change a WARNING message to DEBUG in channel.h. This message is of no use to users. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57365 f38db490-d61c-443f-a65b-d21fe96a405b
2007-03-011. Corrected a typo for www.etsi.org. Thank Patrick.transnexus1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57259 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28Merged revisions 57207 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r57207 | russell | 2007-02-28 17:01:52 -0600 (Wed, 28 Feb 2007) | 2 lines minor tweaks to the sla docs ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@57209 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merged revisions 56277 via svnmerge from russell1-11/+11
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r56277 | russell | 2007-02-22 17:08:36 -0600 (Thu, 22 Feb 2007) | 18 lines Merge changes from team/russell/sla_updates. This batch of changes to the SLA code does a few different things. * I made the SLA code event driven instead of having to act in a lot of busy loops while dialing things to wait for state changes. This makes the code more efficient and readable at the same time. * I have implemented a couple of new features. The first is inbound trunk ringing timeouts. This is an option that defines how long to let an incoming call on a trunk to ring. * I have also implemented ring timeouts for stations. They may be specified for the entire station, meaning it is how long to let the station ring before giving up. You can also specify a ring timeout for a specific trunk on a station. So, you can say that you only want a specific station to ring 5 seconds if it is line1 ringing, but otherwise, there is no timeout. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56278 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Update OSP documention for v1.6.transnexus1-753/+696
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@56156 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-15Issue #7443 - amdtech - Optionally SIP registrations in another oej1-0/+3
realtime family. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54574 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-10Merged revisions 53810 via svnmerge from russell1-0/+93
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53810 | russell | 2007-02-09 18:35:09 -0600 (Fri, 09 Feb 2007) | 24 lines Merge team/russell/sla_rewrite This is a completely new implementation of the SLA functionality introduced in Asterisk 1.4. It is now functional and ready for testing. However, I will be adding some additional features over the next week, as well. For information on how to set this up, see configs/sla.conf.sample and doc/sla.txt. In addition to the changes in app_meetme.c for the SLA implementation itself, this merge brings in various other changes: chan_sip: - Add the ability to indicate HOLD state in NOTIFY messages. - Queue HOLD and UNHOLD control frames even if the channel is not bridged to another channel. linkedlists.h: - Add support for rwlock based linked lists. dial.c: - Add the ability to run ast_dial_start() without a reference channel to inherit information from. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53817 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-09Merged revisions 53715 via svnmerge from kpfleming1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53715 | kpfleming | 2007-02-09 10:42:22 -0600 (Fri, 09 Feb 2007) | 2 lines clarify the fact that voicemail IMAP storage cannot be built against a distro's binary c-client library package (at least not at this time) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53716 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-02Update with info about SIP channels and queuesoej1-0/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53127 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-02Adding a template for documentation on call queues. Please help us addoej1-0/+20
to this! Thanks /OEJ and BJ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53126 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Merged revisions 52999 via svnmerge from russell1-0/+46
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r52999 | russell | 2007-01-30 17:30:34 -0600 (Tue, 30 Jan 2007) | 2 lines Add documentation for using cdr_pgsql. (issue #8942, lters) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53000 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-23Make 'H' command do as advertised and add 'E' and 'V' commands to ↵file1-0/+8
ExternalIVR. (issue #8165 reported by mnicholson) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51592 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51165 via svnmerge from qwell1-11/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r51165 | qwell | 2007-01-16 16:07:53 -0600 (Tue, 16 Jan 2007) | 2 lines change documentation to reflect new procedure in 1.4/trunk ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51166 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51162 via svnmerge from tilghman1-0/+436
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r51162 | tilghman | 2007-01-16 15:51:15 -0600 (Tue, 16 Jan 2007) | 10 lines Merged revisions 51161 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r51161 | tilghman | 2007-01-16 15:50:04 -0600 (Tue, 16 Jan 2007) | 2 lines Add documentation walkthrough on getting Postgres to work with voicemail (from Issue 8513) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51163 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-041. Update osp guide.transnexus1-321/+662
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49507 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-03Merged revisions 49313 via svnmerge from crichter1-0/+10
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r49313 | crichter | 2007-01-03 10:06:50 +0100 (Mi, 03 Jan 2007) | 41 lines Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48319 | crichter | 2006-12-06 15:35:25 +0100 (Mi, 06 Dez 2006) | 1 line changed a few debugs to higher debug levels ........ r48321 | crichter | 2006-12-06 16:48:45 +0100 (Mi, 06 Dez 2006) | 1 line added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcate wether the extension is already completely dialed or if there might come additional digits by information elements. also added some docs for that. ........ r48467 | crichter | 2006-12-14 14:03:49 +0100 (Do, 14 Dez 2006) | 1 line removed FIXUP state. added check for channel allocation conflict when we create a setup while the other site creates a setup on the same channel, besides the check we resolve this conflict. ........ r48552 | crichter | 2006-12-18 11:19:39 +0100 (Mo, 18 Dez 2006) | 1 line when our PTP Partner sends us a SETUP with a preselected channel we just accept it, even when we're NT. added some checks for segfaults. ........ r48576 | crichter | 2006-12-19 14:08:51 +0100 (Di, 19 Dez 2006) | 1 line when we reject a channel, because it's in use already, we shouldn't process the setup anymore. made the channel allocation a bit easier and more understandable, removed a few unused lines ........ r49135 | crichter | 2007-01-02 11:07:22 +0100 (Di, 02 Jan 2007) | 1 line added check for channel ranges in the set/empty channel functions. set pmp_l1_check default to no. added misdn restart pid cli command. added cleaning of channel when we send a RELEASE_COMPLETE. ........ r49303 | crichter | 2007-01-03 09:24:00 +0100 (Mi, 03 Jan 2007) | 9 lines * Added check for bridging in misdn_call to avoid setting echocancellation when 2 mISDN channels are involved and when bridging is set. That lead to a kernel panic before under different situations, because we switched about 2 times between hardware bridging and echocancelation * readded MISDN_URATE variable which got lost before, this should make app_v110 work again * fixed typo ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49321 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-27make the 'languageprefix' option default to on, and deprecate turning it offkpfleming1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-19Merged revisions 48592 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48592 | file | 2006-12-19 17:00:57 -0500 (Tue, 19 Dec 2006) | 2 lines find is not the same as bind when it comes to documentation. (issue #8626 reported by johann8384) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48593 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Merged revisions 48228 via svnmerge from qwell1-2/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48228 | qwell | 2006-12-04 11:43:24 -0600 (Mon, 04 Dec 2006) | 4 lines Attempt to document some of the dependencies that are needed for net-snmp Issue 8499 - initial patch by blitzrage. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48229 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Add information on status eventsoej1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48136 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-23Document new configuration option.oej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47957 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-19Added a few words of explanation about macrosmurf1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47835 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Merged revisions 47777 via svnmerge from kpfleming1-25/+10
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r47777 | kpfleming | 2006-11-16 17:00:10 -0600 (Thu, 16 Nov 2006) | 12 lines update documentation regarding IAX2 transfers and CDRs Merged revisions 47776 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47776 | kpfleming | 2006-11-16 16:57:31 -0600 (Thu, 16 Nov 2006) | 2 lines update clearly wrong documentation regarding cdr_custom ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47778 f38db490-d61c-443f-a65b-d21fe96a405b