Commit Graph

12305 Commits (2bf8f9fca312d9e738ed4e9dda6256cc286cc54c)
 

Author SHA1 Message Date
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
Pari Nannapaneni f7eae72a2e missed that one while reverting
18 years ago
Pari Nannapaneni 0fed0a955f reverting 99001 - We need the Max-Age for extending the life of cookie mansession_id
18 years ago
Russell Bryant 6d0ee62540 Have IAX2 optimize the codec translation path just like chan_sip does it. If
18 years ago
Kevin P. Fleming af7670bca8 we should only send the Set-Cookie header to the browser on the first response after creating a manager session, not on every response (doing so causes the browser to clear any local cookies it may have associated with the session)
18 years ago
Jason Parker fec33edd9d Add a clarification about the immediate= option of zapata.conf
18 years ago
Russell Bryant 904f38a40a Add an unused pointer to the ast_channel struct. This makes the ast_channel structure
18 years ago
Joshua Colp ed51a4bce9 Bump up cleancount due to previous commit that changed the channel structure.
18 years ago
Joshua Colp fa640604de Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues.
18 years ago