summaryrefslogtreecommitdiff
path: root/main/dial.c
AgeCommit message (Expand)Author
2017-03-27channel: Remove old epoll support and fixed max number of file descriptors.Joshua Colp
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-04core/dial: New channel variable FORWARDERNAMEAlexei Gradinari
2016-05-31Expand the scope of Dial EventsMark Michelson
2016-04-14Dial: Combine frame handling functions.Mark Michelson
2016-04-05Dial: Add function to append already-created channel.Mark Michelson
2015-11-04main/dial: Protect access to the format_cap structure of the requesting channelMatt Jordan
2015-09-22app_page.c: Fix crash when forwarding with a predial handler.Richard Mudgett
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-02-26Dial API: add self destruct option when completeScott Griepentrog
2014-09-05Dial API: Add a dial option to indicate the dialed channel will replace dialerJonathan Rose
2014-07-24accountcode: Slightly change accountcode propagation.Richard Mudgett
2014-07-21Dial API: Prevent crash on NULL capKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-04-18Originated calls: Fix several originate call problems.Richard Mudgett
2014-03-20assigned-uniqueids: Miscellaneous cleanup and fixes.Richard Mudgett
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-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
2013-12-09app_page: Add predial handlers for app_page.Jonathan Rose
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-09-20originate/call forwarding: Fix a crash when forwarding a call from originateJonathan Rose
2013-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-22Add dial events to app_queue and app_followme.Jason Parker
2013-05-18Move origination to use the dialing API and send Stasis messages on dial begi...Joshua Colp
2013-05-17Publish the outbound channel's application/data when dialingMatthew Jordan
2013-04-08Add multi-channel Stasis messages; refactor Dial AMI events to StasisMatthew Jordan
2013-02-05Separate option_types[] from the struct definition.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan