summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2012-02-29Fix copying of CDR(accountcode) to local channels.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Correctly reset the dialplan priority.Tilghman Lesher
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-28Remove dupliate 'i' option table entry in app_page.c.Richard Mudgett
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-25Fix crash in app_voicemail during close_mailboxMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Multiple revisions 356290,356335,356337Paul Belanger
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-16Fix channel opaquification for app_rptPaul Belanger
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-13Don't try to play sound files that do not exist.Joshua Colp
2012-02-10Fix a voicemail memory leak with heard/deleted messages.Jason Parker
2012-02-10Fix IMAP app_voicemail compilation issue introduced in r354429Matthew Jordan
2012-02-09Fix crash in ParkAndAnnounce.Richard Mudgett
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-06Make the 'c' option to MeetMe work even if the 'q' option is used.Joshua Colp
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-27Audit of ao2_iterator_init() usage for v10. Missed one.Richard Mudgett
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-25Fix -Werror=unused-but-set-variable compiler error (gcc 4.6.2)Paul Belanger
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-23Adds the ability to stop specific mixmonitors by using unique IDs set at moni...Jonathan Rose
2012-01-20Prevent potential buffer overflow on AMI MixMonitor command.Mark Michelson
2012-01-13Realtime queues failed to load queue information without queue member tableMatthew Jordan
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-11Make FollowMe optionally update connected line information when the accepting...Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-09Prevent SLA settings from getting wiped out on reloadKinsey Moore
2012-01-06Fix memory leaks in app_followme find_realtime().Richard Mudgett
2012-01-04Fix for ConfBridge config parser unlocking channel mutex too many timesMatthew Jordan
2011-12-23Allow overriding of IMAP server settings on a user by user basisMatthew Jordan
2011-12-23Merged revisions 349045 via svnmerge from Sean Bright
2011-12-23Fix missing doc tags found while fixing ASTERISK-18689Kinsey Moore
2011-12-22Add Asterisk TestSuite event hooks to support ConfBridge testingMatthew Jordan
2011-12-16Voicemail with the saycid option will now play a caller's name based on cid i...Jonathan Rose
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-12-16Fix ParkAndAnnounce to pass the CallerID to the announcing channel.Richard Mudgett
2011-12-14Added support for all slin formats to app_originateMatthew Jordan
2011-12-14Fixed Asterisk crash when function QUEUE_MEMBER receives invalid inputMatthew Jordan
2011-12-14Improve error message in CONFBRIDGE_INFOMatthew Jordan
2011-12-13Fix FollowMe CallerID on outgoing calls.Richard Mudgett
2011-12-09Adds MixMonitor and StopMixMonitor AMI commands to the managerJonathan Rose
2011-12-09Remove autojump extensions from SayUnixTime, make an option to perform automa...Jonathan Rose
2011-12-08Fix regressed behavior of queue set penalty to work without specifying 'in <q...Jonathan Rose
2011-12-07Fix: Meetme recording variables from realtime DB use null entries over channe...Jonathan Rose
2011-12-06Add VM_INFO() dialplan function to gather information about a mailbox.Walter Doekes
2011-12-06Add regression tests for issue ASTERISK-18838.Walter Doekes
2011-12-06The voicemail [general] zonetag and locale variables weren't loadedWalter Doekes