Commit Graph

8702 Commits (274ce731e27a395596173f33f1d9f6d178043983)
 

Author SHA1 Message Date
Jeffrey C. Ollie 7e14097415 Get rid of warning about datarootdir at the end of the configure process...
20 years ago
Joshua Colp 3872b97683 Be gone foul Makefile usage! er I mean use the correct variable... UTILS instead of TARGET. (issue #7239 reported by casper)
20 years ago
Joshua Colp 6ab22f2268 Be gone unused res! (issue #7238 reported by casper)
20 years ago
Kevin P. Fleming 96016e9206 Merged revisions 30802 via svnmerge from
20 years ago
Kevin P. Fleming 18606233da fix various typos and other bits (from Ian Kinner)
20 years ago
BJ Weschke d2b2073f08 It's a 1.2 'thang'.
20 years ago
Russell Bryant b0ee67ebdc remove a bunch of duplicated log messages. There is a warning that gets
20 years ago
Russell Bryant 1203424ce2 remove duplicate static keywords, oops
20 years ago
Luigi Rizzo 2444ea36bd remove unused include
20 years ago
Luigi Rizzo 23233bb115 remove an explicit constant;
20 years ago
Luigi Rizzo 7ea0f04a80 this file contained the body twice, so remove the second instance.
20 years ago
Tilghman Lesher 92314f96c5 Deprecate SetGlobalVar, replacing it with a dialplan function
20 years ago
Russell Bryant 1617adb055 make some variables static ... committed from xcode :)
20 years ago
Tilghman Lesher 36e31d864a Notate that QUEUEAGENTCOUNT is deprecated, so it can be removed post-1.4
20 years ago
Tilghman Lesher b68fa7a8f2 Should use the named handle, not one hardcoded
20 years ago
Russell Bryant 0f912e5926 Fix various problems in the addition of the ability to mute log/verbose
20 years ago
Joshua Colp 79161454a3 Few more expire_registry changes
20 years ago
Joshua Colp 9b18892314 Add ability to disable log / verbose output to remote consoles (issue #6524 reported by mavetju)
20 years ago
Russell Bryant fba5d28317 document the changes I made yesterday to the exit behavior of the
20 years ago
Russell Bryant 3e47e08cdc wrap test at 80 characters
20 years ago
Russell Bryant 640285c7a5 add some more text about the build system
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
Mark Spencer ec42807ebd That goes for jingle too :)
20 years ago
Mark Spencer 70defe19fe Lets not commit things that cause Asterisk to break when config files aren't present.
20 years ago
Russell Bryant 730f75cc78 only display a debug message if option_debug is in use
20 years ago
Russell Bryant f490777c41 regenerate configure after the last fix
20 years ago
Russell Bryant 1e61ba6699 restore default paths for FreeBSD (reported by alphaque, fixed by jcollie)
20 years ago
BJ Weschke 295c340164 A new way to try and deal with deadlocks that occur in app_queue at present. Using this approach, we only manipulate the main queue mutexes when we get a dev state change on a device that is actually a member of a queue. Further optimizations are still possible (eg - store and manage pointers to the status integer of the member record that this interface/device has a one-to-one relationship with and then go directly to those pointers to make status modifications rather than the recursive looping that goes on now) BUT first things first. :)
20 years ago
Joshua Colp 8ecf6a7bb1 Merge in branch that adds new features to MeetMeAdmin. See application documentation for more details on the new options. (issue #7131 reported by dmikusa branch by jcollie)
20 years ago
BJ Weschke 59e1522025 Merged revisions 30424 via svnmerge from
20 years ago
Tilghman Lesher 31081f1224 Deprecate SetCallerID (should have happened prior to release of 1.2)
20 years ago
Joshua Colp 0cdb878abb Remove possibility of sending duplicate MeetmeJoin manager events, and only send a MeetmeLeave event if a MeetmeJoin event occured in the first place. (issue #6599 reported by imran - provided patch with few tiny mods)
20 years ago
Joshua Colp 6b185c1bed Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)
20 years ago
Joshua Colp 16d0f580f9 Merged revisions 30373 via svnmerge from
20 years ago
Kevin P. Fleming 35fa97d1d5 use the proper method for adding a new entry
20 years ago
Russell Bryant 55d67e71f1 add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too
20 years ago
Russell Bryant d2872c914d - mark some applications deprecated that already have replacements
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
Joshua Colp 35d729fb40 Add Archive option to call files and add documentation on them. (issue #5426 reported by ezio - props to blitzrage for proof reading the documentation)
20 years ago
Kevin P. Fleming df814221c1 Merged revisions 30296 via svnmerge from
20 years ago
Kevin P. Fleming f890cab292 Merged revisions 30293 via svnmerge from
20 years ago
Russell Bryant 0cccaf8408 - add support for setting an AGISTATUS variable that indicates successful
20 years ago
Joshua Colp e0612c9835 Safely traverse the thread lists and wait until each thread is done before moving on to the next.
20 years ago
Joshua Colp 336fd1a2de Only get the low 16 bits if we actually have a message count
20 years ago
Russell Bryant a96606b329 add DB_DELETE function for the common case of retrieving and deleting a key in
20 years ago
Joshua Colp 18248f092f Merged revisions 30239 via svnmerge from
20 years ago
BJ Weschke 6cfaaf9ac0 Properly initialize destination variables before we send them into pbx_substitute_variables_helper(..). Ya! Testing! Take 2.
20 years ago
BJ Weschke 36cf242f31 Making sure a char ptr is initialized before we strchr on it is a GOOD thing. Ya! Testing!
20 years ago