summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
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
2003-11-06minor language tweak. Thanks CarpJeremy McNamara
2003-11-05WHen making compatible for bridge, stop generators, etc.Mark Spencer
2003-10-22Add announce feature to dialMark Spencer
2003-10-01Add 486 message (SIP) to 17 cause (PRI) translation when you call Dial app an...Martin Pycko
2003-10-01Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we woul...Martin Pycko
2003-09-06Copy musiconholdMark Spencer
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...Martin Pycko
2003-08-28Allow "g" option in dial to go to next extension (bug #189)Mark Spencer
2003-08-14Save the dstchannel before the call gets answered so that we would know what ...Martin Pycko
2003-07-30Add alternate queueing strategies. Implment ringall, roundrobin, and randomMark Spencer
2003-07-25Make sure o->chan is non-NULLMark Spencer
2003-07-22Fix the compile problemMartin Pycko