aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-01-16It is possible for the config pointer to be NULL here, so it needs to berussell1-1/+1
2007-01-16Patch allows for changing voicemail password in users.conf from voicemail mai...mogorman2-119/+82
2007-01-15Filter out a few CFLAGS that are not valid CXXFLAGS.russell1-2/+2
2007-01-15Blocked revisions 50987 via svnmergetilghman0-0/+0
2007-01-15Merged revisions 50946 via svnmerge from mogorman1-4/+8
2007-01-15re-add deprecated "show version" CLI command.qwell1-1/+16
2007-01-15Move event processing into do_message so that it gets executed again when eve...file1-7/+6
2007-01-15use the ACX_PTHREAD macro from the Autoconf macro archive for setting up comp...kpfleming7-27/+713
2007-01-14Add missing newlines for two memory CLI commands.file1-2/+2
2007-01-14Merged revisions 50781 via svnmerge from tilghman31-31/+31
2007-01-13when building the sample greetings for maibox 1234@default during 'make sampl...kpfleming2-10/+28
2007-01-13Only write a frame out to the channel if one exists. There are cases where on...file1-2/+4
2007-01-13Only join the snmp thread on an unload if the thread is actually running. (is...file1-1/+1
2007-01-12Update documentation to state that you shouldn't use realtime static with voi...qwell1-1/+2
2007-01-12We need to check for res being 0 in do_message itself, otherwise our headers ...file1-4/+4
2007-01-12Merged revisions 50561 via svnmerge from kpfleming1-1/+2
2007-01-11Remove check for channel state as it can definitely be something other then r...file1-26/+19
2007-01-11Add support to see whether NAT was detected (yay symmetric RTP) and also add ...file3-1/+10
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