aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-01don't unlock a channel we didn't lockkpfleming1-1/+2
2005-09-01ensure that file handles are never double closedkpfleming1-9/+12
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805mattf2-10/+19
2005-09-01minor optimizationkpfleming1-1/+2
2005-09-01Make sure we enable echo cancellation on incoming overlapdial callsmattf1-0/+1
2005-09-01Forgot to commit sample config updatemattf1-0/+4
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...kpfleming2-6/+4
2005-09-01eliminate spurious warningskpfleming1-3/+3
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be p...kpfleming1-4/+1
2005-08-31ensure revents fields are initialized before calling poll()kpfleming4-0/+9
2005-08-31correct Makefile errors (issue #5072)kpfleming2-2/+2
2005-08-31clarify comments (issue #5075)kpfleming1-2/+2
2005-08-31don't duplicate devicestate-to-string function (issue #5078)kpfleming1-44/+21
2005-08-31stop retransmitting INVITE after we have sent CANCEL for the same callkpfleming1-0/+2
2005-08-31don't remove .version during 'make clean', it's not the temporary file it use...kpfleming1-1/+0
2005-08-31Add support for ring begin event and configurable ringtimeout.markster2-8/+33
2005-08-31remove patch that no longer applies and is not being updated any longerkpfleming1-762/+0
2005-08-31minor cleanup and reorganization (issue #5073)kpfleming1-29/+21
2005-08-31add doc on how to create backtraces for debugging (issue #5036)kpfleming1-0/+170
2005-08-31correct case errorkpfleming1-1/+1
2005-08-31deprecate chan_modem and its subdriverskpfleming2-0/+14
2005-08-31make DEBUG_THREADS have more visible loggingkpfleming2-74/+203
2005-08-31ensure that the MOH_QUIET flag gets set for the mode "quietmp3nb"russell1-2/+5
2005-08-31remove unused definekpfleming1-4/+0
2005-08-30preserve user-added headers when outbound INVITE must be authenticated (issue...kpfleming1-41/+60
2005-08-30force cleaning with today's changeskpfleming1-1/+1
2005-08-30don't terminate subscriptions before they should be (issue #5063)kpfleming1-14/+21
2005-08-30remove unused 'outgoinglimit' code, rename 'incominglimit' to 'call-limit' (o...kpfleming2-126/+68
2005-08-30make chan_sip and chan_iax2 less chatty when not in debug mode (issue #5067)kpfleming2-38/+39
2005-08-30correct syntax errorkpfleming1-1/+1
2005-08-30Add lookup script for people without CIDNAME plus rich variables...markster1-0/+90
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming72-607/+1040
2005-08-30fix cdr_pgsql build on Debian testing (issue #5064)kpfleming1-1/+6
2005-08-30correct syntax errorkpfleming1-1/+1
2005-08-30Add support for override of the default pri exclusive/preferred channelmattf1-3/+20
2005-08-30ensure that the parser is generated in 'full/fast' modekpfleming1-1/+1
2005-08-30clean up, use make functions instead of subshells, remove unused stuffkpfleming11-264/+396
2005-08-30Add SIP video fixesmarkster8-3/+78
2005-08-30fix error I introduced into oej's patch :-(kpfleming1-1/+1
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)kpfleming3-122/+415
2005-08-29eliminate compiler warningkpfleming1-2/+0
2005-08-29ensure CDR pointer is cleared after detaching it from channel (related to iss...kpfleming1-0/+1
2005-08-29use proper next hop in strict routing mode (issue #3609)kpfleming1-30/+45
2005-08-29add dialplan functions for URI encoding/decoding (issue #4857)kpfleming1-0/+108
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)kpfleming3-117/+224
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming9-99/+143
2005-08-29eliminate compiler warningkpfleming1-1/+1
2005-08-29eliminate warning when !ZAPATA_PRIkpfleming1-0/+2
2005-08-29fix signed/unsigned result issue on 32-bit platforms (issue #5050)kpfleming5-108/+135