summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2005-05-20make 'sip debug' work again (commands must be registered shortest-first when ...Kevin P. Fleming
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334Jeremy McNamara
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #...Jeremy McNamara
2005-05-19formatting cleanup (bug #4330)Kevin P. Fleming
2005-05-19remove unnecessary conditional logic (bug #4313, take two)Kevin P. Fleming
2005-05-19ensure that peer-level RTP settings are actually used (bug #4313)Kevin P. Fleming
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)Kevin P. Fleming
2005-05-19move variable declarations to top of function where they belong (bug #4303)Kevin P. Fleming
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...Mark Spencer
2005-05-19More jitter buffer fixes for large resync (bug #4311)Mark Spencer
2005-05-19Merge skew reduction (bug #4222)Mark Spencer
2005-05-18Add IAX2 testing code (bug #4242)Mark Spencer
2005-05-18Actually apply timestamp bug (bug #3961)Mark Spencer
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formRussell Bryant
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedMatthew Fredrickson
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286Matthew Fredrickson
2005-05-16SIP hold improvements (bug #4290)Kevin P. Fleming
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)Kevin P. Fleming
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the wayKevin P. Fleming
2005-05-15combine two lines of code to make the logic clearer (bug #4273)Kevin P. Fleming
2005-05-15fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry i...Kevin P. Fleming
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)Kevin P. Fleming
2005-05-15code formatting cleanup (bug #4213)Kevin P. Fleming
2005-05-15implement more detailed hangup causes (bug #4214)Kevin P. Fleming
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-05-15add counters to 'show agents' CLI command (bug #4232)Kevin P. Fleming
2005-05-15various minor formatting changes and code cleanups (bug #4262)Kevin P. Fleming
2005-05-15Add netstats option (bug #4175)Mark Spencer
2005-05-15Fix one way audio problem with iax trunking (bug #4221)Mark Spencer
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)Mark Spencer
2005-05-14Fix incorrect variable (bug #4243)Mark Spencer
2005-05-13Formatting fixes and sanity checks Bug #4263Jeremy McNamara
2005-05-12Fix typo in chan_zap.c faclityenable != facilityenableJames Golovich
2005-05-12Resolve Bug #4248Malcolm Davenport
2005-05-12fixes for the new jitter buffer (bug #4249)Russell Bryant
2005-05-12enable/disable facility iesMatthew Fredrickson
2005-05-11Set DNID for immediate calls (Bug #4220)Matthew Fredrickson
2005-05-11C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to s...Jeremy McNamara
2005-05-11Formatting fixes, proper locking and to shut bkw up. Bug #4185Jeremy McNamara
2005-05-11Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164Jeremy McNamara
2005-05-11Add specific gcc version to shut bkw upJeremy McNamara
2005-05-10chan_zap.c portion of PRI show debug command (Bug #3985)Matthew Fredrickson
2005-05-10revert this patch ... THIS IS NORMAL OPERATION, see the bugnotes for details ...Russell Bryant
2005-05-08Use maxdomainlen in chan_sip (bug #4212)Mark Spencer
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-07now fix the formatting part (bug #4207)Russell Bryant
2005-05-07remove unreachable block of code (bug #4207)Russell Bryant
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming
2005-05-04Merge formatting changes (bug #4172)Mark Spencer