aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-31Add documentation clarifying when 't' and 'T' can be used.lmadsen1-2/+4
2010-03-20Resolve a number of FreeBSD build issues.russell1-2/+2
2009-11-25fixes solaris segfault on dial with verbosity >= 3dvossel1-2/+2
2009-11-04This patch modifies the Dial application to monitor the calling channel for h...mnicholson1-13/+62
2009-11-02Fix a bug where the recorded privacy introduction file would not get removed ...file1-14/+31
2009-10-19Do not attempt early media bridging (ie: direct RTP setup) if options are ena...file1-6/+11
2009-10-12Ensure ringing continues for branched calls after progress is receivedjpeeler1-2/+7
2009-10-09Fix potential memory leak in app_dial.cmmichelson1-0/+1
2009-08-10AST-2009-005tilghman1-2/+2
2009-07-24Do not log an ERROR if autoservice_stop() returns -1.russell1-1/+0
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