Commit Graph

537 Commits (b47c2a282ddf040a47b09914322adfeb2bcc4df1)

Author SHA1 Message Date
Russell Bryant f4a8062e93 Merge another change from team/russell/events ...
17 years ago
Jeff Peeler 3c6eb61008 add document describing API changes from 1.4.0 to 1.6.0
17 years ago
Tilghman Lesher ee29d6dc2b Merged revisions 118052 via svnmerge from
17 years ago
Tilghman Lesher ce8453f57c Enhance ExternalIVR with new options and commands.
17 years ago
Mark Michelson b0e637791c Add a new manager event, AgentRingNoAnswer to
17 years ago
Olle Johansson e30c26c689 Add support for playing an audio file for caller and callee at start and stop of monitoring (one-touch monitor).
17 years ago
Russell Bryant 44af1e23d0 Merge changes from team/russell/smdi-msg-searching
17 years ago
Steve Murphy c0b8f57b9d (closes issue #12467)
17 years ago
Russell Bryant e29b987b30 Add a simple janitor project
17 years ago
Tilghman Lesher 631d8e5fbe fileio.h does not exist; io.h does, though.
17 years ago
Steve Murphy 5fb4b1bbe5 This is the scariest commit I've done in a long time. This is the astobj2-ification of chan_sip. I've tested a number of scenarios like crazy. It used to have 4x the call setup/teardown performance of trunk, but now it's roughly at parity. I will attempt to find the bottlenecks and get it back to the 4x mark. The changes made were somewhat invasive, but the value to the community of these upgrades outweighs waiting further for more testing. Every change being made to chan_sip was lousing this code up when we tried to merge. Peers, Users, Dialogs, are all now astobj2 objects, indexed via hashtables. Refcounting is used to track objects and free them at the bitter end of their lives. Please file issues on bugs.digium.com, and PLEASE, please, please be patient. One natural advantage to all the hash-table work is that loading large sip.conf files full of thousands of peers now goes much faster. One more please: PLEASE help thrash this code and test it.
17 years ago
Russell Bryant afd8783577 Make some notes about common usage of pbx_builtin_getvar_helper() that is not
17 years ago
Tilghman Lesher 3f78a375a0 Merged revisions 111605 via svnmerge from
17 years ago
Donny Kavanagh 7a2d8fc309 update documentation to reflect the changes in the way configure detects net-snmp.
17 years ago
Jeff Peeler 3c4c3c0dd2 documenting changes as a result of adding TCP functionality to ExternalIVR
17 years ago
Jason Parker ce66adb981 Merged revisions 107826 via svnmerge from
17 years ago
Russell Bryant de31be8741 fix example usage
17 years ago
Russell Bryant 5fa773a9f9 minor text changes
17 years ago
Russell Bryant 56e6a4b2bb Add updated SMDI documentation that I had only sitting in my email ... oops
17 years ago
Mark Michelson 2ed30d47e8 Adding the Atxfer manager command. With this, you may initiate
17 years ago
Michiel van Baak eafa9b0de0 document var_metric usage to prevent bugreports that are actually configuration issues
17 years ago
Russell Bryant 0e3ef53ddd note that the chan_sip conversion is already in progress
18 years ago
Russell Bryant 4314170e73 add another janitor project
18 years ago
Russell Bryant cf78b1c81d Add the stuff from the janitor projects page that is still relevant. I figure
18 years ago
Jason Parker e5ce766eed Create placeholder file...for now.
18 years ago
Tilghman Lesher a616346c6d 1) Make braces mandatory for if/for/while, even around single statements.
18 years ago
Brett Bryant 55aaa80d15 Adding more tls configuration details to sip.conf sample, with a list of valid ciphers provided in both files. .. First commit since July, woot
18 years ago
Tilghman Lesher f92a3e119e Move Originate to a separate privilege and require the additional System privilege to call out to a subshell.
18 years ago
Mark Michelson 6923be5f30 Merged revisions 103722 via svnmerge from
18 years ago
Mark Michelson d3b1054f6a Same changes as made to 1.4 in revision 103710
18 years ago
Mark Michelson a819ab2102 Trunk version of 1.4's imap documentation updates
18 years ago
Jason Parker 7928888ecd Reintroduce more chan_vpb stuff that was removed in r100421 and r100422
18 years ago
Jason Parker aa9c40236c Get rid of that last little bit.
18 years ago
Tilghman Lesher cfa0ec1f97 Add res_config_ldap for realtime LDAP engine.
18 years ago
Olle Johansson b35f8d0358 Documentation updates for BRIDGEPVTCALLID
18 years ago
Olle Johansson b8f8106fa0 Small fixes
18 years ago
Russell Bryant b995c78c31 Merge changes from team/group/sip-tcptls
18 years ago
Terry Wilson 417c6dcb1d Update res_phoneprov to default to setting the SERVER variable to the IP
18 years ago
Joshua Colp 95605d1c10 Update documentation.
18 years ago
Russell Bryant 25275cc862 Add some extra checking to help out with a potential error when trying to
18 years ago
Tilghman Lesher 14ddade5a1 Documentation updates
18 years ago
Terry Wilson 3570ad103d Added a new module, res_phoneprov, which allows auto-provisioning of phones
18 years ago
Mark Michelson 905fc559d1 Adding user-configurable TCP timeout settings to IMAP voicemail. This could
18 years ago
Jason Parker 03f68a8a3a Fix -s socket option, and document it as well.
18 years ago
Mark Michelson 9d89dc11ae Adding documentation for new manager actions and events in app_queue
18 years ago
Mark Michelson b489558138 Merging the queue-penalty branch. In short, this allows one to dynamically adjust
18 years ago
Olle Johansson 489a648d5d Add option for starting remote Asterisk by naming the actual runtime socket instead of pointing
18 years ago
Olle Johansson d66be1efca A minor update, caused by a recent bug report ;-)
18 years ago
Luigi Rizzo 97a87204fc small documentation update (nothing important).
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
18 years ago
Olle Johansson e2a8a6f46a Add a few extra headers in the voicemail users listing in
18 years ago
Luigi Rizzo b70e98be1a add a bit of info on the build infrastructure
18 years ago
Jason Parker 02ea9face7 Add count of total number of calls processed by asterisk during it's lifetime.
18 years ago
Olle Johansson 1052282084 Adding documentation for the massive manager changes to manager
18 years ago
Mark Michelson 180c3fb60e Change all instances of "CALLERID(number)" to "CALLERID(num)" for
18 years ago
Luigi Rizzo 45491422b8 new info on the management of headers
18 years ago
Steve Murphy 463723296d Merged revisions 89450 via svnmerge from
18 years ago
Joshua Colp a3ef17b4f2 Merged revisions 89416 via svnmerge from
18 years ago
Tilghman Lesher 950528b638 Merged revisions 89103 via svnmerge from
18 years ago
Mark Michelson 6e5b9e4951 Adding documentation regarding imapfolder, imapgreetings, and greetingsfolder options
18 years ago
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