summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-22Handle arbitrary long dial sequences (like what we need at Astricon)Mark Spencer
2004-09-10macro support in the dial commandMatthew Fredrickson
2004-08-27When detecting a hairpin, redirect to the appropriate local extension (bug #1...Mark Spencer
2004-07-28Merge alternate hangup and meetme patches from Matt N.Mark Spencer
2004-07-22Copy account code and flags form incoming to outgoing channel for purposes of...Mark Spencer
2004-07-20Make '*' count as cancel (bug #2098)Mark Spencer
2004-07-19Update dial documentation (bug #2096)Mark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)Mark Spencer
2004-07-14Publish DIALEDTIME and ANSWEREDTIME in case people want to know themMark Spencer
2004-07-12First pass at properly handling account codes in forwardingMark Spencer
2004-07-08Make ringing clearerMark Spencer
2004-07-07Cleanups to the ordering of events in dial, don't freak out on the wrong codecMark Spencer
2004-06-25Add outgoing OSP support (SIP only at this point)Mark Spencer
2004-06-23Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy...Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-22Make sure outgoing is not NULLMark Spencer
2004-06-21Don't stop moh until after announcement finishes (bug #789)Mark Spencer
2004-06-21Fix app_dial bugletMark Spencer
2004-06-21I don't know what this last update was for but app_dial.c was brokenAnthony Minessale II
2004-06-21Add promiscuous redirect optionMark Spencer
2004-06-20Typo in comment in app_dial.cJames Golovich
2004-06-14Merge Matt's workMark Spencer
2004-06-06fix D() issue with to short of a durationAnthony Minessale II
2004-05-22Copy hangup cause at end of a good callMark Spencer
2004-05-20Merge Mike's announcement enhancementsMark Spencer
2004-05-18Clarify app_dial documentation regarding transfersJames Golovich
2004-05-07Code cleanupJames Golovich
2004-05-07Created API call ast_dtmf_streamAnthony Minessale II
2004-05-04strlen fixes and don't destroy SIP channels that still have pending things on...Mark Spencer
2004-04-27Bug FixAnthony Minessale II
2004-04-26applied final release of bug 1353 per Mark's permissionAnthony Minessale II
2004-04-02Make app_dial complain if the timeout passed is non numericJames Golovich
2004-03-19Remember when we started/stopped ringing so that ringing twice works as expectedMark Spencer
2004-03-18Make RDNIS really work rightMark Spencer
2004-03-18Populate RDNIS informationMark Spencer
2004-03-06Add absolute timeout option to dial that applies when call is up (bug #1107)Mark Spencer
2004-02-27Check result of malloc in app_dial.cJames Golovich
2004-02-22Fix another typo in the app_dial descriptionJames Golovich
2004-02-15Spelling error in app_dial.cJames Golovich
2004-01-15A little adjustment to the previous one (passing the clid&ani on call_forward)Martin Pycko
2004-01-15Pass the callerid & ani to the new b-leg if the current b-leg requests call f...Martin Pycko
2004-01-15X out announce stuff (bug #760)Mark Spencer
2003-12-18Allow doing digital PRI to PRI calls automaticallyMartin Pycko
2003-12-09fix minor typos in descrip. Bug#635Jeremy McNamara
2003-12-04Forward language choiceMark Spencer
2003-12-03I have no idea what the heck that was supposed to beMark Spencer
2003-11-28Got rid of un-necessary 'c' and 'd' options in app_dial.Jim Dixon