Make sure to compare the correct number of characters when special-casing
[asterisk/asterisk.git] / apps / app_dial.c
2008-10-07 Sean BrightMake sure to compare the correct number of characters...
2008-09-13 Tilghman LesherRepair IAXVAR implementation so that it works again...
2008-09-12 Steve MurphyMerged revisions 142675 via svnmerge from
2008-08-22 Steve MurphyMerged revisions 139347 via svnmerge from
2008-08-10 Sean BrightMore RSW merges. Everything from apps/ except for...
2008-08-05 Steve MurphyMerged revisions 135799 via svnmerge from
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-07-14 Mark MichelsonMerged revisions 130792 via svnmerge from
2008-07-08 Tilghman LesherMerged revisions 129149 via svnmerge from
2008-07-01 Kevin P. Fleminganother minor ast_channel memory size decrease... for...
2008-06-26 Mark MichelsonImprove consistency between app_dial and app_queue...
2008-06-18 Tilghman LesherChannel lock janitor -- add locks around retrieval...
2008-06-16 Steve Murphy(closes issue #12689)
2008-06-12 Jeff PeelerGoodbye Zaptel, hello DAHDI. Removes Zaptel driver...
2008-06-02 Russell BryantMerged revisions 119530 via svnmerge from
2008-06-01 Michiel van BaakMerged revisions 119478 via svnmerge from
2008-05-30 Tilghman LesherAdd native AGI command GOSUB, as invoking Gosub with...
2008-05-22 Michiel van Baak- revert change to ast_queue_hangup and create ast_queu...
2008-05-01 Tilghman LesherModify TIMEOUT() to be accurate down to the millisecond.
2008-04-28 Tilghman LesherAdd incomplete matching to PBX code and app_dial
2008-04-25 Tilghman LesherWhitespace changes only
2008-04-24 Michiel van BaakPass the hangup cause all the way to the calling app...
2008-04-14 Mark MichelsonMerged revisions 114112 via svnmerge from
2008-04-09 Tilghman LesherPermit callee to continue in the dialplan, after caller...
2008-03-11 Mark MichelsonRemove some redundant logic from wait_for_answer. This...
2008-03-10 Joshua ColpMerged revisions 107016 via svnmerge from
2008-03-07 Steve Murphy(closes issue #6002)
2008-03-05 Joshua ColpMerged revisions 106235 via svnmerge from
2008-03-05 Tilghman LesherCreate a centralized configuration option for silenceth...
2008-03-01 Terry WilsonAsterisk, when parking can drop rights a caller when...
2008-02-09 Michiel van Baakwhitespace fixes only.
2008-02-05 Mark MichelsonGet rid of any remaining ast_verbose calls in the code...
2008-01-22 Olle JohanssonMerged revisions 99592 via svnmerge from
2007-12-14 Tilghman LesherConvert ast_verbose to ast_verb.
2007-12-12 Tilghman LesherConversions of free to ast_free, where applicable,...
2007-12-07 Russell BryantMerged revisions 91783 via svnmerge from
2007-12-07 Russell BryantMerged revisions 91693 via svnmerge from
2007-12-07 Russell BryantMerged revisions 91677 via svnmerge from
2007-12-06 Olle Johansson- Dial event
2007-12-05 Mark MichelsonMerged revisions 91273 via svnmerge from
2007-12-04 Jason ParkerFix build in trunk. This was fixed in 1.4, but blocked...
2007-12-04 Mark MichelsonMerged revisions 90735 via svnmerge from
2007-12-03 Joshua ColpRemove the file descriptors from the main poll channel...
2007-11-30 Mark MichelsonAdding support for the "automixmonitor" dial and queue...
2007-11-27 Steve MurphyMerged revisions 89622 via svnmerge from
2007-11-21 Steve Murphycloses issue #11285, where an unload of a module that...
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzoinclude "logger.h" and errno.h from asterisk.h - usage...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-14 Russell BryantUse BEGIN_OPTIONS / END_OPTIONS to make the syntax...
2007-11-01 Steve MurphyThis commits the performance mods that give the priorit...
2007-10-11 Matthew FredricksonMake sure we propogate ANI2 to the outbound channel
2007-10-09 Tilghman LesherRemove redundant includes (patch by snuffy) (Closes...
2007-10-01 Russell BryantMerged revisions 84166 via svnmerge from
2007-10-01 Joshua ColpMerged revisions 84158 via svnmerge from
2007-09-17 Russell BryantMake the MALLOC_DEBUG output for free() useful again...
2007-08-31 Jason ParkerMerged revisions 81412 via svnmerge from
2007-08-08 Joshua ColpAdd support for using epoll instead of poll. This shoul...
2007-08-06 Joshua ColpExtend the ast_senddigit and ast_dtmf_stream API calls...
2007-08-01 Russell BryantConvert code that checks the _softhangup member of...
2007-07-27 Steve MurphyThese fixes take care of two problems: a complaint...
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-23 Tilghman LesherMerge the dialplan_aesthetics branch. Most of this...
2007-07-19 Steve MurphyAfter some study, thought, comparing, etc. I've backed...
2007-07-17 Mark MichelsonMerged revisions 75405 via svnmerge from
2007-07-17 Steve Murphyvia 10206, I have added an option (e) to Dial to allow...
2007-07-17 Jason ParkerFix an incorrect parenthesization (TODO: Find a better...
2007-07-16 Mark MichelsonMerged revisions 75253 via svnmerge from
2007-07-16 Joshua ColpApplications no longer need to call ast_module_user_add...
2007-07-16 Joshua ColpIt is no longer required for each module that deals...
2007-07-09 Olle JohanssonImplementation of a feature that will disable "missed...
2007-07-03 Tilghman LesherMerged revisions 73053 via svnmerge from
2007-06-22 Tilghman LesherIssue 9990 - New API ast_mkdir, which creates parent...
2007-06-20 Steve MurphyCleaning up a small disaster I created earlier
2007-06-20 Steve MurphyAs per 9228, now app_queue should have the proper machi...
2007-06-20 Tilghman LesherMerged revisions 70445 via svnmerge from
2007-06-20 Tilghman LesherMerge work to make U(...) option work for Dial
2007-06-19 Steve MurphyVia bug9228, no way to create macros via AEL, and some...
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-12 Russell BryantCompletely remove all of the code related to jumping...
2007-06-07 Joshua ColpMerged revisions 68071 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-04 Joshua ColpMerged revisions 67066 via svnmerge from
2007-05-18 Steve MurphyMerged revisions 65200 via svnmerge from
2007-05-17 Russell BryantMerged revisions 64756 via svnmerge from
2007-04-13 Joshua ColpMerged revisions 61656 via svnmerge from
2007-04-09 Russell BryantRemove unused instances of unnamed enums.
2007-04-09 Joshua ColpMerged revisions 60798 via svnmerge from
2007-02-27 Joshua ColpProperly hangup the original dialed channel, not the...
2007-02-17 Joshua ColpMerged revisions 55154 via svnmerge from
2007-02-16 Joshua ColpMerged revisions 54924 via svnmerge from
2007-02-16 Joshua ColpMerged revisions 54884 via svnmerge from
2007-02-15 Joshua ColpMerged revisions 54623 via svnmerge from
2007-02-14 Joshua ColpMerged revisions 54481 via svnmerge from
2007-02-09 Joshua ColpMerged revisions 53749 via svnmerge from
2007-02-03 Russell BryantMerged revisions 53136 via svnmerge from
2007-01-10 Joshua ColpMerged revisions 50298 via svnmerge from
2006-12-19 Luigi Rizzobetter name for struct dial_localuser.
2006-12-19 Luigi Rizzointroduce a temporary variable for tmp->chan to shorten...
next