Commit Graph

51 Commits (2fceed7f6dc69b3fdbc722938b3cb60b220e2bc7)

Author SHA1 Message Date
Richard Mudgett 1678a005b6 channels/chan_misdn.c
17 years ago
Russell Bryant 3662d60974 Fix a bashism that causes an error when trying to build the pdf on ubuntu
17 years ago
Sean Bright 16ff15a47a Merged revisions 137405 via svnmerge from
17 years ago
Russell Bryant 8fb13c6803 Grammar hax from Qwell
17 years ago
Russell Bryant f6bda9def2 Note that developer documentation belongs in doxygen, and not integrated with
17 years ago
Russell Bryant f4c4469f38 Fix some tex errors
17 years ago
Tilghman Lesher d86fc7fcc1 Add %u and %g to the ASTERISK_PROMPT settings, for username and group,
17 years ago
Michiel van Baak 0d49cdae3e Make all sed calls Posix sed compatible.
17 years ago
Michiel van Baak 8faa81be79 restore ASTERISKVERSION marker to asterisk.tex.
17 years ago
Mark Michelson a92e934075 Update a few instances of "extensions reload" to "dialplan reload"
17 years ago
Sean Bright dd0c0f3d38 Cast a few more strings to char *, so that we can compile cleanly against
17 years ago
Sean Bright a41649d66b Update the queuelog.tex documentation as well.
17 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
17 years ago
Russell Bryant f4a8062e93 Merge another change from team/russell/events ...
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
Steve Murphy c0b8f57b9d (closes issue #12467)
17 years ago
Michiel van Baak eafa9b0de0 document var_metric usage to prevent bugreports that are actually configuration issues
17 years ago
Mark Michelson 6923be5f30 Merged revisions 103722 via svnmerge from
17 years ago
Mark Michelson d3b1054f6a Same changes as made to 1.4 in revision 103710
17 years ago
Mark Michelson a819ab2102 Trunk version of 1.4's imap documentation updates
17 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
Olle Johansson b35f8d0358 Documentation updates for BRIDGEPVTCALLID
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
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
Mark Michelson b489558138 Merging the queue-penalty branch. In short, this allows one to dynamically adjust
18 years ago
Olle Johansson 17afebc1a6 HUGE improvements to QoS/CoS handling by IgorG
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
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 dffa53f718 Fix replacing the version number when it has a '/' in it, like
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
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
Russell Bryant 43e9b0f67c (closes issue #7852)
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