aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-10Merge speech-multi branch which adds support for joining multiple sound files...file1-28/+25
2007-01-10Fix parsing when using something like ldap settings. (done by anthonyl)file1-1/+4
2007-01-10Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 ...file1-2/+3
2007-01-10Reverse some logic in cdr_manager, which made it fail to load if the config f...qwell1-1/+1
2007-01-10Merged revisions 50295 via svnmerge from file1-5/+15
2007-01-10Ensure data's existence before trying to access it. (issue #8774 reported by ...file1-1/+1
2007-01-10Merged revisions 50227 via svnmerge from russell1-1/+1
2007-01-09Re-add CLI command that should have only been deprecated in 1.4.qwell1-2/+22
2007-01-09Merged revisions 50150 via svnmerge from tilghman1-2/+24
2007-01-09- handle re-invites properly in sip_hangup()oej1-4/+14
2007-01-08Fix an issue with voicemail and users.conf, where it wouldn't ever parse a pa...qwell1-1/+1
2007-01-08we can't unlock a channel if we cant find it. - AnthonyL bug #8741mogorman1-1/+0
2007-01-08Disable the more intense packet2packet bridging until the bugs can be worked ...file1-0/+10
2007-01-08Issue #8677 - Handle failure of T.38 re-inviteoej1-1/+31
2007-01-08Issue #8524, support multiple via header values (tardieu)oej1-11/+22
2007-01-08We only need one forward declarationoej1-1/+0
2007-01-08Issue 8735: Terminate state when extension is unavailable for subscriptionoej1-1/+1
2007-01-08Merged revisions 49889 via svnmerge from file1-1/+1
2007-01-08since we use AC_PATH_TOOL to find tools, we should use the results it provide...kpfleming2-39/+39
2007-01-07Merged revisions 49833 via svnmerge from tilghman1-1/+2
2007-01-07Second condition was a subset of the first, so hold was never decremented, th...tilghman1-1/+1
2007-01-06Save 1 whopping byte of allocated memory!qwell3-10/+6
2007-01-05one more time...kpfleming2-27/+27
2007-01-05proper fix for r49712kpfleming2-157/+2370
2007-01-05if --with-foo=<path> is specific for a configure option, ensure that it is us...kpfleming2-2291/+159
2007-01-05ast_func_read() needs a writable copy of the function name to be passedkpfleming1-1/+3
2007-01-05Make codec_zap and chan_zap also depend on zaptel.qwell2-0/+2
2007-01-05don't 'consume' the params list before we try to use it againkpfleming1-3/+3
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming17-309/+320
2007-01-05Don't keep repeating the warning over and over when the end of the call is re...file1-7/+3
2007-01-05Merged revisions 49635 via svnmerge from kpfleming3-12/+19
2007-01-05revert the dynamic_list insertion change... that was not the right thing to dokpfleming1-1/+0
2007-01-04create the IAX2 processing threads as background threads so they will use sma...kpfleming1-8/+5
2007-01-04It's possible for the iax2 pvt to disappear, so if it has... don't bother loo...file1-7/+9
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming7-2/+308
2007-01-04Only free comments and line buffer once we reach the first level. (issue #867...file1-12/+20
2007-01-04don't mark these allocations as 'cache' allocations when caching has been dis...kpfleming2-4/+10
2007-01-04if we're going to decrement the frame count when we free a frame, we should i...kpfleming1-0/+2
2007-01-04only do IAX2 frame caching for voice and video frameskpfleming3-13/+16
2007-01-04don't do frame header caching in the core if LOW_MEMORY is definedkpfleming1-1/+16
2007-01-04don't define this type either if LOW_MEMORY is enabledkpfleming1-1/+1
2007-01-04Merged revisions 49447 via svnmerge from mogorman1-56/+55
2007-01-04don't do frame caching in LOW_MEMORY modekpfleming1-1/+14
2007-01-04make building of codec_gsm against the system GSM library actually workkpfleming1-1/+1
2007-01-04Merged revisions 49412 via svnmerge from mogorman1-4/+4
2007-01-04Fix the REALTIME() dialplan function. ast_build_string() advances the stringrussell1-3/+3
2007-01-03Merged revisions 49354 via svnmerge from mogorman1-7/+33
2007-01-03Merged revisions 48319,48321,48467,48552,48576,49135,49303 via svnmerge from crichter8-86/+154
2007-01-03various Makefile improvements to get chan_vpb (and any other C++ modules) to ...kpfleming2-3/+11
2007-01-03Check pvt structure presence before passing to send_command. This gets rid of...file1-2/+8