Commit Graph

12527 Commits (aa32d71fcc8207420819a15ab0f0ced42113a9cc)
 

Author SHA1 Message Date
Tilghman Lesher aa32d71fcc Detect another way for a connection to have gone away.
18 years ago
Olle Johansson 59adcca238 Accept text messages even with
18 years ago
Mark Michelson 1167869a80 A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is defined.
18 years ago
Russell Bryant 01de8fa419 Fix a deadlock involving channel autoservice and chan_local that was debugged
18 years ago
Russell Bryant 92ff649dd6 Fix an issue that I noticed in autoservice while mmichelson and I were debugging
18 years ago
Joshua Colp 48dd08e321 Use the right flag to open the audio in non-blocking.
18 years ago
Tilghman Lesher 2fc71fe563 If the socket dies (read returns 0=EOF), return immediately.
18 years ago
Mark Michelson f1696e2133 If a thread holds no locks, do not print any information on the thread when issuing
18 years ago
Joshua Colp f0efe0d2b5 Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.
18 years ago
Russell Bryant 09c28afa6d Remove debug output.
18 years ago
Russell Bryant 03c5a410ad Merged revisions 115564 via svnmerge from
18 years ago
Russell Bryant 442079ab0b Don't give up on attempting an outbound registration if we receive a 408 Timeout.
18 years ago
Russell Bryant 0353109ec1 remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well
18 years ago
Russell Bryant 5e851ededb Don't exit the script if Asterisk is not running.
18 years ago
Russell Bryant 4a1081e590 Don't use a channel before checking for channel allocation failure.
18 years ago
Russell Bryant 1ae49dd240 Use the same method for executing Asterisk as the rest of the script.
18 years ago
Russell Bryant f27d0168a2 Track peer references when stored in the sip_pvt struct as the peer related to
18 years ago
Russell Bryant e1c4c9e7b6 Merged revisions 115511 via svnmerge from
18 years ago
Jason Parker 38191b0908 Merged revisions 115421 via svnmerge from
18 years ago
Jason Parker 00415742a5 Switch to using ast_random() rather than just rand().
18 years ago
Tilghman Lesher 273afe2080 Don't print the terminating NUL. (Closes issue #12589)
18 years ago
Joshua Colp 9c2bac0487 Add in missing argument.
18 years ago
Tilghman Lesher 869b7b2b4d Separate verbose output from CLI output, by using a preamble.
18 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.
18 years ago
Mark Michelson 1eee42a78a Don't consider a caller "handled" until the caller is bridged with
18 years ago
Tilghman Lesher 732e3bec3e Reverse order, such that user configs override default selections
18 years ago
Tilghman Lesher 6142d1648c Err, the documentation on the return value of ast_odbc_backslash_is_escape is exactly backwards.
18 years ago
Russell Bryant fbf07008d9 Avoid putting opaque="" in Digest authentication. This patch came from switchvox.
18 years ago
Russell Bryant 3cf37ba42e Blocked revisions 115296 via svnmerge
18 years ago
Tilghman Lesher 70aedcea79 When starting Asterisk, bug out if Asterisk is already running.
18 years ago
Joshua Colp 9ecb9277ad Expand the test function for GCC attributes so that more complex attributes are properly recognized.
18 years ago
Joshua Colp a8c56a51d6 For my next trick I will make these work with what our autoconf header file gives us.
18 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.
18 years ago
Brett Bryant 61bee5aa54 Add new "pri show version" command to show the libpri version for support reasons.
18 years ago
Mark Michelson 89453ef4c1 Clarify a comment that was, well, just wrong. It turns out that
18 years ago
Tilghman Lesher 291dd88595 Change the comment of deprecated to an actual compiler deprecation
18 years ago
Tilghman Lesher dceb0835da '#' is another reserved character for URIs that also needs to be escaped.
18 years ago
Russell Bryant 5f1f3ed473 Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4
18 years ago
Olle Johansson 26fc3d5ac6 Don't crash on bad SIP replys.
18 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
18 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)
18 years ago
Mark Michelson b066825d56 Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channel's macrocontext
18 years ago
Jason Parker 06b0749cfd Change warning message to debug, since there are cases where 0 results is perfectly fine.
18 years ago
Kevin P. Fleming 2ddaeeaf59 Merged revisions 114822 via svnmerge from
18 years ago
Tilghman Lesher a4732cfb3c When modules are embedded, they take on a different name, without the ".so"
18 years ago
Sean Bright eb8e9d5dc5 When we don't explicitly pass a path to the --with-tds configure option, we
18 years ago
Tilghman Lesher 13a438e295 Clicking forward without selecting a message leaves an errant .lock file.
18 years ago
Russell Bryant 609ed327eb Use consistent logic for checking to see if a call number has been chosen yet.
18 years ago
Mark Michelson fcd288a33e Move the unlock of the spyee channel to outside the start_spying() function so that
18 years ago
Tilghman Lesher 6d2c05cbec Reference documentation files that actually exist.
18 years ago