Commit Graph

8966 Commits (9aa1432b46a84d2419e53a0e2f56a46f4f3a927c)
 

Author SHA1 Message Date
Joshua Colp 503486e99d OKAY - Only replace our IP address in the outgoing SIP messages if the actual source address is within the specified local network. (issue #7051 reported by Luke-Jr with mods by me)
20 years ago
Kevin P. Fleming 7f3cc8b886 cleanups for commit from issue #5657... set a cause code for a rejected forward request, and actually set tmp->chan to NULL when we reject the forward request
20 years ago
Kevin P. Fleming e69388b3ba a few more control frame types that don't need to generate useless notices in the log
20 years ago
BJ Weschke 871f08ec07 Add an option to app_dial, 'i', to instruct the application ignore any requests from peers to forward calls elsewhere. #5657 (johnlange w/some minor mods)
20 years ago
Olle Johansson c7007e1f55 Add congestion message to SIP history
20 years ago
Olle Johansson bc0f0a3226 Use ast_channel_trylock for channels
20 years ago
Joshua Colp 5e00331abb Tiny documentation fix
20 years ago
Kevin P. Fleming f6a44ed7b3 move processing of 'languageprefix' option to proper section of config file
20 years ago
Kevin P. Fleming b77d820a82 remove some files that don't actually get used by the code
20 years ago
Tilghman Lesher 705b5459c1 Bug 7237 - Replace recoded thread_safe_rand with the existing ast_random API
20 years ago
Kevin P. Fleming 9afb0e1cd2 Merged revisions 30874 via svnmerge from
20 years ago
Kevin P. Fleming 4790dd5d9e when we receive an IAX2 registration request with both a plaintext secret and an MD5 challenge, prefer the MD5 challenge for authentation (reported on asterisk-dev)
20 years ago
Kevin P. Fleming 7e84433270 officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'
20 years ago
Joshua Colp f35b95e516 Remove ourselves from the userlist a little bit earlier
20 years ago
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