Commit Graph

12563 Commits (ba9f0125731e69698eeef69dcdb6c80a81dd917c)
 

Author SHA1 Message Date
Russell Bryant 4a1081e590 Don't use a channel before checking for channel allocation failure.
17 years ago
Russell Bryant 1ae49dd240 Use the same method for executing Asterisk as the rest of the script.
17 years ago
Russell Bryant f27d0168a2 Track peer references when stored in the sip_pvt struct as the peer related to
17 years ago
Russell Bryant e1c4c9e7b6 Merged revisions 115511 via svnmerge from
17 years ago
Jason Parker 38191b0908 Merged revisions 115421 via svnmerge from
17 years ago
Jason Parker 00415742a5 Switch to using ast_random() rather than just rand().
17 years ago
Tilghman Lesher 273afe2080 Don't print the terminating NUL. (Closes issue #12589)
17 years ago
Joshua Colp 9c2bac0487 Add in missing argument.
17 years ago
Tilghman Lesher 869b7b2b4d Separate verbose output from CLI output, by using a preamble.
17 years ago
Joshua Colp 6e6849f1a0 Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built.
17 years ago
Mark Michelson 1eee42a78a Don't consider a caller "handled" until the caller is bridged with
17 years ago
Tilghman Lesher 732e3bec3e Reverse order, such that user configs override default selections
17 years ago
Tilghman Lesher 6142d1648c Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.
17 years ago
Russell Bryant fbf07008d9 Avoid putting opaque="" in Digest authentication. This patch came from switchvox.
17 years ago
Russell Bryant 3cf37ba42e Blocked revisions 115296 via svnmerge
17 years ago
Tilghman Lesher 70aedcea79 When starting Asterisk, bug out if Asterisk is already running.
17 years ago
Joshua Colp 9ecb9277ad Expand the test function for GCC attributes so that more complex attributes are properly recognized.
17 years ago
Joshua Colp a8c56a51d6 For my next trick I will make these work with what our autoconf header file gives us.
17 years ago
Joshua Colp 65e2b0a8fb Treat warnings as errors when checking if a GCC attribute exists. We have to do this as GCC will just ignore the attribute and pop up a warning, it won't actually fail to compile.
17 years ago
Brett Bryant 61bee5aa54 Add new "pri show version" command to show the libpri version for support reasons.
17 years ago
Mark Michelson 89453ef4c1 Clarify a comment that was, well, just wrong. It turns out that
17 years ago
Tilghman Lesher 291dd88595 Change the comment of deprecated to an actual compiler deprecation
17 years ago
Tilghman Lesher dceb0835da '#' is another reserved character for URIs that also needs to be escaped.
17 years ago
Russell Bryant 5f1f3ed473 Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4
17 years ago
Olle Johansson 26fc3d5ac6 Don't crash on bad SIP replys.
17 years ago
Kevin P. Fleming 8b8a6f2486 use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that the size of the arrays can be adjusted in one place, and change the size of the arrays from 32768 calls to 2048 calls when LOW_MEMORY is defined
17 years ago
Kevin P. Fleming 148bd701f0 pay attention to *all* header files for dependency tracking, not just the local ones (inspired by r578 of asterisk-addons by tilghman)
17 years ago
Mark Michelson b066825d56 Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channel's macrocontext
17 years ago
Jason Parker 06b0749cfd Change warning message to debug, since there are cases where 0 results is perfectly fine.
17 years ago
Kevin P. Fleming 2ddaeeaf59 Merged revisions 114822 via svnmerge from
17 years ago
Tilghman Lesher a4732cfb3c When modules are embedded, they take on a different name, without the ".so"
17 years ago
Sean Bright eb8e9d5dc5 When we don't explicitly pass a path to the --with-tds configure option, we
17 years ago
Tilghman Lesher 13a438e295 Clicking forward without selecting a message leaves an errant .lock file.
17 years ago
Russell Bryant 609ed327eb Use consistent logic for checking to see if a call number has been chosen yet.
17 years ago
Mark Michelson fcd288a33e Move the unlock of the spyee channel to outside the start_spying() function so that
17 years ago
Tilghman Lesher 6d2c05cbec Reference documentation files that actually exist.
17 years ago
Mark Michelson 709502b119 Re-invite RTP during a masquerade so that, for instance, an AMI
17 years ago
Mark Michelson 44c157b36a Output of channel variables when eventwhencalled=vars was set
17 years ago
Mark Michelson 8eee7feb2b Resolve a deadlock in chan_local by releasing the channel lock
17 years ago
Tilghman Lesher 0cd455c19b Ensure that when we set the accountcode, it actually shows up in the CDR.
17 years ago
Russell Bryant 57c68bcb3a Fix a silly mistake in a change I made yesterday that caused chan_iax2 to blow
17 years ago
Olle Johansson 2acde60c29 Only have one max-forwards header in outbound REFERs.
17 years ago
Russell Bryant 2f6cbc76ec Improve some broken cookie parsing code. Previously, manager login over HTTP
17 years ago
Russell Bryant 74694c686d Fix an issue that caused getting the correct next channel to not always work.
17 years ago
Jason Parker 02bd4cbebc Fix reload/unload for res_musiconhold module.
17 years ago
Russell Bryant f8848a7fe8 Store the manager session ID explicitly as 4 byte ID instead of a ulong. The
17 years ago
Russell Bryant 694a6b4abb Fix find_callno_locked() to actually return the callno locked in some more cases.
17 years ago
Olle Johansson 5980514bb0 Add 502 support for both directions, not only one... (see r114571)
17 years ago
Joshua Colp d4ebf1dff1 Instead of stopping dialplan execution when SayNumber attempts to say a large number that it can not print out a message informing the user and continue on.
17 years ago
Tilghman Lesher 0c777767c9 Treat a 502 just like a 503, when it comes to processing a response code
17 years ago