aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-02fix a couple of warnings on osxrussell1-2/+2
2005-09-01allow for custom URI options to be set (issue #4927 with mods)kpfleming2-31/+41
2005-09-01allow longer 'busy' tones to be detected (issue #5085)kpfleming1-1/+1
2005-09-01fix stupid thinko (thanks velter!)kpfleming1-2/+2
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming3-34/+31
2005-09-01don't try to reference through pvt if it is NULL (issue #5089)kpfleming1-3/+4
2005-09-01ensure variable structure is initialized before use (issue #5092)kpfleming1-0/+1
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)kpfleming1-2/+14
2005-09-01eliminate the urgent handler message, since it can causing blocking in the st...kpfleming1-0/+4
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...kpfleming1-2/+0
2005-09-01send the correct Call-ID when using OSP (issue #5095)kpfleming1-9/+12
2005-09-01don't reverse variable order during inheritance (issue #5091)kpfleming1-2/+2
2005-09-01don't add a colon to the header name (thanks bkw!)kpfleming1-1/+1
2005-09-01add warning about new expression parserkpfleming1-0/+10
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