summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2013-07-25A great big renaming patchMatthew Jordan
2013-07-25Move after bridge callbacks into their own fileMatthew Jordan
2013-07-20Add transfer support to CELKinsey Moore
2013-06-25CEL refactoring cleanupKinsey Moore
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-06Refactor the features configuration scheme.Mark Michelson
2013-05-22Add dial events to app_queue and app_followme.Jason Parker
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
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-22app_dial: Honor the 'c' flag when the calling party hangs upJonathan Rose
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-10-15Fix some potential misuses of ast_str in the code.Mark Michelson
2012-10-13Doxygen Clean upsAndrew Latham
2012-09-27Tweak app_dial documentation.Richard Mudgett
2012-08-29Fix hangup cause passthrough regression.Richard Mudgett
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-20Clean up ManagerEvent Dial documentationMatthew Jordan
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-22Check if PBX was started and fix F and F(x) action logic in Dial application.Richard Mudgett
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-05-24Fix Dial I option ignored if dial forked and one fork redirects.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Tweak app_dial predial documentation.Richard Mudgett
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-04-28PreDial - Ability to run dialplan on callee and caller channels before Dial.Richard Mudgett
2012-04-23Make app_dial and app_queue use new macro and gosub calls.Richard Mudgett
2012-04-21Update app_dial M and U option GOTO return value documentation.Richard Mudgett
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett
2012-04-06Remove unnecessary error message in app_dial.cKinsey Moore
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-15Add missing connected line macro calls to initial dial for Dial and Queue apps.Richard Mudgett
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-02-29Fix copying of CDR(accountcode) to local channels.Walter Doekes
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-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-11Make FollowMe optionally update connected line information when the accepting...Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-23Fix missing doc tags found while fixing ASTERISK-18689Kinsey Moore
2011-10-05Merged revisions 339512 via svnmerge from Richard Mudgett