Commit Graph

12739 Commits (ced50934cb50cd7d51af9b4115a05e36a7caaa8c)
 

Author SHA1 Message Date
Russell Bryant 2c4b2d92dd 1) Don't print the verbose marker in front of every message from ast_verbose()
17 years ago
Russell Bryant 8183ebfbcc Don't display the verbose marker for calls to ast_verbose() that do not include
17 years ago
Jeff Peeler e9e2df2283 Pass a pointer for the conf parameter to the function mkintf rather than the whole zt_chan_conf structure.
17 years ago
Joshua Colp b5ac40e980 Use the right pthread lock and condition when waiting.
17 years ago
Tilghman Lesher c10b6550ea The addition of usleep(2) within ast_assert requires the inclusion of the unistd.h header
17 years ago
Joshua Colp 48f4538a8d Make chan_h323 work with pwlib 1.12.0
17 years ago
Russell Bryant 915e1b570f Avoid access of uninitialized memory. This caused a bunch of crashes for me
17 years ago
Joshua Colp 53061c109f Check to make sure an RTP structure exists before calling ast_rtp_new_source on it.
17 years ago
Tilghman Lesher 01f5aee7ac Avoid zombies when the channel exits before the AGI.
17 years ago
Russell Bryant 4b2a679f9e Add ast_assert(), which can be used to handle fatal errors. It is only compiled
17 years ago
Jason Parker 32945354d3 Document exitcontext in app_voicemail sample config
17 years ago
Joshua Colp 66bf888d62 Add linux-gnueabi in.
17 years ago
Tilghman Lesher aa32d71fcc Detect another way for a connection to have gone away.
17 years ago
Olle Johansson 59adcca238 Accept text messages even with
17 years ago
Mark Michelson 1167869a80 A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is defined.
17 years ago
Russell Bryant 01de8fa419 Fix a deadlock involving channel autoservice and chan_local that was debugged
17 years ago
Russell Bryant 92ff649dd6 Fix an issue that I noticed in autoservice while mmichelson and I were debugging
17 years ago
Joshua Colp 48dd08e321 Use the right flag to open the audio in non-blocking.
17 years ago
Tilghman Lesher 2fc71fe563 If the socket dies (read returns 0=EOF), return immediately.
17 years ago
Mark Michelson f1696e2133 If a thread holds no locks, do not print any information on the thread when issuing
17 years ago
Joshua Colp f0efe0d2b5 Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.
17 years ago
Russell Bryant 09c28afa6d Remove debug output.
17 years ago
Russell Bryant 03c5a410ad Merged revisions 115564 via svnmerge from
17 years ago
Russell Bryant 442079ab0b Don't give up on attempting an outbound registration if we receive a 408 Timeout.
17 years ago
Russell Bryant 0353109ec1 remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as well
17 years ago
Russell Bryant 5e851ededb Don't exit the script if Asterisk is not running.
17 years ago
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