summaryrefslogtreecommitdiff
path: root/addons
AgeCommit message (Expand)Author
2013-02-25Clean up use of va_end/va_args in res_config_mysqlMatthew Jordan
2013-01-17Fix issue where chan_mobile fails to bind to first available portMatthew Jordan
2013-01-16Fix parsing SMSSRC for SMS messagesMatthew Jordan
2013-01-15Add busy detection to chan_mobileMatthew Jordan
2013-01-02Clean up app_mysql's application entry points to properly parse argumentsMatthew Jordan
2012-12-10Remove some dead code and additionally handle a case that wasn't handled.Tilghman Lesher
2012-11-27Remove unnecessary channel module references.Richard Mudgett
2012-10-14Doxygen UpdatesAndrew Latham
2012-10-14Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-08-10remove ALREADYGONE flag on ooh323 call data by ooh323_indicateAlexandr Anikin
2012-08-10Send re-register packets by GRQ (gatekeeper request) intervalAlexandr Anikin
2012-08-10restore calling cb functions by timer expireAlexandr Anikin
2012-08-09Introdue 'ooh323 show gk' cli command that show status of connectionAlexandr Anikin
2012-08-09Fix to resend GRQ/RRQ if RRJ (registration reject) is receivedAlexandr Anikin
2012-08-09change opening h323 logfile with append mode instead of overwriteAlexandr Anikin
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Allow specifying a port number for the MySQL server.Russell Bryant
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-05Fix dev mode ooh323 warningsAlexandr Anikin
2012-07-04Added direct media support to ooh323 channel driverAlexandr Anikin
2012-07-04fix small mistake in the previousAlexandr Anikin
2012-07-04Fix modern gcc warningAlexandr Anikin
2012-06-20fix locking issue on empty callListAlexandr Anikin
2012-06-20use right definition for channel nameAlexandr Anikin
2012-06-19check rtptimeouts in ooh323 channels as per config fileAlexandr Anikin
2012-05-12format_mp3: Fix a possible crash in mp3_read().Russell Bryant
2012-05-03Fix warning of Coverity Static analysis, change H225ProtocolIdentifierAlexandr Anikin
2012-05-03Fix coverity static analysis warning, allocate full ie structureAlexandr Anikin
2012-04-30Fix use freed pointer in return value from call threadAlexandr Anikin
2012-04-19Convert some strncpys to ast_copy_stringTerry Wilson
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-04Fix some stuff involving calls to memcpy and memsetJonathan Rose
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-26Add support change gatekeeper mode or ip per ooh323 reload commandAlexandr Anikin
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-02-14call manager_event only if there is not null channel structureAlexandr Anikin
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-26Fix outbound DTMF for inband mode (tell asterisk core to generate DTMFAlexandr Anikin
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-14Multiple revisions 350788-350789Kevin P. Fleming