aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-29don't use unsigned in on Solaris, will break math expressions that arekpfleming2-2/+2
2005-08-29remove unused defines and logic (issue #5058)kpfleming1-16/+1
2005-08-29fix build when NEWJB is not defined (issue #5046)russell1-1/+1
2005-08-29app_rpt is experimental, not obsolete (issue #5047)russell1-1/+2
2005-08-29fix mem leak from not destrying config (issue #5048)russell1-1/+2
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)kpfleming3-20/+113
2005-08-26ensure that 'Events: On' enables all event types (issue #5016)kpfleming1-7/+9
2005-08-26add Russian support to say_number (issue #4781)kpfleming1-1/+112
2005-08-26add AgentCallbackLogin and AgentLogoff manager actions (issue #4766)kpfleming1-36/+170
2005-08-26update to use Speex 1.1.x features and doc cleanups (issue #4755)kpfleming3-79/+479
2005-08-26work around parsing problem by using GotoIf() (issue #4876)kpfleming1-6/+6
2005-08-26ignore equals-signs inside parens (issue #5022)kpfleming1-1/+12
2005-08-26use case-insensitive comparisons for headears (issue #5023)kpfleming1-2/+2