Commit Graph

797 Commits (1.4.21.2)

Author SHA1 Message Date
Joshua Colp f996b1cbc8 Add support for returning different types of results (ie: NBest).
19 years ago
Steve Murphy 798039b4d8 several changes via kpflemings review
19 years ago
Steve Murphy 9c69e34f62 These mods fix CDR issues from 8221, 8593, 8680, 8743, and perhaps others. Mainly with CDRs generated from transfer situations.
19 years ago
Russell Bryant 0cb0e410ba When building a response to a subscription, the "from" must be the full Jabber
19 years ago
Tilghman Lesher fdfe1581e1 Another crash that I thought we had fixed already - Issue 9396
19 years ago
Joshua Colp 5d7bf5eb71 Merged revisions 59086 via svnmerge from
19 years ago
Tilghman Lesher ec21f50132 Fix segfault (Issue 9236)
19 years ago
Joshua Colp a00f75604b Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)
19 years ago
Jason Parker e0b88aba12 No need to cast nor free with strdupa (thanks file)
19 years ago
Olle Johansson 920f332399 - Not sending arguments to an application is not "out of memory"
19 years ago
Russell Bryant 2986791f67 Clean up a few coding guidelines issues - spaces to tabs, use sizeof() to pass
19 years ago
Olle Johansson a945ccf652 Merged revisions 54771 via svnmerge from
19 years ago
Kevin P. Fleming 07462b8d1b add some inter-module dependencies
19 years ago
Tilghman Lesher 27475a306d Text fix for jabber reload command (reported by bkruse via IRC)
19 years ago
Joshua Colp 9b42bff145 Merged revisions 53084 via svnmerge from
19 years ago
Paul Cadach df64b9a98c Don't play with free()'d pointers
19 years ago
Steve Murphy be0c0cd6dd this mod from 8593 (dstchannel in cdr is empty when transfer call).
19 years ago
Joshua Colp 3290b0d37a Merged revisions 51512 via svnmerge from
19 years ago
Joshua Colp 2db51f4608 Merged revisions 51145 via svnmerge from
19 years ago
Joshua Colp cc242206c6 Only join the snmp thread on an unload if the thread is actually running. (issue #8810 reported by junky)
19 years ago
Jason Parker 9e621e99a5 Save 1 whopping byte of allocated memory!
19 years ago
Kevin P. Fleming 444adcb477 reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most cases
19 years ago
Kevin P. Fleming 8e900c7db7 use the proper variable type for these unixODBC API calls, eliminating warnings on 64-bit platforms that use the 'new' 64-bit types for ODBC API calls
19 years ago
Tilghman Lesher cb95f19c3f Merged revisions 48374 via svnmerge from
19 years ago
Russell Bryant 34384acbc9 Merged revisions 48356 via svnmerge from
19 years ago
Joshua Colp 0bed57a7f1 Merged revisions 48154 via svnmerge from
19 years ago
Tilghman Lesher 76d002db24 Merged revisions 48045 via svnmerge from
19 years ago
Tilghman Lesher 8e02de4bb2 Merged revisions 47525 via svnmerge from
19 years ago
Steve Murphy 517978fd5f These mods are to solve the problem in bug 7506. It's a lot of rework to solve a fairly small problem... such is life.
19 years ago
Russell Bryant 798bb964d1 Merged revisions 47238 via svnmerge from
19 years ago
Tilghman Lesher 56a1e60c54 More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236)
19 years ago
Tilghman Lesher e05a2752e8 Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
19 years ago
Russell Bryant 96e43ebee7 Merged revisions 46964 via svnmerge from
19 years ago
Steve Murphy b2356087ab a fix for bug 8251; the var_val needs to accept longer strings or mass confusion and a lot of lost time is the result
19 years ago
Russell Bryant 5fa61df201 Merged revisions 46776 via svnmerge from
19 years ago
Russell Bryant f124a6d1fc Merged revisions 46557 via svnmerge from
19 years ago
Russell Bryant d7f9b5f912 We should always be using _exit() after a fork() or vfork() instead of exit().
19 years ago
Kevin P. Fleming ce4b0afb73 apparently developers are still not aware that they should be use ast_copy_string instead of strncpy... fix up many more users, and fix some bugs in the process
19 years ago
Mark Spencer 72a23ce184 Fix FastAGI when there is no pid (bug #7628, #8147)
19 years ago
Russell Bryant edb73def8e don't crash when an incoming message has no "from" (issue #8205, jmls)
19 years ago
Russell Bryant 4ebacc1d00 Add a couple missing unregistrations of manager actions and remove duplicate
19 years ago
Joshua Colp 9ab793dcf8 Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
19 years ago
Joshua Colp cda9238a47 Clear the quiet flag too since we are restarting a recognition again (reported on -dev by Stephan Edelman)
19 years ago
Joshua Colp 8c09239585 Check return value from engine in case of failure (ie: out of licenses) (reported on -dev mailing list)
19 years ago
Russell Bryant fecc14cd0f change some debug output to use LOG_DEBUG instead of verbose output
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Matt O'Gorman 592cbc0452 fix issue with dialing client without resource.
19 years ago
Matt O'Gorman 5058b9e13f updated res_jabber for even better component support, soon will be jep-0100 compliant.
19 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
19 years ago
Joshua Colp d2d4833b79 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
19 years ago
Russell Bryant 439f15bdb9 Merged revisions 43778 via svnmerge from
19 years ago
Matt O'Gorman ff11e64e67 updates for better compontent support
19 years ago
Tilghman Lesher 5ac0ca6af1 Twould help if we actually documented how the new features in res_odbc actually work. (Oops)
19 years ago
Joshua Colp e8b820e743 Magical eightball says warnings be gone.
19 years ago
Jason Parker aefb5c269a Fix a bug in the CLI reverbification, as pointed out by ZX81 in #asterisk-dev
19 years ago
Kevin P. Fleming 505c465a3b these functions never should have been non-static or in a header file
19 years ago
Kevin P. Fleming 32d119746c move ODBC API into ast_ namespace
19 years ago
Kevin P. Fleming ea399862c4 move more API into the ast_ namespace
19 years ago
Kevin P. Fleming 41d3e99e28 move ADSI functionality into ast_ namespace
19 years ago
Matt O'Gorman 02868b1723 thats odd, but just in case it happens again i want to see it.
19 years ago
Matt O'Gorman f6f7e134be fixed timeout issue as well as some other minor issues
19 years ago
Kevin P. Fleming 8b79aba992 do this fix properly :-)
19 years ago
Matthew Fredrickson 33ddb53663 Various updates from PCadach's chan_h323-live branch
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Joshua Colp 93e161256d Use a better check to ensure database connection is up (pointer to connection must exist, and connection must report status being ok) (issue #7955 reported by sorg)
19 years ago
Olle Johansson cf22a4526c Add warning about res_adsi not being optional to menuselect
19 years ago
Joshua Colp 31cc08295c Merged revisions 42148 via svnmerge from
19 years ago
Russell Bryant cf5a226c4b remove leading space in Packet manager event header
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Joshua Colp c6977b9983 Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Russell Bryant and the RTP portion done by myself, Muffinlicious Joshua Colp. This has gone through so many discussions/revisions it's not funny but we finally have it!
19 years ago
Kevin P. Fleming ece7018515 add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
19 years ago
Kevin P. Fleming d12f54f90b GNU make already knows how to quietly ignore non-existent files in 'include' directives
19 years ago
Jason Parker 2a3aaa9818 Fix a small typo I found.
19 years ago
Tilghman Lesher ec7bd6614a Merged revisions 40901 via svnmerge from
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Tilghman Lesher 6fec811743 Convert func_odbc to use the prepare_and_execute callback, which helps with a database reconnection issue (bug 7693)
19 years ago
Joshua Colp d5152177f3 Properly check to see if parkingnum is a number (issue #7762 reported by robf)
19 years ago
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
20 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
20 years ago
Matt O'Gorman 33f0232f07 This patch allows for a user to send messages and
20 years ago
Matt O'Gorman 3f115f8c31 Many many code cleanup changes given to me by Oej
20 years ago
Russell Bryant 4d7c67fc72 Merge my applicationmap_fixup branch to address the issues described in this
20 years ago
Joshua Colp 2410854b3c Merged revisions 38825 via svnmerge from
20 years ago
Kevin P. Fleming 652d06f998 Merged revisions 38686 via svnmerge from
20 years ago
Joshua Colp bec319415f Merged revisions 38654 via svnmerge from
20 years ago
Russell Bryant 03356c2a4d fix seg fault when the parked call that timed out was the last one in the list
20 years ago
Tilghman Lesher a60a9b6637 Only unlock these if they were locked on entry
20 years ago
Russell Bryant 233aab68a6 add a verbose message to the AGI command, STREAM FILE, similar to the
20 years ago
North Antara 346c291a2d Remove "initialization from incompatible pointer type" warnings.
20 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)
20 years ago
Kevin P. Fleming a353387ea7 restore buildability
20 years ago
Kevin P. Fleming 886a6bd6f9 restore buildability (bad marko!)
20 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
20 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
20 years ago
Kevin P. Fleming 5b639e6135 Merged revisions 37419 via svnmerge from
20 years ago
Russell Bryant a0f151db99 eliminate a pointer signedness warning
20 years ago
Russell Bryant a10e1dad07 remove the unused usecount function to eliminate a compiler warning
20 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
20 years ago
Matt O'Gorman 5c30f76ba3 solves issue with bug 7468. but with a patch that works
20 years ago
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
20 years ago
Olle Johansson ec9d4711d7 - Add notes about voicemail depending on res_adsi
20 years ago
Russell Bryant 5a74ed4fef fix up res_snmp so it builds and loads correctly
20 years ago
Matt O'Gorman 109737eb1c Updates from transnexus to osplookup, removes res_osp
20 years ago
Tilghman Lesher b43f5638ef Missing parenthesis
20 years ago
Matt O'Gorman ccc7f662d8 dont copy an id or a message if they dont exist.
20 years ago
Olle Johansson f8311adcda METERMAIDS:
20 years ago
Kevin P. Fleming a579371f43 use new (separate) dependencies file from menuselect
20 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>)
20 years ago
Kevin P. Fleming eaf0524c40 very minor improvement
20 years ago
Russell Bryant 8ab51d1fb1 delete snmp/agent.o on make clean
20 years ago
Russell Bryant 268609aa68 add basic autoconf support for res_snmp
20 years ago
Russell Bryant 53a56fcfe7 remove various commands that remove old modules since they have been there a
20 years ago
Russell Bryant 48ae9f0d4f - convert the 'uninstall' target to use separate targets to process each
20 years ago
Russell Bryant 55e8a60363 - specify that 'depend' is a .PHONY target
20 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
20 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
20 years ago
Olle Johansson 7876a86e96 - Doxygen and some formatting fixes in res_features
20 years ago
Russell Bryant 9f2a6516cf don't blow up in the sub Makefiles if menuselect.makeopts is not present. This
20 years ago
Russell Bryant 5288621ed4 handle ast_calloc failure and tweak some formatting to comply with coding
20 years ago
Russell Bryant b6147a21b9 remove "depend" from the "all" targets in sub Makefiles. The main Makefile
20 years ago
Joshua Colp 0073f0de9e Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7344 reported by casper)
20 years ago
Tilghman Lesher 14ebe471c5 ast_calloc() already reports OOM conditions
20 years ago
Tilghman Lesher f5d54051fe ast_calloc already reports out of memory conditions (issue 7343)
20 years ago
Russell Bryant a483f6eafc Merged revisions 33693 via svnmerge from
20 years ago
Tilghman Lesher 1d8804c117 Merged revisions 33615 via svnmerge from
20 years ago
Kevin P. Fleming e3ddee7d7f make latest header file changes for this file too
20 years ago
Kevin P. Fleming b31b0be819 various minor portability fixes (mostly from tholo for OpenBSD)
20 years ago
Matt O'Gorman 76fae31988 oops moved block without renaming a variable correctly.
20 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
20 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
20 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
20 years ago
Matt O'Gorman 835c77ccfa fix a potential segfault
20 years ago
Russell Bryant 1f7db8df6a add missing include
20 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
20 years ago
Matt O'Gorman c7dbc3c166 fixed autoregister bug.
20 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
20 years ago
Matt O'Gorman 4e9549c361 oops
20 years ago
Matt O'Gorman 24ed170273 solves some issues with jabberstatus app
20 years ago
Russell Bryant 006989cbe2 Use a dynamically sized array to store the list of files for moh "files" mode
20 years ago
Russell Bryant 61d295f187 when using moh files mode, don't look for a file past the number of files
20 years ago
Russell Bryant a6d039cd37 add a comment where some memory usage optimization needs to be done
20 years ago
Kevin P. Fleming 736dc15d0b Merged revisions 31555 via svnmerge from
20 years ago
Matt O'Gorman fa339925dc more minor fixes thanks Julian on pointing out
20 years ago
Matt O'Gorman 073e346f4e solves bug where reload deleted things it shouldnt have
20 years ago
Matt O'Gorman 8cfb992c1e adds statusmessage customization from Julian Lyndon-Smith
20 years ago
Russell Bryant 6ff6536f13 Merged revisions 31194 via svnmerge from
20 years ago
Joshua Colp 6ab22f2268 Be gone unused res! (issue #7238 reported by casper)
20 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)
20 years ago
Joshua Colp 1c158f0ea4 Add the video stream for AGI function STREAM FILE (issue #5392 reported by areski -- minor mods by me)
20 years ago
Russell Bryant 26271fbd3a allow setting a channel variable to disable sending SIGHUP to the AGI process
20 years ago
Russell Bryant 238cdb249f Add the ability to retrieve the exit code of the forked AGI process. If there
20 years ago
Russell Bryant 0cccaf8408 - add support for setting an AGISTATUS variable that indicates successful
20 years ago
Matt O'Gorman 45e83fa7c1 reset timeout on reconnect.
20 years ago
Kevin P. Fleming dd45d18515 Merged revisions 29973 via svnmerge from
20 years ago
Matt O'Gorman f297f2ec29 get rid of that transport sillyness
20 years ago
Matt O'Gorman d419d41c2e hmm still need a way to get rid of connections
20 years ago
Matt O'Gorman 600d37873d fixes bug where server goes away.
20 years ago
Matt O'Gorman 45107ed763 allows for configurable answer timeout on attended transfer
20 years ago
Matt O'Gorman 5d51260c36 finish cleaning up some more stuff before russell
20 years ago
Russell Bryant a20db7dde6 remove another excess "debug" message
20 years ago
BJ Weschke 99fe70da00 Merged revisions 29696 via svnmerge from
20 years ago
Russell Bryant cb25b874cb remove an unnecessary error message that is really an old debug message
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
Joshua Colp 64b94dad80 Merged revisions 29512 via svnmerge from
20 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.
20 years ago
BJ Weschke 4733732b61 Merged revisions 29196 via svnmerge from
20 years ago
Russell Bryant 53df01c9cc when displaying the list of registered music on hold classes, only show
20 years ago
Kevin P. Fleming eeb01cda95 revert bogus change
20 years ago
Olle Johansson e274a70d52 Add missing argument to ast_carefulwrite
20 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
20 years ago
Russell Bryant 6ea26d0bee use the channel lock wrappers (issue #7128)
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
20 years ago
Russell Bryant 61aaf4dd14 remove a check of the result of ast_mutex_lock
20 years ago
Joshua Colp 3fbd46099e Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
20 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
20 years ago
BJ Weschke 282eb80ed4 Correct call parking behavior when there is no courtesytone specified. #6306 (murf)
20 years ago
Tilghman Lesher aeed5ca05d Merged revisions 24019 via svnmerge from
20 years ago
Kevin P. Fleming f3eaae4593 remove macro defined that is no longer needed
20 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
20 years ago
Russell Bryant 00f9884604 - convert lists to use linked list macros
20 years ago
Russell Bryant 711f35fdc3 - don't create duplicate log messages
20 years ago
Luigi Rizzo 532e552c1f add reload() (bug 9981)
20 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
20 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
20 years ago
Luigi Rizzo 11551079cf more strncpy/ast_copy_string replacement.
20 years ago
Luigi Rizzo 66c4068149 more strncpy/ast_copy_string replacement
20 years ago
Luigi Rizzo 23c6d5eff8 comment a possible memory leak
20 years ago
Luigi Rizzo 6553aa3a36 merge some common code into a function
20 years ago
Luigi Rizzo 7ecc442d77 more NULL "" equivalence in cid fields.
20 years ago
Luigi Rizzo 4cef4ef720 more NULL / "" equivalence for CID fields.
20 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
20 years ago
Luigi Rizzo 51743a4aea simplify the flow of builtin_atxfer().
20 years ago
Tilghman Lesher 5bcdea5102 Merged revisions 20966 via svnmerge from
20 years ago
Olle Johansson 39b530f4d6 - Doxygen formatting
20 years ago