summaryrefslogtreecommitdiff
path: root/channels/chan_unistim.c
AgeCommit message (Expand)Author
2018-03-03chan_unistim: NetBSD has an incompatible struct in_pktinfo.Alexander Traud
2018-01-18chan_unistim: Fix hold function ability to lock/crash asteriskIgor Goncharovsky
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-02-15chan_unistim: fix char type to have consistent behavior on ARMIgor Goncharovsky
2016-11-11Fix closing rtp ports after call finished in chan_unistim.Igor Goncharovskiy
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-28BuildSystem: Fix a few issues hightlighted by gcc 6.xGeorge Joseph
2016-06-22chan_unistim: Fix memcpy in get_to_addressGeorge Joseph
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-08-19rtp_engine.c: Initial split of payload types into rx and tx mappings.Richard Mudgett
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-05-05chan_unistim: Fix build failure due to ACL changes.Joshua Colp
2015-04-30Restrict functionality when ACLs are misconfigured.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-10-30Add additional checks for NULL pointers to fix several crashes reported.Igor Goncharovskiy
2014-10-16Fix loss of voice after second call drops (on a second line) in case using mu...Igor Goncharovskiy
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-28chan_unistim: Unlock mutex in rare OOM condition.Walter Doekes
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-28Introducing changes proposed to chan_unistim driver:Igor Goncharovskiy
2014-04-21Fix wrong dialtone. The "modulation" should not be referenced for tone+tone a...Igor Goncharovskiy
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-03-05Add update_peer function to unistim_rtp_glue, improve other unistim_rtp_glue ...Igor Goncharovskiy
2014-02-26Implement functions handling keypress, display icons and text for i2004 KEM s...Igor Goncharovskiy
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2013-08-17Strip down the old event systemKinsey Moore
2013-08-08 - Fix different issues with call transfer cancel. In case 3rd party busy or ...Igor Goncharovskiy
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25A great big renaming patchMatthew Jordan
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-02Fix issue with inability to cancell call transfer made by on-sceen menus.Igor Goncharovskiy
2013-06-21Change chan_unistim to use core transfer API.Mark Michelson
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-11Fix issue with no sound in both way in case of previous call to chan_unistim ...Igor Goncharovskiy
2013-06-06Refactor the features configuration scheme.Mark Michelson