Commit Graph

12163 Commits (ebbc70daab087144f4bd61ee9e14739c32012b48)
 

Author SHA1 Message Date
Jason Parker ebbc70daab Change default config to use descending channel order of groups, rather than ascending.
18 years ago
Mark Michelson 2e4650c242 Fix a logic error with regards to autofill. Prior to this change, it was possible
18 years ago
Olle Johansson 5e02b0d76e Stop musiconhold on attended transfer.
18 years ago
Dwayne M. Hubbard 68a44cc066 updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by Russell and reviewed by Me.
18 years ago
Mark Michelson da3e5f571a Remove a memory leak from updating realtime queues
18 years ago
Mark Michelson ad19e1c4b6 Fixing an erroneous return value returned when attempting to pause or unpause a queue member
18 years ago
Joshua Colp f665fa0556 Don't forget to record the channel so we know whether it is bridged or not later.
18 years ago
Russell Bryant f8c69c7d92 Fix the last couple of issues related to building from a path that contains spaces.
18 years ago
Jason Parker f60be6bdb8 Initialize an array to 0s if config option not specified.
18 years ago
Russell Bryant 2f4510988c Use GNU make magic instead of shell magic to escape spaces in the working directory.
18 years ago
Russell Bryant c8b0628cc7 Fix building Asterisk when the working path has spaces in it.
18 years ago
Jason Parker 75007e2ab5 Allow zap groups above 30 to work properly.
18 years ago
Christian Richter 31c5fc22a5 fixed potential segfault in misdn show channels CLI command
18 years ago
Olle Johansson 52cfa83d42 (closes issue #11736)
18 years ago
Tilghman Lesher 44cdbc7d00 WaitExten didn't handle AbsoluteTimeout properly (went to 't' instead of 'T')
18 years ago
Mark Michelson d53c693509 Undoing the deprecation of chan_vpb. It is alive and well.
18 years ago
Jason Parker cec60d345d When using ODBC_STORAGE, make sure we put greeting files into the database like we do with the others.
18 years ago
Russell Bryant fe50ae6de5 For some reason, the use of this strdupa() is leading to memory corruption on
18 years ago
Russell Bryant 9b53acdbf5 Fix a crash in ast_masq_park_call()
18 years ago
Jason Parker 58a4fa50ce Correct a comment which made little/no sense.
18 years ago
Russell Bryant ef78f25e8a Make some deadlock related fixes. These bugs were discovered and reported
18 years ago
Tilghman Lesher 7060a6888d When deleting a task from the scheduler, ignoring the return value could
18 years ago
Mark Michelson 53859e0bfc Deprecating chan_vpb. It is now preferred that users of Voicetronix products
18 years ago
Jason Parker a70508ed3d This would have never been true, since we're passing (sizeof(req.data) - 1) as the len to recvfrom().
18 years ago
Kevin P. Fleming cc750dc9ce make these macros not assume that the only other field in the structure is 'argc'... this is true when someone uses AST_DECLARE_APP_ARGS, but it's perfectly reasonable to define your own structure as long as it has the right fields
18 years ago
Russell Bryant 8f27d3ce7c Update main Asterisk copyright info to 2008
18 years ago
Jason Parker 9bc4c3e533 Fix compilation on Solaris.
18 years ago
Olle Johansson 107c1c37b4 Second attempt. Don't change invitestate when receiving 18x messages in CANCEL state.
18 years ago
Olle Johansson d95d9d7132 Make sure we don't cancel destruction on calls in CANCEL state, even if we
18 years ago
Mark Michelson 1d9576115c Fixing a typo.
18 years ago
Russell Bryant ece4c9c40c ChanSpy issues a beep when it starts at the beginning of a list of channels to
18 years ago
Mark Michelson 3e54e684b2 These flag tests were illogical. They were testing sip_peer flags on a sip_pvt.
18 years ago
Tilghman Lesher 60c9fba58f When we reset the password via an external command, we should also reset the
18 years ago
Tilghman Lesher d97a51a50b Oops, should have checked for a NULL obj, here, too
18 years ago
Tilghman Lesher d9f3861f72 Just confirmed that all current platforms need this header file
18 years ago
Olle Johansson f9cf98d4bf Thanks to Russell's education I realize that BUFSIZ has changed since I learned the C language
18 years ago
Tilghman Lesher fa20a738d7 Fix the defines for OS X (and Solaris, too)
18 years ago
Olle Johansson 48066f4cfd Add more dependencies on chan_local and add a note to the description of chan_local
18 years ago
Olle Johansson 3d434f14c3 Add dependency on chan_local to app_dial.
18 years ago
Tilghman Lesher a0608084a9 Ensure that we can get an address even when we don't have a default route.
18 years ago
Olle Johansson 33b77709a7 Cleaning up some documentation that led to confusion in a bug report
18 years ago
Mark Michelson cdd8c1a3c3 Fixing an issue wherein monitoring local channels was not possible. During a channel
18 years ago
Tilghman Lesher cae4280341 Permit the user to specify number of seconds that a connection may remain idle,
18 years ago
Joshua Colp 785f7da384 Bump the buffer size for Via headers up to 512. There are some exceptionally large Via headers out there.
18 years ago
Russell Bryant a6b9a0e774 Fix a couple of memory leaks with frame handling. Specifically,
18 years ago
Joshua Colp d0d93be4f4 Remove the __ in front of the unused variable. This causes some compilers to freak out.
18 years ago
Russell Bryant 06d3c61a2e Revert adding the packed attribute, as it really doesn't make sense why that
18 years ago
Russell Bryant f0001ecf66 Since we're relying on the offset between the frame and the beginning of the translator
18 years ago
Terry Wilson eab2f166c3 This should at least temporarily fix a problem where the 't' Dial
18 years ago
Pari Nannapaneni 78e4746837 doh! revert a revert of a revert (changed by mistake in 99010)
18 years ago