summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2014-01-17Documentation: doc fixes across various parts of the code for ASTERISK issues...Rusty Newton
2014-01-16manager: Originate doesn't abort on failed format_cap allocationKevin Harwell
2014-01-14string container: Remove unnecessary RAII_VAR usage and string object lock.Richard Mudgett
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2014-01-12CDRs: Synchronize dialplan applications that manipulate CDRs with the engineMatthew Jordan
2014-01-12stasis: Add methods to allow for synchronous publishing to subscriberMatthew Jordan
2014-01-10Logging callid: Fix some sizeof() references per coding guidelines.Richard Mudgett
2014-01-09astobj2: Correct ao2_iterator opacity violationsKinsey Moore
2014-01-04asterisk.c: suppress live_dangerously warning on rasteriskTzafrir Cohen
2014-01-03manager: UserEvent including action on outputKevin Harwell
2013-12-30channels.c: core show channeltypes slicingKevin Harwell
2013-12-24http: Properly reject requests with Transfer-Encoding setDavid M. Lee
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-20say.c: correct time for polishScott Griepentrog
2013-12-20Whitespace fixes.Richard Mudgett
2013-12-19security_events: log events with descriptive namesScott Griepentrog
2013-12-19Fix a deadlock that occurred due to a conflict of masquerades.Mark Michelson
2013-12-19udptl: Dead code elimination. ast_udptl_bridge was not used.Richard Mudgett
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-19astdb: crash in sqlite3 during shutdownScott Griepentrog
2013-12-19channel: Add a missing ast_channel_unlock when allocating a Surrogate channel.Joshua Colp
2013-12-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
2013-12-18Add AMI event for presence state.Jason Parker
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-17Several components: fixing Typos in comments and code, "avaliable" instead of...Rusty Newton
2013-12-17bridging: Give bridges a name and a known creatorJonathan Rose
2013-12-17framehooks: Re-iterate if framehook provides different frame.Joshua Colp
2013-12-17Changed the default for live_dangerously to noDavid M. Lee
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-12-16transfers: Fix bug setting both BLINDTRANSFER and ATTENDEDTRANSFERJonathan Rose
2013-12-16pbx.c: put copy of ast_exten.data on stack to prevent memory corruptionScott Griepentrog
2013-12-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
2013-12-13documentation: Add PJSIP technology to messaging documentationJonathan Rose
2013-12-13test.c: Fix too sticky unit test failed status.Richard Mudgett
2013-12-13Transfers: Make Asterisk set ATTENDEDTRANSFER/BLINDTRANSFER more reliablyJonathan Rose
2013-12-13bridge_native_rtp: Deadlock during 4-way conference creationKevin Harwell
2013-12-13ARI: Allow specifying channel variables during a POST /channelsKevin Harwell
2013-12-13test_voicemail_api: Add check for a registered voicemail provider before tests.Richard Mudgett
2013-12-11app_voicemail: Voicemail callback registration/unregistration function improv...Richard Mudgett
2013-12-11func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsipMatthew Jordan
2013-12-11func_pjsip_endpoint: Add PJSIP_ENDPOINT function for querying endpoint detailsMatthew Jordan
2013-12-09app_page: Add predial handlers for app_page.Jonathan Rose
2013-12-09sorcery: Eliminate shadowing a varaible that caused confusion.Richard Mudgett
2013-12-09endpoints: Keep a reference to channel ids when creating snapshot.Joshua Colp
2013-12-09sorcery: WhitespaceRichard Mudgett
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-12-03media_index: Make media indexing tolerable of bad symlinks.Joshua Colp