summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-19Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}.Walter Doekes
2012-04-19Add leading and trailing backslashesMichael L. Young
2012-04-19Update membermacro and membergosub documentation in queues.conf.sample.Richard Mudgett
2012-04-19Convert some strncpys to ast_copy_stringTerry Wilson
2012-04-19Prevent a crash in ExternalIVR when the 'S' command is sent first.Sean Bright
2012-04-19Handle multiple commands per connection via netconsoleTerry Wilson
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-18Fix building security events testMichael L. Young
2012-04-18Add ability to ignore layer 1 alarms for BRI PTMP lines.Richard Mudgett
2012-04-17Handle case where an unknown format is used to get the preferred codec sizeMatthew Jordan
2012-04-17Fix places in resources where a negative return value could impact executionMatthew Jordan
2012-04-17Make use of va_args more appropriate to form in various res_config modules pl...Jonathan Rose
2012-04-17Fix places in main where a negative return value could impact executionMatthew Jordan
2012-04-17Fix places where a negative return from ftello could be used as invalid inputMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-17Fix error that caused seek format operations to set max file size to '1' or '0'Matthew Jordan
2012-04-17Turn off warning message when bind address is set to any.Michael L. Young
2012-04-16Fix negative return handling in channel driversMatthew Jordan
2012-04-16Fix handling of negative return code when storing voicemails in ODBC storageMatthew Jordan
2012-04-16Add IPv6 address support to security events framework.Michael L. Young
2012-04-16Check for IO stream failures in various format's truncate/seek operationsMatthew Jordan
2012-04-13Make ForkCDR e option not set end time of the newly forked CDR logJonathan Rose
2012-04-13Send relative path named recordings to the meetme directory instead of soundsJonathan Rose
2012-04-12Convert SRV lookup message to debug levelPaul Belanger
2012-04-12Add option to invoke the extensions.conf stdexten using the legacy macro method.Richard Mudgett
2012-04-12Make trunkfreq take effect when setKinsey Moore
2012-04-12Simplify build system architecture optimizationKinsey Moore
2012-04-11Change default value of 'ignorebusy' on Queue members so that behavior is mor...Jonathan Rose
2012-04-10Prevent invalid access of free'd memory if DAHDI channel during an MWI eventRichard Mudgett
2012-04-10Fix crash caused by unloading or reloading of res_http_postMatthew Jordan
2012-04-09Allow func_curl to exit gracefully if list allocation fails during writeMatthew Jordan
2012-04-09Prevent invalid access of free'd memory if DAHDI channel during an MWI eventMatthew Jordan
2012-04-09Change SHARED function to use a safe traversal when modifying a variableMatthew Jordan
2012-04-06Fix memory leak in res_calendar_ews when event email address node is emptyMatthew Jordan
2012-04-06Fix memory leak when using MeetMeAdmin 'e' option with user specifiedMatthew Jordan
2012-04-06Don't add an empty MESSAGE_DATA(key) header if it doesn't already exist.Richard Mudgett
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-06Multiple revisions 361403,361412Paul Belanger
2012-04-06Remove a few more files related to chan_usbradio and app_rpt.Russell Bryant
2012-04-06Fix a typo in the warning messages for an ignored media streamMatthew Jordan
2012-04-06Remove unnecessary error message in app_dial.cKinsey Moore
2012-04-05Fix MusicOnHold in MeetMe so that it always uses the class if it's been definedJonathan Rose
2012-04-04Fix some stuff involving calls to memcpy and memsetJonathan Rose
2012-04-04Make 'help devstate change' display properly (get rid of excess comma)Jonathan Rose
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-04Make the MeetMeAdmin N command (mute all nonadmins) not mute adminsJonathan Rose
2012-04-03Fix the display of documentation for TransferKinsey Moore
2012-04-03Fix dev-mode compiler warning about gnu_printfMark Murawki
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-04-02Stop sending out RTCP if RTP is inactiveKinsey Moore