summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-10-11Continue to group config filesAndrew Latham
2012-10-11Don't make chan_sip export global symbols.Mark Michelson
2012-10-11Fix incorrect billing duration reported when batch mode is enabledMatthew Jordan
2012-10-10Fix segfault regression from r370681Kinsey Moore
2012-10-09Fix execution of 'i' extension due to uninitialized variable.Richard Mudgett
2012-10-07Trivial patch to make 'best_score' defined for all architectures.Matthew Jordan
2012-10-06Update documentation for MessageSend application/command's From field for XMPPMatthew Jordan
2012-10-05Multiple revisions 374570,374581David M. Lee
2012-10-04dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_ENDAlec L Davis
2012-10-04dsp.c fix incorrect DTMF Digit_Duration.Alec L Davis
2012-10-04Fix DBDelTree error codes for AMI, CLI and AGIDavid M. Lee
2012-10-04Add support for applying direct media ACLs between differing channel technolo...Joshua Colp
2012-10-04dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST valuesAlec L Davis
2012-10-03Destroy the generic_monitors container after the core_instances in ccssMatthew Jordan
2012-10-02Missed an astobj2.c debug tag.Richard Mudgett
2012-10-02* Add ref debug tags to astobj2.c ref usage.Richard Mudgett
2012-10-02Ensure Shutdown AMI event is still fired during Asterisk shutdownMatthew Jordan
2012-10-02Fix findings from check-in on r374177Matthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-10-01app_queue: Support persisting and loading of long member lists.Sean Bright
2012-10-01Use ast_copy_string instead of strncpy to guarantee a NUL terminated string.Sean Bright
2012-10-01Change core show help output format.Richard Mudgett
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-09-28Reset hangup flags on channels created through messages and cleanup globalsBrent Eagles
2012-09-27Cleanup ast_dtmf_stream()Richard Mudgett
2012-09-27loader: Ensure dependent modules are properly initialized.Joshua Colp
2012-09-25Fix saying of date in Dutch.Mark Michelson
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-21dsp.c: remove more whitespace mentioned in review2107Alec L Davis
2012-09-21dsp.c ast_dsp_call_progress use local short variable in loop, plus other cleanupAlec L Davis
2012-09-20Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.Joshua Colp
2012-09-20Named call pickup groups. Fixes, missing functionality, and improvements.Richard Mudgett
2012-09-20dsp.c: remove whitespace mentioned in review2107Alec L Davis
2012-09-18Make the casing of CALL_ID in debug messages consistent to satisfy my OCD.Sean Bright
2012-09-18Don't crash when passing a NULL message to __astman_get_header.Sean Bright
2012-09-14Resolve memory leaks in TLS initialization and TLS client connectionsMatthew Jordan
2012-09-13Fixed make clean when configured --disable-asterisksslDavid M. Lee
2012-09-13Fix timeouts for ast_waitfordigit[_full].David M. Lee
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-09-12logger: Add rotatestrategy option of 'none' which does not perform rotationsJonathan Rose
2012-09-12Fixed r372696 when configured --disable-asteriskssl; properly install libaste...David M. Lee
2012-09-11Fix inability to shutdown gracefully due to an unending channel reference.Mark Michelson
2012-09-11Fix bad channel application data reference.Mark Michelson
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-09-10Masquerade: Retain parkinglot settings made by CHANNEL function.Jonathan Rose
2012-09-08Add OPENSSL_INCLUDE to the CFLAGS for ssl.c and tcptls.c.David M. Lee
2012-09-07Fix MALLOC_DEBUG version of ast_strndup().Richard Mudgett