aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-28 - update documentation for some of the goto functions to note that theyrussell2-1/+24
2007-11-27Don't do frame processing if ast_read() returned NULL.russell1-0/+3
2007-11-27Instead of depending on the return value of ast_true(), explicitly set therussell1-1/+1
2007-11-27Don't start/stop autoservice in pbx_extension_helper() unless a channel existsrussell1-8/+16
2007-11-27Two changes with regards to the 'eventwhencalled' option of queues.confmmichelson1-3/+3
2007-11-27Merge changes from team/russell/autoservice_1.4russell2-7/+90
2007-11-27Changing some calls from free() to ast_free() since they were allocated withmmichelson1-3/+3
2007-11-27on second thought... revert all the other changes i've made in app options pa...kpfleming1-5/+1
2007-11-27generate a warning when an application option that requires an argument is ig...kpfleming1-2/+5
2007-11-27Add a note to the sample voicemail config noting that when using IMAP storage,russell1-1/+2
2007-11-27Default result of STAT should be "0" not "".tilghman1-1/+1
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej3-12/+52
2007-11-27Clarify limitonpeers=yesoej1-0/+3
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf4-3/+43
2007-11-26After issuing a "say load new", if a caller hangs up during the middle of pla...mmichelson1-1/+5
2007-11-26After issuing a "say load new" tons of warning messages are printedmmichelson1-4/+0
2007-11-26Fix issues with async dialing with an application executing. The application ...file1-5/+24
2007-11-26Add module counting removal for error conditions.file1-0/+3
2007-11-26Add channel locking to a function that needed to be doing it. This is just arussell1-0/+2
2007-11-26Use ast_free to free memory, or else we shall implode if MALLOC_DEBUG is enab...file1-2/+2
2007-11-26Close the audio file before sending it to the post processing application.file1-3/+3
2007-11-26when parsing application options that take arguments, don't indicate that the...kpfleming1-1/+2
2007-11-26Revert vmu->email back to an empty string if it was empty when imap_store_filemmichelson1-1/+12
2007-11-26If channel allocation fails because the alert pipe could not be created also ...file1-0/+1
2007-11-26When unloading app_meetme destroy any auto created contexts created by SLA.file1-0/+3
2007-11-25We previously attempted to use the ESCAPE clause to set the escape delimiter totilghman4-6/+32
2007-11-24Free some frames that would otherwise leak on error.tilghman1-0/+3
2007-11-24Currently, zero-length voicemail messages cause a hangup in VoicemailMain.tilghman2-4/+15
2007-11-23Up until this point, the XML output of the manager has been technicallytilghman1-3/+71
2007-11-23Use ESCAPE clause for the first parameter, not just 2nd-Nth parameters.tilghman1-1/+2
2007-11-22mvanbaak pointed out a spelling error in this sample configuration file. Whilerussell1-2/+2
2007-11-21Fix a small error I made in my previous commitmmichelson1-1/+1
2007-11-21Changing an inaccurate debug message to be less inaccurate. Under the circums...mmichelson1-1/+1
2007-11-21If a channel gets masqueraded in the middle of a park, don't play thetwilson1-8/+18
2007-11-20re-doxygen some commentskpfleming1-5/+8
2007-11-20bring back compile-option checking when loading modules, only this time use a...kpfleming3-1/+25
2007-11-20According to comments in main/pbx.c, it is essential that if we are going to ...mmichelson1-0/+2
2007-11-20closes issue #11324; break statements missing in switch cases.murf1-10/+7
2007-11-20added RR patch from iroot #10908, thanks.crichter1-5/+7
2007-11-19Print out the correct filename (features.conf) in the log message when parkpo...file1-1/+1
2007-11-19Clarify documentation a bit, include that a frame has to pass through the cor...file1-1/+1
2007-11-16Temporarily revert revision 89325, which added md5 magic for keeping track ofrussell3-18/+1
2007-11-16To help combat problems where people build external modules (asterisk-addons ...kpfleming3-1/+18
2007-11-16Make realtime queues accessible from the QUEUE_MEMBER_COUNT function.mmichelson1-10/+2
2007-11-15Start Asterisk in Debian at a more reasonable time (since zaptel is at level 20)tilghman1-2/+2
2007-11-15Fix an uninitialized memory read found by valgrindtilghman1-1/+1
2007-11-15Yet another memory corruption issue.tilghman1-0/+12
2007-11-15Update the SLAStation application to account for the case where the SLA threadrussell1-0/+23
2007-11-15Undoing previous commit since I realize it was wrongmmichelson1-1/+0
2007-11-15Adding a missing mutex unlock.mmichelson1-0/+1