summaryrefslogtreecommitdiff
path: root/addons/chan_mobile.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-11-11addons/chan_mobile: do not use strerror_rTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-11-09addons/chan_mobile: Increase buffer size of UCS2 encoded SMS messagesMatthew Jordan
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-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
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-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-01-17Fix issue where chan_mobile fails to bind to first available portMatthew Jordan
2013-01-16Fix parsing SMSSRC for SMS messagesMatthew Jordan
2013-01-15Add busy detection to chan_mobileMatthew Jordan
2012-10-14Doxygen UpdatesAndrew Latham
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
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-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-14Multiple revisions 350788-350789Kevin P. Fleming
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-08-29Merged revisions 333786 via svnmerge from Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-25Merged revisions 320716 via svnmerge from Terry Wilson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-20Fix some build errors in addons due to sched API changes.Russell Bryant
2010-10-18Merged revisions 292122 via svnmerge from Matthew Nicholson
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-07-01Don't free written frames in chan_mobile's mbl_write() function.Matthew Nicholson
2009-12-02Fix support for multiline SMS messages in chan_mobile.Matthew Nicholson
2009-12-02Do something with the service indicator so that asterisk does not attempt to ...Matthew Nicholson
2009-11-06Missed these two channel drivers on the codec_bits mergeTilghman Lesher
2009-08-03Add an 'sms' option to mobile.conf to manually enable or disable SMS support.Matthew Nicholson
2009-07-29This patch adds the ability to send a CUSD command to a bluetooth device.Matthew Nicholson
2009-07-29Fixed a comment for hfp_parse_clipMatthew Nicholson
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-07-09Fix mbl_fixup() in chan_mobile to update newchan->tech_pvt instead of oldchan.Matthew Nicholson