Commit Graph

427 Commits (d192aa7ccaca2ac85fb1be79e58a0c5a294ecbe7)

Author SHA1 Message Date
Russell Bryant a06218ee6d Added the S() and L() options to the MeetMe application. These are pretty
18 years ago
Russell Bryant 267683eb19 Merge the code from asterisk/team/group/chan_unistim:
18 years ago
Russell Bryant dffa53f718 Fix replacing the version number when it has a '/' in it, like
18 years ago
Tilghman Lesher 49631e20a4 Merged revisions 88116 via svnmerge from
18 years ago
Jason Parker ed690fc348 Switch dundi to new tos config format.
18 years ago
Russell Bryant 1668548ced add TOUCH_MONITOR_PREF to the channel var docs
18 years ago
Russell Bryant 4765cf4553 Another major doc directory update from IgorG. This patch includes
18 years ago
Russell Bryant 8af0a88c90 When merging the last documentation update, I forgot to "svn add" a file.
18 years ago
Matthew Fredrickson 24e2567e2d Trying to finish the last of the charge_number patch up #10916
18 years ago
Tilghman Lesher 8bbd267dff Merged revisions 85523 via svnmerge from
18 years ago
Russell Bryant 8b8a42e61c Many doc directory improvements, including:
18 years ago
Russell Bryant 46b9ca721b Add jitterbuffer support for chan_local. To enable it, you use the 'j' option
18 years ago
Tilghman Lesher c2f7cc4bd4 Create a universal exception handling extension, "e" (closes issue #9785)
18 years ago
Matthew Fredrickson 39e0e9c831 Fix typo in readme
18 years ago
Matthew Fredrickson 996ad72669 Fix potential point of confusion
18 years ago
Matthew Fredrickson 3f6e33c41a Add an SS7 readme for setup and use of libss7 and asterisk
18 years ago
Jason Parker c11e64c727 Fix a trivial typo, to test our new commit bot
18 years ago
Russell Bryant 3dc9e8f38a Add support for #include, var_metric, and cat_metric in res_config_sqlite
18 years ago
Mark Michelson e14ac6f380 Merged revisions 82376 via svnmerge from
18 years ago
Russell Bryant 1282de797d Various code and documentation cleanups for res_config_sqlite
18 years ago
Russell Bryant 43e9b0f67c (closes issue #7852)
18 years ago
Russell Bryant c50975fd06 Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again
18 years ago
Jason Parker 082322685f Merged revisions 78646 via svnmerge from
18 years ago
Jason Parker 1bf5335f00 Add the Ring time in the CONNECT on the queue_log and on the Manager event AgentConnect
18 years ago
Kevin P. Fleming d0a4fac1b3 Merged revisions 77424,77429 via svnmerge from
18 years ago
Russell Bryant 51e7035dfe Merge a big batch of documentation fixes for escaping, marking URLs, places
18 years ago
Tilghman Lesher 95bee48cde Fix escaping and some of the formattting (closes issue #10285)
18 years ago
Steve Murphy 6a4efe5d5a In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
18 years ago
Russell Bryant d2a85e5f64 After some discussion on the asterisk-dev list, we determined that this approach
18 years ago
Russell Bryant df1a340774 * Move LaTeX docs into a tex/ subdirectory of the doc/ dir
18 years ago
Russell Bryant 8d99a2004b Fix up the AGI doc dump CLI command and update the AGI commands tex file to not
18 years ago
Russell Bryant 4070baa1e6 Add CLI commands to the docs
18 years ago
Russell Bryant f6e3c1250c Add AGI commands to the documentation
18 years ago
Russell Bryant 8b6925b2b1 Update the documentation to include a manager action reference
18 years ago
Russell Bryant e7cf09b938 update documentation to include dialplan functions
18 years ago
Russell Bryant ee45b352e7 update application documentation dump
18 years ago
Russell Bryant ab56fcce5c Allow compilation off app_voicemail with IMAP_STORAE against a system installed
18 years ago
Russell Bryant 65a9e8fbe9 Merged revisions 71519 via svnmerge from
18 years ago
Steve Murphy c1bb0fc34b This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables.
18 years ago
Steve Murphy c6ed12405f These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling.
18 years ago
Russell Bryant 50aaffa97f update the dump of application docs
18 years ago
Russell Bryant 3b9a36109f Add support for retrieving the number of channels that are currently bridged
18 years ago
Joshua Colp 4b0494f389 AEL in trunk now uses GOSUB so we have to update the queues with callback members example. (issue #9813 reported by Mike Anikienko)
18 years ago
Russell Bryant bcd0bf437a add a note about inline comments
18 years ago
Tilghman Lesher 825315f272 Merged revisions 66821 via svnmerge from
18 years ago
Joshua Colp 23c6b239d6 Merged revisions 66398 via svnmerge from
18 years ago
Russell Bryant a45cf4d0fb add a note about using the intenal API for creating detached threads
18 years ago
Russell Bryant a795ea58fb Fix some syntax errors.
18 years ago
Steve Murphy 02337303ef a small upgrade to the coding standard, and an update to the code that triggered the upgrade.
18 years ago
Russell Bryant 65ac2341c0 For some reason when I merged 802.1p support, the new documentation file was
18 years ago
Russell Bryant 683417407e This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUT
18 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
18 years ago
Russell Bryant 503b75f885 Update the DUNDi section of the documentation with example usage of DUNDIQUERY
18 years ago
Dwayne M. Hubbard cc2aa89fa9 clarified 'minmemfree' description in doc/asterisk-conf.tex
18 years ago
Dwayne M. Hubbard 9fc6cf1ac3 fixed the '-e' command line option for minmemfree. updated doc/asterisk-conf.tex
18 years ago
Russell Bryant b2ddaaf033 Add support for RTP packetization in chan_jingle and chan_gtalk.
18 years ago
Joshua Colp 518ff7941e Update modules.txt to new loader. (issue #9358 reported by eliel)
18 years ago
Tilghman Lesher 433a7a721c Merged revisions 58946 via svnmerge from
18 years ago
Russell Bryant 5ecd1f40b3 Merged revisions 58941 via svnmerge from
18 years ago
Russell Bryant 70db92a6f8 Merged revisions 58937 via svnmerge from
18 years ago
Russell Bryant 1cf3a12047 Merged revisions 58931 via svnmerge from
18 years ago
Russell Bryant 57ffe3cee2 Merged revisions 58902 via svnmerge from
18 years ago
Russell Bryant d74caa4fe8 Merged revisions 58897 via svnmerge from
18 years ago
Russell Bryant 5bea998a55 Merge changes from team/russell/sqlite:
18 years ago
Russell Bryant f7dc36927d Merged revisions 58638 via svnmerge from
18 years ago
Russell Bryant 3d6e6e07ef Merged revisions 57364 via svnmerge from
19 years ago
TransNexus OSP Development 1c2da14cd4 1. Corrected a typo for www.etsi.org. Thank Patrick.
19 years ago
Russell Bryant ae8c0f3fcb Merged revisions 57207 via svnmerge from
19 years ago
Russell Bryant 9138e53bc9 Merged revisions 56277 via svnmerge from
19 years ago
TransNexus OSP Development 9a8eca7c11 Update OSP documention for v1.6.
19 years ago
Olle Johansson 1f52d1cc81 Issue #7443 - amdtech - Optionally SIP registrations in another
19 years ago
Russell Bryant 5715b49c30 Merged revisions 53810 via svnmerge from
19 years ago
Kevin P. Fleming 119d6d5a64 Merged revisions 53715 via svnmerge from
19 years ago
Olle Johansson a29a9d9564 Update with info about SIP channels and queues
19 years ago
Olle Johansson 0205c27767 Adding a template for documentation on call queues. Please help us add
19 years ago
Russell Bryant 60e7d662d1 Merged revisions 52999 via svnmerge from
19 years ago
Joshua Colp 1fda861ff8 Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR. (issue #8165 reported by mnicholson)
19 years ago
Jason Parker 2ac5180e08 Merged revisions 51165 via svnmerge from
19 years ago
Tilghman Lesher bebc3a31f0 Merged revisions 51162 via svnmerge from
19 years ago
TransNexus OSP Development ebb4674f8b 1. Update osp guide.
19 years ago
Christian Richter 1fe0e3d192 Merged revisions 49313 via svnmerge from
19 years ago
Kevin P. Fleming afbfafa400 make the 'languageprefix' option default to on, and deprecate turning it off
19 years ago
Joshua Colp 5275efbae5 Merged revisions 48592 via svnmerge from
19 years ago
Jason Parker 1f0e4a0ee5 Merged revisions 48228 via svnmerge from
19 years ago
Olle Johansson 298512203c Add information on status events
19 years ago
Olle Johansson 370c83d5f3 Document new configuration option.
19 years ago
Steve Murphy 322cb84896 Added a few words of explanation about macros
19 years ago
Kevin P. Fleming 960316b3b8 Merged revisions 47777 via svnmerge from
19 years ago
Russell Bryant 4ffc388358 Add the ability to pass options to the Dial application when using the DUNDi
19 years ago
Russell Bryant fee99c3be6 Merged revisions 46298 via svnmerge from
19 years ago
Kevin P. Fleming b7c6483473 Merged revisions 46080 via svnmerge from
19 years ago
Olle Johansson 0b0d72579e Issue #5484 (branch sipdiversion) - Support for Diversion header in redirects of calls
19 years ago
Russell Bryant 2fb6af5496 Remove doc/linkedlists.txt as it is no longer needed. The top of the file reads:
19 years ago
Joshua Colp 8ff3dd273a Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
19 years ago
Paul Cadach bd68b139e6 Merged revisions 44167 via svnmerge from
19 years ago
Joshua Colp 4116cfc387 Add ability to set high ToS bits as non-root on Linux using libcap (issue #7047 reported by maddison)
19 years ago
Jason Parker 456f3ead57 Merged revisions 43674 via svnmerge from
19 years ago
Tilghman Lesher f14dc5fab4 And some deprecated APIs and modifications to documentation
19 years ago
Tilghman Lesher 6ae8741518 Lots more removal of deprecated things
19 years ago
Jason Parker 8bd82ebc0d Add documentation on rtp packetization.
19 years ago