aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-08-04fix broken logic (bug #4879)russell1-1/+1
2005-08-03Fix memory leakmarkster1-1/+1
2005-05-12*** empty log message ***russell1-0/+4
2005-05-10fix queue URL passing (bug #3543)russell1-3/+17
2005-02-27fix seg fault with combination of 'g' and # transfer (bug #3650)russell1-1/+1
2005-02-09preserve original callerid functionality for 1.0 (bug #3490)russell1-6/+1
2005-01-29fix DIALEDPEERNUMBER (bug #3427)russell1-2/+6
2005-01-17give outbound channels callerid of their extension after calling (bug #2489)russell1-1/+6
2004-12-06Add missing free's in rare circumstances (bug #2985)russell1-0/+3
2004-10-08Do not send progress when "ringing" only flag is set (bug #2553)russell1-1/+2
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