aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Changes to make 1.4.26 into 1.4.26.1v1.4.26.1tilghman1-2/+2
2009-05-30Treat an empty FORWARD_CONTEXT the same way we treat a missing one.seanbright1-0/+3
2009-04-20Update CDR appropriately when AST_CAUSE_NO_ANSWER is settwilson1-0/+3
2009-04-20Don't treat a NOANSWER like a CHANUNAVAILtwilson1-0/+1
2009-04-08Fix a crash due to too few arguments to RetryDial.mmichelson1-1/+1
2009-03-19Add missing datastore inherit (exists in all other branches)twilson1-0/+1
2009-03-19Cleaning up a few things in detect disconnect patchdvossel1-1/+1
2009-03-19Allow disconnect feature before a call is bridgeddvossel1-4/+35
2009-01-30Fix feature inheritance with builtin featurestwilson1-73/+0
2009-01-23When a call is forwarded stop any active indications. The new channel will pr...file1-0/+3
2008-12-19This merges the masqpark branch into 1.4murf1-28/+20
2008-12-15Can we try not to assign an unsigned int to -1?file1-1/+1
2008-12-13Change the default calldurationlimit from the special value 0 to -1, so wetilghman1-3/+3
2008-11-20Make sure to set the hangup cause on the calling channel in the casemmichelson1-0/+3
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-0/+5
2008-11-12When using call limits under 1 second, infinite call lengths are allowed,tilghman1-1/+4
2008-11-12When doing some tests, I was having a crash at the end of every callmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright1-21/+22
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-14/+25
2008-10-29A little documentation cross-ref between features andmurf1-8/+16
2008-10-29The magic trick to avoid this crash is not tomurf1-22/+26
2008-10-28Reset all DIAL variables back to blank, in case Dial is called multiple timestilghman1-0/+7
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-0/+2
2008-08-05(closes issue #12982)murf1-2/+7
2008-07-14Add a check to the CAN_EARLY_BRIDGE macro in app_dial tommichelson1-6/+7
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman1-0/+1
2008-06-13Remove extra option from previous solution attempttwilson1-3/+3
2008-06-13This should fix the behavior of the 'T' dial feature being passed incorrectly...twilson1-14/+25
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson1-0/+63
2008-06-02Fix another typo in documentationrussell1-1/+1
2008-06-01small typo fix 'retires' => 'retries'mvanbaak1-1/+1
2008-04-14If the datastore has been moved to another channel due to a masquerade, thenmmichelson1-2/+8
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-19/+0
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-1/+7
2008-01-22Add dependency on chan_local to app_dial.oej1-0/+5
2007-12-07* Add channel locking around datastore operations that expect the channelrussell1-26/+43
2007-12-07Don't unlock the dialed_interfaces list until we're done messing with the ite...russell1-1/+1
2007-12-07Allow dialing local channels from Queue() and Dial() again. There was a slightrussell1-1/+1
2007-12-05The 'G' option for Dial() did not properly handle the case where only a label...mmichelson1-2/+4
2007-12-04Fix build issue on the build cluster.file1-1/+1
2007-12-03A big one...mmichelson1-71/+77
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-1/+21
2007-10-01Simplify the CAN_EARLY_BRIDGE macro a bit.russell1-1/+3
2007-10-01Only attempt early bridging if the options given to Dial() permit it.file1-4/+7
2007-08-31Re-order dial options to be in line with the existing alpha order.qwell1-8/+8
2007-07-17Fixing an error I made earlier. ast_fileexists can return -1 on failure, so I...mmichelson1-2/+2
2007-07-16Restoring functionality from 1.2 wherein Retrydial will not exit if there is ...mmichelson1-5/+16
2007-07-03Merged revisions 73052 via svnmerge from tilghman1-2/+2
2007-06-20Merged revisions 70444 via svnmerge from tilghman1-1/+1
2007-06-07Merged revisions 68070 via svnmerge from file1-1/+4