summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-15Made companding law for SS7 calls only determined by SS7 signaling type.Richard Mudgett
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-12Skip any non-content information when looking for and handling content.Joshua Colp
2012-09-12res_xmpp: Fix a segfault caused by bodyless messagesJonathan Rose
2012-09-12logger: Add rotatestrategy option of 'none' which does not perform rotationsJonathan Rose
2012-09-12Add channel name to a warning to make debugging easier.Mark Michelson
2012-09-12Fixed r372696 when configured --disable-asteriskssl; properly install libaste...David M. Lee
2012-09-11chan_local: Switch from using a random 4 digit hex identifier to unique idJonathan Rose
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-11Corrects the astsbindir setting when installing the sample asterisk.conf.David M. Lee
2012-09-11chan_sip: Fix CHANGES and UPGRADE.txt for r372808Jonathan Rose
2012-09-10chan_sip: Change SIPQualifyPeer to improve initial response timeJonathan Rose
2012-09-10Ensure iax2 debug output is displayed when expectedKinsey Moore
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-09-10res_rtp_asterisk: Eliminate "type-punned pointer" build warning.David M. Lee
2012-09-10app_meetme: Document that 'p' option will continue in dialplan.Jonathan Rose
2012-09-10Masquerade: Retain parkinglot settings made by CHANNEL function.Jonathan Rose
2012-09-09Only re-create an SRTP session when neededMatthew Jordan
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
2012-09-07Remove annoying unconditional debug message from INC/DEC functions.Richard Mudgett
2012-09-07Fix exception path typo in app_queue.c try_calling().Richard Mudgett
2012-09-07Fix VoicemailUserEntry event headers ServerEmail and MailCommand reported val...Richard Mudgett
2012-09-07svn:ignore cleanup.David M. Lee
2012-09-07Fix parallel make for res_asterisk_rtp.David M. Lee
2012-09-07Free ast_str objects when temp file fails to be created in MiniVMMatthew Jordan
2012-09-07Fix file descriptor leak and pointer scope issue in MiniVM when sending mailMatthew Jordan
2012-09-06Update QueueMemberStatus event documentation to include member status valuesMatthew Jordan
2012-09-06Fix loss of MOH on an ISDN channel when parking a call for the second time.Richard Mudgett
2012-09-06Ensure listed queues are not offered for completionKinsey Moore
2012-09-06chan_sip: Note change in behavior to how directmediapermit/deny ACL worksJonathan Rose
2012-09-06Ensure "rules" is tab-completable for "queue show"Kinsey Moore
2012-09-06Fix DUNDi message routing bug when neighboring peer is unreachableMatthew Jordan
2012-09-06Allow configured numbers for FollowMe to be greater than 90 charactersMatthew Jordan
2012-09-05Recorded merge of revisions 372373 from http://svn.asterisk.org/svn/asterisk/...Richard Mudgett
2012-09-05Correct documentation for ModuleLoad AMI actionKinsey Moore
2012-09-05Ensure counts generated in manager_show_dialplan_helper are correctKinsey Moore
2012-09-05dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should...Alec L Davis
2012-09-05Multiple revisions 372327-372328Richard Mudgett
2012-09-05Re-fix sending unnegotiated payloads during a P2P RTP bridge.Mark Michelson
2012-09-05Add fixes and cleanup to app_alarmreceiver.Mark Michelson
2012-09-05Fix memory leaks in app_voicemail when using IMAP storage or realtime configMatthew Jordan
2012-09-05LDAP Realtime Peers Cannot RegisterDarren Sessions
2012-09-05Fix breakage caused by last merge. Missing a variable for 11 and trunk.Michael L. Young
2012-09-05dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF...Alec L Davis
2012-09-05dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_de...Alec L Davis