summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-09-05Fix Incrementing Sequence Number For Retransmitted DTMF End PacketsMichael L. Young
2012-09-05Fix memory leak when CEL is successfully written to PostgreSQL databaseMatthew Jordan
2012-09-04app_queue: PAUSEALL/UNPAUSEALL logged only if interface is a queue memberJonathan Rose
2012-09-04app_queue: Only log PAUSEALL/UNPAUSEALL when 1+ memebers changed.Jonathan Rose
2012-09-04Fix issue where SIP devices were not notified when custom devices changed to ...Mark Michelson
2012-09-04Prevent crash from using app_page with no confbridge.conf file provided.Mark Michelson
2012-08-31Prevent local RTP bridges from sending inappropriate formats to participants.Mark Michelson
2012-08-30Prevent crash on shutdown due to refcount error on queues container.Mark Michelson
2012-08-30Help prevent ringing queue members from being rung when ringinuse set to no.Mark Michelson
2012-08-30AST-2012-013: Resolve ACL rules being ignored during calls by some IAX2 peersMatthew Jordan
2012-08-30AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVRMatthew Jordan
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-30Restore CODING-GUIDELINES to doc folderMatthew Jordan
2012-08-29Ensure alignment of in[] field in MD5Context struct.Richard Mudgett
2012-08-29Fix compile errors.Richard Mudgett
2012-08-29app_meetme: Adding test events for following activity in MeetMe.Jonathan Rose
2012-08-29Fix theoretical compile error with HAVE_EPOLL.Richard Mudgett
2012-08-29Initialize file descriptors for dummy channels to -1.Richard Mudgett
2012-08-29chan_sip: Change manager event to confirm SIPqualifypeer into an ackJonathan Rose
2012-08-29Fix hangup cause passthrough regression.Richard Mudgett
2012-08-29chan_sip: Send 408 on retransmit timeout instead of 603Jonathan Rose
2012-08-29chan_sip: Send a manager event to confirm SIPqualifypeer completesJonathan Rose
2012-08-27Fix misleading documentation in agents.conf.sample regarding ackcall usage.Mark Michelson
2012-08-27Fix incorrect documentation of the MailboxStatus manager command.Mark Michelson
2012-08-27svn:ignore pjproject bin & output for all platforms.David M. Lee
2012-08-27Fix incorrectly documented option in queues.confMark Michelson
2012-08-27Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.David M. Lee
2012-08-27Implement workaround for BETTER_BACKTRACES crashKinsey Moore
2012-08-26mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZEAlec L Davis
2012-08-23I forgot to add the unit tests for scoped locks earlier today.Mark Michelson
2012-08-22Add support for call-id logging to chan_motif.Joshua Colp
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-21Add scoped locks to Asterisk.Mark Michelson