aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman1-0/+463
and puts all logic into the app, documentation provided now in osp.txt. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36406 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-27Inspired by issue 6742, but solved in a different way.oej2-4/+12
(Yes, I like the system name setting) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36177 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-21Add agent to video docsoej1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35366 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-3/+18
- fix callerid matching for extensions - fix nested switch statements - fix compilation with bison 2.1a or higher (issue #7309) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34665 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-16Update the RADIUS CDR module documentation (issue #7377 reported by phsultan)file1-6/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34491 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-09Add RTP QoS report variables to doc. Catch it in the "h" extension, store it ↵oej1-0/+2
in the CDR or in a database or... whatever you want to. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33375 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07remove the WITH_SMDI definerussell1-10/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30Tiny documentation fixfile1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30959 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-30move processing of 'languageprefix' option to proper section of config filekpfleming1-0/+4
document that option :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30934 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ↵file1-0/+139
reported by ezio - props to blitzrage for proof reading the documentation) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30299 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-25- add support for setting an AGISTATUS variable that indicates successfulrussell1-0/+1
execution, failure, or if the channel requested hangup. - only return -1 from the application if the application requested hangup. If there was just a failure in execution of the AGI, just set the status variable appropriately and move on in the dialplan. (issue #7121, original patch by Alessandro Polverini, updated patch by srt, committed patch is heavily modified to allow still returning -1 on hangup) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30272 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23Formatting, typosoej2-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22asterisk-xmpp merge inmogorman2-0/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell2-3/+199
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19Adding some documentation on Asterisk and video telephony. Thanks to the teamoej1-0/+45
on the asterisk-video mailing list for teaching me :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28555 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11- Use systemname for realm in sip, if we have no configuration for realmoej1-0/+1
- Optionally send systemname in manager (cool when you have a manager proxy) - Use systemname in CLI prompt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26884 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05Minor documentation change regarding authentication. (issue #6644)file1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24982 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-04 New manager action SendDTMF #6682 (squinky86)bweschke1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24776 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)bweschke1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Make sure that callers kicked from queue because of joinempty and ↵bweschke1-0/+8
leavewhenempty have an event logged with regard to the reason for their departure. #6559 (Corydon76) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24566 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by ↵bweschke1-2/+7
queue members. #7038 (alphaqueue) w/documentation mods added git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ↵bweschke1-0/+5
on bad queue members. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 Record bridge channel unique id in "CONNECT" queue_log entry and the ↵bweschke1-2/+5
corresponding manager event. #6522 (nording) w/ documentation additions where appropriate git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24293 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30add a command-line flag and option to force forking, even with -v or -dkpfleming1-0/+1
rename a flag to have the proper name git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23675 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25Bug 7032 - Remove deprecated use of ${CALLERIDNUM}tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22482 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25AEL is no longer considered experimental :)russell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22460 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now ↵kpfleming1-192/+1167
no longer considered experimental :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22273 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Fix the grammar that Kevin brokefile1-10/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19858 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-13Formatting fixesoej1-124/+173
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19703 f38db490-d61c-443f-a65b-d21fe96a405b