aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.8@7221 f38db490-d61c-...kpfleming1-0/+0
2005-06-22This commit was manufactured by cvs2svn to create tag 'v1-0-8'.(no author)1-7/+33
2004-09-22Handle arbitrary long dial sequences (like what we need at Astricon)markster1-5/+8
2004-09-10macro support in the dial commandmattf1-0/+50
2004-08-27When detecting a hairpin, redirect to the appropriate local extension (bug #1...markster1-3/+4
2004-07-28Merge alternate hangup and meetme patches from Matt N.markster1-10/+19
2004-07-22Copy account code and flags form incoming to outgoing channel for purposes of...markster1-0/+2
2004-07-20Make '*' count as cancel (bug #2098)markster1-0/+2
2004-07-19Update dial documentation (bug #2096)markster1-14/+23
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-15/+15
2004-07-14Publish DIALEDTIME and ANSWEREDTIME in case people want to know themmarkster1-0/+10
2004-07-12First pass at properly handling account codes in forwardingmarkster1-1/+6
2004-07-08Make ringing clearermarkster1-3/+3
2004-07-07Cleanups to the ordering of events in dial, don't freak out on the wrong codecmarkster1-8/+10
2004-06-25Add outgoing OSP support (SIP only at this point)markster1-26/+16
2004-06-23Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy...markster1-10/+25
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-2/+2
2004-06-22Make sure outgoing is not NULLmarkster1-6/+8
2004-06-21Don't stop moh until after announcement finishes (bug #789)markster1-31/+31
2004-06-21Fix app_dial bugletmarkster1-6/+6
2004-06-21I don't know what this last update was for but app_dial.c was brokenanthm1-2/+2
2004-06-21Add promiscuous redirect optionmarkster1-11/+35
2004-06-20Typo in comment in app_dial.ccitats1-1/+1
2004-06-14Merge Matt's workmarkster1-6/+26
2004-06-06fix D() issue with to short of a durationanthm1-1/+1
2004-05-22Copy hangup cause at end of a good callmarkster1-1/+4
2004-05-20Merge Mike's announcement enhancementsmarkster1-3/+9
2004-05-18Clarify app_dial documentation regarding transferscitats1-2/+2
2004-05-07Code cleanupcitats1-111/+105
2004-05-07Created API call ast_dtmf_streamanthm1-101/+133
2004-05-04strlen fixes and don't destroy SIP channels that still have pending things on...markster1-8/+9
2004-04-27Bug Fixanthm1-6/+16
2004-04-26applied final release of bug 1353 per Mark's permissionanthm1-3/+106
2004-04-02Make app_dial complain if the timeout passed is non numericcitats1-3/+7
2004-03-19Remember when we started/stopped ringing so that ringing twice works as expectedmarkster1-6/+9
2004-03-18Make RDNIS really work rightmarkster1-1/+4
2004-03-18Populate RDNIS informationmarkster1-0/+3
2004-03-06Add absolute timeout option to dial that applies when call is up (bug #1107)markster1-1/+17
2004-02-27Check result of malloc in app_dial.ccitats1-2/+8
2004-02-22Fix another typo in the app_dial descriptioncitats1-2/+2
2004-02-15Spelling error in app_dial.ccitats1-1/+1
2004-01-15A little adjustment to the previous one (passing the clid&ani on call_forward)martinp1-2/+6
2004-01-15Pass the callerid & ani to the new b-leg if the current b-leg requests call f...martinp1-6/+16
2004-01-15X out announce stuff (bug #760)markster1-12/+19
2003-12-18Allow doing digital PRI to PRI calls automaticallymartinp1-0/+2
2003-12-09fix minor typos in descrip. Bug#635jeremy1-11/+11
2003-12-04Forward language choicemarkster1-0/+2
2003-12-03I have no idea what the heck that was supposed to bemarkster1-2/+1