summaryrefslogtreecommitdiff
path: root/channels/chan_misdn.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-02-05chan_misdn: Fix a few issues causing compile errorsGeorge Joseph
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-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-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-09-04chan_misdn: Fix misdn debug output printed with arbitrary verbose levels.Richard Mudgett
2013-08-29Verbose logging discrepanciesKevin Harwell
2013-08-14chan_misdn: Effectively remove native support. Left enough bread crumbs to b...Richard Mudgett
2013-08-02Get rid of ast_bridged_channel() and the bridged_channel field on ast_channels.Mark Michelson
2013-07-25A great big renaming patchMatthew Jordan
2013-06-17chan_misdn: Fix compile error after CDR merge.Richard Mudgett
2013-06-07Refactor chan_dahdi/sig_analog/sig_pri and chan_misdn to use the common trans...Richard Mudgett
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-05-24Split Hold event into Hold/Unhold, and move it into core.Jason Parker
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-01-16chan_misdn: Fix compile error.Richard Mudgett
2013-01-16Set the INVALID_EXTEN channel variable when chan_misdn forces the 'i' extensionMatthew Jordan
2012-11-02Things don't need to be that const.Richard Mudgett
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-05Merged revisions 374515-374535 fromRichard Mudgett
2012-10-01Doxygen CleanupAndrew Latham
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-07-30Release B channel allocation on error path in chan_misdn.Richard Mudgett
2012-07-20Fix build error in chan_misdn from commit 370316Kinsey Moore
2012-06-20Fix chan_misdn compile error.Richard Mudgett
2012-06-19Ensure that pvt cause information does not break native bridgingKinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-22Fix chan_misdn after the lastest opaquification changesTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Fix compile error from most recent ast_channel opaquification installment.Richard Mudgett
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-09Fix some compile problems from the 'cppcheck' patch.Richard Mudgett
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes