Commit Graph

620 Commits (cb11263607eb5afc2ee1e5ec2bc2adf8d9e7e47c)

Author SHA1 Message Date
Russell Bryant b6a99250ed Merged revisions 39935 via svnmerge from
19 years ago
Joshua Colp c5e5efb237 Move STD_MOD declaration to end of file as per the norm of everything else (issue #7711 reported by Mithraen)
19 years ago
Joshua Colp 524416f37b Make res_snmp fit general coding style (issue #7192 reported by Mithraen)
19 years ago
Matt O'Gorman 1ef09ebfed some code clean up and catch for a act_hook being called
19 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
19 years ago
Matt O'Gorman 33f0232f07 This patch allows for a user to send messages and
19 years ago
Matt O'Gorman 3f115f8c31 Many many code cleanup changes given to me by Oej
19 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
19 years ago
Joshua Colp 2410854b3c Merged revisions 38825 via svnmerge from
19 years ago
Kevin P. Fleming 652d06f998 Merged revisions 38686 via svnmerge from
19 years ago
Joshua Colp bec319415f Merged revisions 38654 via svnmerge from
19 years ago
Russell Bryant 03356c2a4d fix seg fault when the parked call that timed out was the last one in the list
19 years ago
Tilghman Lesher a60a9b6637 Only unlock these if they were locked on entry
19 years ago
Russell Bryant 233aab68a6 add a verbose message to the AGI command, STREAM FILE, similar to the
19 years ago
North Antara 346c291a2d Remove "initialization from incompatible pointer type" warnings.
19 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
19 years ago
Kevin P. Fleming a353387ea7 restore buildability
19 years ago
Kevin P. Fleming 886a6bd6f9 restore buildability (bad marko!)
19 years ago
Joshua Colp 457ec51f8d Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
19 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
19 years ago
Kevin P. Fleming 5b639e6135 Merged revisions 37419 via svnmerge from
19 years ago
Russell Bryant a0f151db99 eliminate a pointer signedness warning
19 years ago
Russell Bryant a10e1dad07 remove the unused usecount function to eliminate a compiler warning
19 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
19 years ago
Matt O'Gorman 5c30f76ba3 solves issue with bug 7468. but with a patch that works
19 years ago
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
19 years ago
Olle Johansson ec9d4711d7 - Add notes about voicemail depending on res_adsi
19 years ago
Russell Bryant 5a74ed4fef fix up res_snmp so it builds and loads correctly
19 years ago
Matt O'Gorman 109737eb1c Updates from transnexus to osplookup, removes res_osp
19 years ago
Tilghman Lesher b43f5638ef Missing parenthesis
19 years ago
Matt O'Gorman ccc7f662d8 dont copy an id or a message if they dont exist.
19 years ago
Olle Johansson f8311adcda METERMAIDS:
19 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Kevin P. Fleming eaf0524c40 very minor improvement
19 years ago
Russell Bryant 8ab51d1fb1 delete snmp/agent.o on make clean
19 years ago
Russell Bryant 268609aa68 add basic autoconf support for res_snmp
19 years ago
Russell Bryant 53a56fcfe7 remove various commands that remove old modules since they have been there a
19 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
19 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
19 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
19 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Olle Johansson 7876a86e96 - Doxygen and some formatting fixes in res_features
19 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
19 years ago
Russell Bryant 5288621ed4 handle ast_calloc failure and tweak some formatting to comply with coding
19 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
19 years ago
Joshua Colp 0073f0de9e Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7344 reported by casper)
19 years ago
Tilghman Lesher 14ebe471c5 ast_calloc() already reports OOM conditions
19 years ago
Tilghman Lesher f5d54051fe ast_calloc already reports out of memory conditions (issue 7343)
19 years ago
Russell Bryant a483f6eafc Merged revisions 33693 via svnmerge from
19 years ago
Tilghman Lesher 1d8804c117 Merged revisions 33615 via svnmerge from
19 years ago
Kevin P. Fleming e3ddee7d7f make latest header file changes for this file too
19 years ago
Kevin P. Fleming b31b0be819 various minor portability fixes (mostly from tholo for OpenBSD)
19 years ago
Matt O'Gorman 76fae31988 oops moved block without renaming a variable correctly.
19 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
19 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
19 years ago
Matt O'Gorman 835c77ccfa fix a potential segfault
19 years ago
Russell Bryant 1f7db8df6a add missing include
19 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
19 years ago
Matt O'Gorman c7dbc3c166 fixed autoregister bug.
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
19 years ago
Matt O'Gorman 4e9549c361 oops
19 years ago
Matt O'Gorman 24ed170273 solves some issues with jabberstatus app
19 years ago
Russell Bryant 006989cbe2 Use a dynamically sized array to store the list of files for moh "files" mode
19 years ago
Russell Bryant 61d295f187 when using moh files mode, don't look for a file past the number of files
19 years ago
Russell Bryant a6d039cd37 add a comment where some memory usage optimization needs to be done
19 years ago
Kevin P. Fleming 736dc15d0b Merged revisions 31555 via svnmerge from
19 years ago
Matt O'Gorman fa339925dc more minor fixes thanks Julian on pointing out
19 years ago
Matt O'Gorman 073e346f4e solves bug where reload deleted things it shouldnt have
19 years ago
Matt O'Gorman 8cfb992c1e adds statusmessage customization from Julian Lyndon-Smith
19 years ago
Russell Bryant 6ff6536f13 Merged revisions 31194 via svnmerge from
19 years ago
Joshua Colp 6ab22f2268 Be gone unused res! (issue #7238 reported by casper)
19 years ago
Joshua Colp 10467be4c0 attended transfer use transferer context first and set who is transfering at the beginning (issue #6752 reported by moy -- minor mods done by myself)
19 years ago
Joshua Colp 1c158f0ea4 Add the video stream for AGI function STREAM FILE (issue #5392 reported by areski -- minor mods by me)
19 years ago
Russell Bryant 26271fbd3a allow setting a channel variable to disable sending SIGHUP to the AGI process
19 years ago
Russell Bryant 238cdb249f Add the ability to retrieve the exit code of the forked AGI process. If there
19 years ago
Russell Bryant 0cccaf8408 - add support for setting an AGISTATUS variable that indicates successful
19 years ago
Matt O'Gorman 45e83fa7c1 reset timeout on reconnect.
19 years ago
Kevin P. Fleming dd45d18515 Merged revisions 29973 via svnmerge from
19 years ago
Matt O'Gorman f297f2ec29 get rid of that transport sillyness
19 years ago
Matt O'Gorman d419d41c2e hmm still need a way to get rid of connections
19 years ago
Matt O'Gorman 600d37873d fixes bug where server goes away.
19 years ago
Matt O'Gorman 45107ed763 allows for configurable answer timeout on attended transfer
19 years ago
Matt O'Gorman 5d51260c36 finish cleaning up some more stuff before russell
19 years ago
Russell Bryant a20db7dde6 remove another excess "debug" message
19 years ago
BJ Weschke 99fe70da00 Merged revisions 29696 via svnmerge from
19 years ago
Russell Bryant cb25b874cb remove an unnecessary error message that is really an old debug message
19 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
19 years ago
Joshua Colp 64b94dad80 Merged revisions 29512 via svnmerge from
19 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
19 years ago
BJ Weschke 4733732b61 Merged revisions 29196 via svnmerge from
19 years ago
Russell Bryant 53df01c9cc when displaying the list of registered music on hold classes, only show
19 years ago
Kevin P. Fleming eeb01cda95 revert bogus change
19 years ago
Olle Johansson e274a70d52 Add missing argument to ast_carefulwrite
19 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
19 years ago
Russell Bryant 6ea26d0bee use the channel lock wrappers (issue #7128)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago