aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2007-03-011. Corrected a typo for www.etsi.org. Thank Patrick.transnexus1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57263 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-28minor tweaks to the sla docsrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@57207 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Merge changes from team/russell/sla_updates.russell1-11/+11
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/branches/1.4@56277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-22Update OSP documentation for v1.4.transnexus1-418/+376
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@56169 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-10Merge team/russell/sla_rewriterussell1-0/+93
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/branches/1.4@53810 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-09clarify the fact that voicemail IMAP storage cannot be built against a ↵kpfleming1-0/+6
distro's binary c-client library package (at least not at this time) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53715 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-30Add documentation for using cdr_pgsql. (issue #8942, lters)russell1-0/+46
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52999 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16change documentation to reflect new procedure in 1.4/trunkqwell1-11/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51165 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Merged revisions 51161 via svnmerge from tilghman1-0/+436
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/branches/1.4@51162 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-03Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from crichter1-0/+10
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/branches/1.4@49313 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-19find is not the same as bind when it comes to documentation. (issue #8626 ↵file1-1/+1
reported by johann8384) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48592 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Attempt to document some of the dependencies that are needed for net-snmpqwell1-2/+5
Issue 8499 - initial patch by blitzrage. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48228 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-30Explain status reports andoej1-0/+9
make codefreeze more happy :-) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48135 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16update documentation regarding IAX2 transfers and CDRskpfleming1-25/+10
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/branches/1.4@47777 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-26update backtrace documentation to reflect changes in 1.4 (issue #8230, kshumard)russell1-16/+20
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-24simplify and correct voicemail IMAP storage build instructionskpfleming1-20/+26
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46080 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-03updated res_jabber for even better component support, soon will be jep-0100 ↵mogorman1-1/+2
compliant. also removed chan_jingle and infromed info from jingle.txt, chan_gtalk still works and should be used in this version. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44240 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Typo fixpcadach1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44167 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26Issue #8015, patch by Dan Austin.qwell1-6/+6
Maximum values were incorrect, which is why this is being put in 1.4 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Add documentation on rtp packetization.qwell1-0/+73
Technically, ooh323 doesn't support it yet, but there is a patch that should be committed very soon. Issue #7989, patch by DEA, slightly modified. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-18seperate jingle and gtalk so it will be easier to trackmogorman1-1/+3
changes in both of the moving specs. Currently chan_gtalk is compatible with the latest gtalk/libjingle version, and chan_jingle needs a lot of work. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43185 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-14Revise documentation to state that mpg123 for music on hold is deprecated.tilghman1-13/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11More spelling fixes (issue 7930)tilghman21-42/+44
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42735 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11fix minor typo in coding guidelinesrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-06This one's for you, mogqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42154 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-30update docsoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41456 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-24Documentation updates (thanks Shaun for the speechrec.txt one!)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40968 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-23Add a lasting legacy from 1082... a Macro to do a pre acknowledgement ↵file1-1/+21
message with option to reject. Thanks to patbaker82 for this. (issue #1082 reported by damin) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40955 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming2-0/+557
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-18Updated this as per wishes of Kevin Fleming. Needs review. Any ↵murf1-0/+101
mistakes/misconceptions/glaring errors? git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40360 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17updating configure script and putting comments in the docsmogorman1-5/+5
in english. yay! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40337 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17changes to configure to support older c-client than themogorman1-1/+3
2004 version. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40335 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17rename to more clearly state what this file shows how to dokpfleming1-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40257 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17typokpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40256 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17fix a little typo in the config file namerussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40255 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-17add Steve Murphy's guide on setting up call queues using dynamic queue members,russell1-0/+403
including examples in AEL. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16fixed imap bug and updated syntax.mogorman1-7/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40107 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-16Remove the old ODBC_STORAGE and make EXTENDED_ODBC_STORAGE the one to use. ↵file1-5/+2
This means that if you're using this and upgrade to the revision where this was committed, you will need to update your table to the schema provided in doc/odbcstorage.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40033 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-15SMDI documentation fix (issue #7732 reported by mnicholson)file1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39776 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14add the doc file about the MacroExclusive app (issue #7366, Steve Davies)russell1-0/+78
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39683 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-14When taking a substring and a negative length is provided, instead of justrussell1-2/+6
ignoring it, allow this to mean that we want that many characters off of the end of the string so that ${EXTEN:0:$[${LEN(${EXTEN}) - 1]} can become ${EXTEN:0:-1}. (issue #7586, Corydon) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39659 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-08support for imap in app_voicemail as well as some mogorman1-0/+190
credits fixed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39404 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-03Update documentation on realtime; add a workaround for lack of realtime ↵tilghman1-2/+9
hints by using func_odbc git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38823 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-03Update statement on FreeTDS with realtime, due to revisions in res_odbctilghman1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38785 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-28As discussed and decided on the asterisk-dev mailing list ...russell1-1/+1
- Fix some breakage I introduced a while ago that made the timestamps option not functional for CLI verbose output. - Remove the use of the timestamps option for log output, since it was not functional. - clarify text referring to the timestamps option so that it is clear that it only applies to CLI verbose output git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38439 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-23update to mention svn instead of cvsrussell1-8/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38089 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-18Expand speech API so that the developer can interact with the engine more ↵file1-0/+4
directly and use specific functions of the connector even if a generic API call is not available git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37881 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Merged revisions 37516 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37516 | tilghman | 2006-07-13 10:45:33 -0500 (Thu, 13 Jul 2006) | 2 lines Bug 7532 - Typo in enum example ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37517 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10removed mqueue branch reference, because mqueue is head now.crichter1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37355 f38db490-d61c-443f-a65b-d21fe96a405b