Commit Graph

2090 Commits (813f0b9653e38ba3c28a8b51b0039f8630ad7152)

Author SHA1 Message Date
Kevin P. Fleming a1779650de move variable declarations to top of function where they belong (bug #4303)
20 years ago
Mark Spencer 53d655cf0a Yet another set of jitter buffer changes (this time some scheduling improvements) (bug #4319)
20 years ago
Mark Spencer 9272e1f68a More jitter buffer fixes for large resync (bug #4311)
20 years ago
Mark Spencer 503be4c93a Merge skew reduction (bug #4222)
20 years ago
Mark Spencer ee8cbfa872 Add IAX2 testing code (bug #4242)
20 years ago
Mark Spencer 28e5165284 Actually apply timestamp bug (bug #3961)
20 years ago
Russell Bryant 9f9fcca6c0 print out the IAX DATETIME IE in 'iax2 debug' in human readable form
20 years ago
Matthew Fredrickson ee296ae8a9 Turn on the DSP for the channel after an ANSWER so that we get DTMF detected
20 years ago
Matthew Fredrickson 9b89127c75 Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286
20 years ago
Kevin P. Fleming 252bf2d652 SIP hold improvements (bug #4290)
20 years ago
Kevin P. Fleming 507ceb1a29 add 'zap show status' CLI command to display card/span status (bug #3585)
20 years ago
Kevin P. Fleming 9bf21dbf58 more strncpy -> ast_copy_string conversions, fixing some buglets along the way
20 years ago
Kevin P. Fleming fb59e4a857 combine two lines of code to make the logic clearer (bug #4273)
20 years ago
Kevin P. Fleming ea4c054123 fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry is loaded (bug #4266)
20 years ago
Kevin P. Fleming 3fbdf210ce fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)
20 years ago
Kevin P. Fleming 7bcaa0caa2 code formatting cleanup (bug #4213)
20 years ago
Kevin P. Fleming acffa5d930 implement more detailed hangup causes (bug #4214)
20 years ago
Kevin P. Fleming 6cd4f9a8d3 correct some signed/unsigned issues found by GCC 4 (bug #4237)
20 years ago
Kevin P. Fleming 0356b70224 add functions to register/unregister multiple CLI commands in a single operation (bug #4255, with minor mods)
20 years ago
Kevin P. Fleming c382394360 add counters to 'show agents' CLI command (bug #4232)
20 years ago
Kevin P. Fleming 4515e94c39 various minor formatting changes and code cleanups (bug #4262)
20 years ago
Mark Spencer e37adfa243 Add netstats option (bug #4175)
20 years ago
Mark Spencer 01424f1f05 Fix one way audio problem with iax trunking (bug #4221)
20 years ago
Mark Spencer c936fc827c Add remainder of rtp fixes, iax2 patch (bug #3961)
20 years ago
Mark Spencer 060b71e52f Fix incorrect variable (bug #4243)
20 years ago
Jeremy McNamara 5af8df2b98 Formatting fixes and sanity checks Bug #4263
20 years ago
James Golovich 7d26776adc Fix typo in chan_zap.c faclityenable != facilityenable
20 years ago
Malcolm Davenport 04274f46c3 Resolve Bug #4248
20 years ago
Russell Bryant 65a7d2ac76 fixes for the new jitter buffer (bug #4249)
20 years ago
Matthew Fredrickson ba736889bf enable/disable facility ies
20 years ago
Matthew Fredrickson 567dd8c1ea Set DNID for immediate calls (Bug #4220)
20 years ago
Jeremy McNamara c224da2948 C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to shut bkw up. Bug #4185
20 years ago
Jeremy McNamara e6be0236e5 Formatting fixes, proper locking and to shut bkw up. Bug #4185
20 years ago
Jeremy McNamara f3f322c990 Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164
20 years ago
Jeremy McNamara bd8ec48b6a Add specific gcc version to shut bkw up
20 years ago
Matthew Fredrickson 31d5fab9cd chan_zap.c portion of PRI show debug command (Bug #3985)
20 years ago
Russell Bryant 5f54bf2230 revert this patch ... THIS IS NORMAL OPERATION, see the bugnotes for details (bug #4107)
20 years ago
Mark Spencer 82d52ffe35 Use maxdomainlen in chan_sip (bug #4212)
20 years ago
Mark Spencer 00bcbaaa05 Fix gethostname calls (bug #4198, with mods)
20 years ago
Russell Bryant 7e83b3a4b1 now fix the formatting part (bug #4207)
20 years ago
Russell Bryant 6ce084b7e2 remove unreachable block of code (bug #4207)
20 years ago
Kevin P. Fleming 4d2537ae11 major re-work of dialplan functions, including:
20 years ago
Mark Spencer 0575c11d72 Merge formatting changes (bug #4172)
20 years ago
Mark Spencer 2fcda7000b Minor protocol fixes (bug #4169)
20 years ago
Kevin P. Fleming 6f118fe66a remove extraneous manual string termination
20 years ago
Kevin P. Fleming 7d6ba573e5 move some debugging output to a higher debug level (bug #4119)
20 years ago
Kevin P. Fleming aba598c26f fix build on FreeBSD (bug #4125)
20 years ago
Kevin P. Fleming 135f392c62 solve memory leak and allow chan_mgcp to be unloaded (bug #4148)
20 years ago
Kevin P. Fleming 38c513fd02 ensure the SIP socket is closed on module unload (bug #4149)
20 years ago
Kevin P. Fleming 50b9f0e970 fix breakage when ast_copy_string is used to copy substrings (bug #4146, but a different fix)
20 years ago