summaryrefslogtreecommitdiff
path: root/channels/chan_unistim.c
AgeCommit message (Expand)Author
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-24Fix several problems caused by multiple line usage with i2004 phones.Igor Goncharovskiy
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-01Remove some unnecessary calls to ast_bridged_channel() in chan_unistim.cRichard Mudgett
2013-03-27Convert MWI state message type to the new stasis naming conventionKinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-12Fix core dump on CLI usageIgor Goncharovskiy
2013-03-05Fix several unreleased mutex locks that cause problem with processing callsIgor Goncharovskiy
2012-12-10Add firmware information to CLI devices listingIgor Goncharovskiy
2012-12-10Fix codec mismatchIgor Goncharovskiy
2012-12-10Remove trailing whitespaces in number from incoming redial list. Igor Goncharovskiy
2012-10-15Fix underscreen buttons warnings apeared while transfer processIgor Goncharovskiy
2012-07-24Remove code, that operate with cdr in attempt_transfer(). That was removed so...Igor Goncharovskiy
2012-07-18Added option 'interdigit_timer' to unistim.conf to make able controll hardcod...Igor Goncharovskiy
2012-07-16Deactivate timer for dialing entered number on hook switch hang up.Igor Goncharovskiy
2012-07-16Add French translation for chan_unistim phones on-screen menus. Igor Goncharovskiy
2012-06-08Fix MWI update so LED display correct voicemail state after phone usage. Also...Igor Goncharovskiy
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-12Massive changes in chan_unistim channel driver. Include many fixes in channel...Igor Goncharovskiy
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-10-09Merged revisions 339942 via svnmerge from Igor Goncharovskiy
2011-10-08Merged revisions 339885 via svnmerge from Igor Goncharovskiy
2011-10-08Merged revisions 339831 via svnmerge from Igor Goncharovskiy
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-22Merged revisions 314779 via svnmerge from Tzafrir Cohen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-10Add support for devices with less than 3 lines on the LCD.Russell Bryant
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher