summaryrefslogtreecommitdiff
path: root/apps/app_dial.c
AgeCommit message (Expand)Author
2005-11-02uhh... oopsKevin P. Fleming
2005-11-02upgrade Dial() app to use API-based argument/option parsingKevin P. Fleming
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-20fix up help text (issue #5479)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-14ensure Dial() options are sorted in help output (issue #5386)Kevin P. Fleming
2005-10-13add auto-monitor support (issue #5411)Kevin P. Fleming
2005-10-05properly report hangupcause when ast_request() fails for the last (or only) t...Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-03Be sure not to leak frames in certain casesMark Spencer
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-07-12add privacy/screening functionality to app_dial (bug #752)Kevin P. Fleming
2005-07-10Pass along proceeding and progress even when overlap mode is not onMark Spencer
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)Matthew Fredrickson
2005-07-07more fun with ast_copy_stringRussell Bryant
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-06the last round of file version tagsKevin P. Fleming
2005-06-02Fix dial to not seg when closing ')' is missing (bug #4410)Mark Spencer
2005-06-01fix the one digit exit extension for RetryDialRussell Bryant
2005-05-16return CHANUNAVAIL for unregistered peers, not CONGESTION (bug #4276)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...Kevin P. Fleming
2005-04-27help text cleanups (bug #4072, with mods)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-15Add 'n' option to dial for "nojump" (bug #4034)Mark Spencer
2005-04-13just formattingRussell Bryant
2005-04-11Add calling party DTMF (bug #3994)Mark Spencer
2005-04-09Forward text frames before answer (bug #3717)Mark Spencer
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)Matthew Fredrickson
2005-03-17Add 'G' option to dial (bug #3786)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer
2005-02-26Fix SetVar (bug #3668) and g + transfer (#3650)Mark Spencer
2005-02-11Copy/paste errors (bug #3559, #3560)Mark Spencer
2005-02-09Fix typos in app_dial (bug #3536)Mark Spencer
2005-02-07Add "Dial" event to link callerid, src and destination channel (bug #3494)Mark Spencer
2005-02-03Oops (first one of these in a while)Mark Spencer
2005-02-03REname 'p' option to 'o' (bug #3490)Mark Spencer
2005-02-02Add new 'p' flag to Dial for preserve callerid (bug #3490)Mark Spencer
2005-02-01Allow hints to have names (bug #3471)Mark Spencer
2005-01-30Fix 'g' flag (bug #3465)Mark Spencer
2005-01-27Set dialed peer number properly when ringing multiple channels (bug #3437)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-20Fix typos (bug #3381)Mark Spencer
2005-01-18Fix small app_dial issue (bug #3368)Mark Spencer
2005-01-18Merge anthm's RetryDial with changes (bug #3313)Mark Spencer