aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-19Merge Olle's comment patch (bug #3097)markster1-3/+3
2004-12-16Merge russell's flag macro patch (with slight mods) (bug #3046)markster1-1/+1
2004-12-12fix DIALSTATUS issue (bug #2989)markster1-7/+7
2004-12-06Add missing free's in rare circumstances (bug #2985)markster1-0/+3
2004-11-28Implement max # of forwards (bug #2942, different strategy)markster1-12/+33
2004-11-22Little dial typo fix and make WaitExten continue if nothing entered and there...markster1-1/+1
2004-11-22Add improved macro functionality (bug #2905)markster1-6/+55
2004-11-21Little fixups for busymarkster1-2/+6
2004-11-21Oopsmarkster1-2/+2
2004-11-21Display cause code for failure to get channelmarkster1-1/+1
2004-11-07Add OUTBOUND_GROUP support (bug #2530)markster1-0/+12
2004-11-03Pass through flash hookmarkster1-1/+2
2004-11-01Fix small typomarkster1-0/+1
2004-11-01Make channel variables inheritable by _ (bug #928)markster1-21/+42
2004-10-31Pass redirecting number on PRI calls (bug #2763)markster1-0/+2
2004-10-28Oopsmarkster1-0/+2
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-23/+37
2004-10-07Do not send progress when "ringing" only flag is set (bug #2553)markster1-1/+2
2004-10-02Move populate TNS/Presentation/TON from calling channelmarkster1-0/+4
2004-10-02Huge callerid rework (might break H.323, others)markster1-44/+48
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