aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-05-25various code cleanups (bug #4353)russell2-3/+3
2005-05-24Correctly implement the button templates in hopes to support more 79XX series...jeremy1-182/+155
2005-05-24(Hopefully!) last remaining changes for NFAS.mattf1-18/+61
2005-05-24More updates for NFAS span/channel mappingmattf1-7/+8
2005-05-23Bug in pri_find_principlemattf1-1/+3
2005-05-23Updates for new libpri set_message apimattf1-2/+5
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy2-199/+119
2005-05-21Make debug output more precise. Bug #4345jeremy1-9/+10
2005-05-20Mods for IMPLICIT/EXPLICIT channel id selection supportmattf1-0/+20
2005-05-20make 'sip debug' work again (commands must be registered shortest-first when ...kpfleming1-1/+1
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334jeremy4-91/+126
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #...jeremy3-90/+71
2005-05-19formatting cleanup (bug #4330)kpfleming1-89/+92
2005-05-19remove unnecessary conditional logic (bug #4313, take two)kpfleming1-6/+3
2005-05-19ensure that peer-level RTP settings are actually used (bug #4313)kpfleming1-0/+6
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)kpfleming1-0/+79
2005-05-19move variable declarations to top of function where they belong (bug #4303)kpfleming1-6/+6
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...markster1-3/+5
2005-05-19More jitter buffer fixes for large resync (bug #4311)markster1-3/+12
2005-05-19Merge skew reduction (bug #4222)markster1-1/+6
2005-05-18Add IAX2 testing code (bug #4242)markster1-0/+103
2005-05-18Actually apply timestamp bug (bug #3961)markster1-2/+11
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formrussell2-17/+34
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedmattf1-10/+8
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286mattf1-0/+28
2005-05-16SIP hold improvements (bug #4290)kpfleming1-12/+38
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)kpfleming1-1/+73
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the waykpfleming2-223/+211
2005-05-15combine two lines of code to make the logic clearer (bug #4273)kpfleming1-2/+1
2005-05-15fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry i...kpfleming1-79/+86
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)kpfleming1-7/+7
2005-05-15code formatting cleanup (bug #4213)kpfleming1-606/+635
2005-05-15implement more detailed hangup causes (bug #4214)kpfleming1-9/+83
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming4-8/+8
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming1-91/+30
2005-05-15add counters to 'show agents' CLI command (bug #4232)kpfleming1-1/+12
2005-05-15various minor formatting changes and code cleanups (bug #4262)kpfleming1-34/+66
2005-05-15Add netstats option (bug #4175)markster1-9/+35
2005-05-15Fix one way audio problem with iax trunking (bug #4221)markster1-4/+16
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-45/+3
2005-05-14Fix incorrect variable (bug #4243)markster1-1/+1
2005-05-13Formatting fixes and sanity checks Bug #4263jeremy1-270/+270
2005-05-12Fix typo in chan_zap.c faclityenable != facilityenablecitats1-1/+1
2005-05-12Resolve Bug #4248malcolmd1-2/+2
2005-05-12fixes for the new jitter buffer (bug #4249)russell1-2/+6
2005-05-12enable/disable facility iesmattf1-2/+10
2005-05-11Set DNID for immediate calls (Bug #4220)mattf1-0/+3
2005-05-11C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to s...jeremy1-21/+39
2005-05-11Formatting fixes, proper locking and to shut bkw up. Bug #4185jeremy1-183/+200
2005-05-11Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164jeremy1-13/+19