aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Fix a bug with the dahdi_setoption callback in chan_dahdi.file1-0/+2
2009-04-15Merged revisions 188646 via svnmerge from dvossel1-0/+12
2009-04-15Merged revisions 188582 via svnmerge from mmichelson1-2/+7
2009-04-15Make the cancellation of the dial timeout on a call forward optional.mmichelson1-3/+11
2009-04-15Don't try to do anything in pri_check_restart with service messages unlessjpeeler1-0/+4
2009-04-14Fix a couple of queue member reference leaks.mmichelson1-1/+2
2009-04-14Fix an incorrect clock rate when sending T140 text.file1-2/+2
2009-04-14change some capitalizationjpeeler2-2/+2
2009-04-14Add service maintenance message supportjpeeler6-19/+627
2009-04-14New actions should go under "New Actions", not "new events"oej1-28/+29
2009-04-14Making sure we have references to external libraries.oej2-1/+3
2009-04-14Fix a bug with the change I made yesterday to outbound proxy support.file1-5/+1
2009-04-14As suggested by Russell, warn users when their dialplan arguments contain pip...tilghman1-0/+5
2009-04-14Application delimiter is ',', not '|'.tilghman1-1/+1
2009-04-13Blocked revisions 188149 via svnmergetilghman0-0/+0
2009-04-13Fix another crash related to cached realtime music on hold.mmichelson1-1/+3
2009-04-13Fix a bug where using an outbound proxy would cause the local address to be 1...file1-0/+1
2009-04-13Set all queue variables on both the caller and member channels.mmichelson1-0/+3
2009-04-10Blocked revisions 187962 via svnmergejpeeler0-0/+0
2009-04-10Fix module embedding for chan_h323.jpeeler1-6/+7
2009-04-10Blocked revisions 187865 via svnmergerussell0-0/+0
2009-04-10Indicating connected line or redirecting updates were missing a call to lock ...mmichelson1-0/+1
2009-04-10Change how we set the local and remote address.file2-9/+11
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.file9-32/+32
2009-04-10Make sure tc is unlocked before calling ast_call since calling a Localmmichelson1-2/+1
2009-04-10Merged revisions 187763 via svnmerge from tilghman2-1/+3
2009-04-10clean up some patterns for files to removekpfleming1-4/+10
2009-04-10ast_strdup failures aren't really failures if the original value was NULL.mmichelson1-4/+8
2009-04-10Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_nu...mmichelson1-5/+16
2009-04-10Disable test modules by default.russell2-0/+8
2009-04-10Ensure pvt is not NULL before dereferencing it.tilghman1-2/+2
2009-04-10Even more changes concerning r187426. Revised where locks are placed yet once...dvossel1-2/+7
2009-04-10revert addition of LOG_SECURITY log channel; after further discussion, a much...kpfleming4-24/+4
2009-04-10Miscellaneous minor changes to chan_misdn.rmudgett3-207/+245
2009-04-10Make chan_misdn_log() avoid generating the log message if logging is disabled.rmudgett1-17/+27
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman10-406/+413
2009-04-09Add a new option, mwi_from, to sip.conf.mmichelson2-0/+31
2009-04-09More changes concerning r187426. Revised where locks are placed.dvossel1-7/+19
2009-04-09Add ability for dialplan execution to continue when caller hangs up.jpeeler4-5/+22
2009-04-09Merged revisions 187484 via svnmerge from mmichelson1-6/+19
2009-04-09Merged revisions 187428 via svnmerge from tilghman3-6/+208
2009-04-09Fixes deadlock caused by calling get_cid_name with chan locked.dvossel1-4/+6
2009-04-09Use safe macro practices even though they really aren't necessary.mmichelson1-2/+2
2009-04-09Fix a crash in res_musiconhold when using cached realtime moh.mmichelson1-42/+51
2009-04-09Allow '/' in username portion of register; this is a regression.tilghman1-1/+1
2009-04-09Merged revisions 187362 via svnmerge from tilghman2-2/+6
2009-04-09Do not try to send the format read/format write/make compatible options over ...file1-0/+4
2009-04-09Add support for allowing the channel driver to handle transcoding.file3-2/+51
2009-04-09Merged revisions 187300-187301 via svnmerge from tilghman8-5/+319
2009-04-09add a dedicated log channel for modules to be able report security-related ev...kpfleming4-4/+24