summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-03-05Corrected cross-platform stat nanosecond codeDavid M. Lee
2014-03-05stasis: Made internal_stasis_subscribe() prototype and definition match exactly.Richard Mudgett
2014-02-26PJSIP: Fix some bad spacingKinsey Moore
2014-02-25res_pjsip_exten_state: Presence for digium phonesKevin Harwell
2014-02-21json: Fix off-nominal json ref counting issues.Richard Mudgett
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2014-02-17Store SIP User-Agent information in contacts.Mark Michelson
2014-02-07timing: Improve performance for most timing implementations.Joshua Colp
2014-02-07chan_iax2: Block unnecessary control frames to/from the wire.Richard Mudgett
2014-02-06res_pjsip: Updates and adds more PJSIP CLI commands.Richard Mudgett
2014-02-05ARI/AMI: Update versions; update UPGRADE/CHANGES notes for 12.1.0 changesMatthew Jordan
2014-02-04devicestate: Make ast_devstate_changed_literal() return value and doxygen con...Richard Mudgett
2014-01-31res_pjsip: Config option to enable PJSIP logger at load time.Kevin Harwell
2014-01-31Add file that apparently got missed in the merge.Mark Michelson
2014-01-31Decouple subscription handling from NOTIFY/PUBLISH body generation.Mark Michelson
2014-01-28cdr_radius, cel_radius: build agains libfreeradius-clientKevin Harwell
2014-01-28res_pjsip,compat: INFINITY and NAN undefinedKevin Harwell
2014-01-27Protect ast_filestream object when on a channelRussell Bryant
2014-01-17pjsip: fix support for allow=allScott Griepentrog
2014-01-15PJSIP: Add Path header supportKinsey Moore
2014-01-14ARI: Add mailboxes resource for controlling and polling external MWIJonathan Rose
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2014-01-12res_ari: Fix various memory leaks.Joshua Colp
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-09astobj2: Correct ao2_iterator opacity violationsKinsey Moore
2014-01-06External MWI core support.Richard Mudgett
2014-01-02res_pjsip: add 'set_var' support on endpointsKevin Harwell
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-20manager: bump version to 2.0.0Matthew Jordan
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-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
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-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-12-14res_pjsip: Apply outbound proxy to all SIP requests.Joshua Colp
2013-12-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
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: Adding a channel to a bridge while a live recording is active blocksKevin Harwell
2013-12-13test_voicemail_api: Add check for a registered voicemail provider before tests.Richard Mudgett
2013-12-11res_pjsip_messaging: send message to a default outbound endpointKevin Harwell
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-09app_page: Add predial handlers for app_page.Jonathan Rose
2013-12-09Switch PJSIP auth to use a vector.Mark Michelson