aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-04Initialize cidname variable to nothing since it may be used without having be...file1-2/+2
2007-05-18Merged revisions 65172 via svnmerge from murf1-0/+7
2007-05-17Increase the size of a buffer to support longer dial strings for channels.russell1-1/+1
2007-04-13Merged revisions 61655 via svnmerge from file1-4/+12
2007-04-09Merged revisions 60797 via svnmerge from file1-4/+5
2007-02-17Merged revisions 55153 via svnmerge from file1-0/+1
2007-02-16Need to check macro extension as well as macro context for directed pickup.file1-1/+4
2007-02-16Allow directed pickup to pick up the real context instead of the macro contex...file1-1/+4
2007-02-15Merged revisions 54622 via svnmerge from file1-9/+13
2007-02-14Forward begin DTMF frames as well as end. (issue #9068 reported by mhardeman)file1-2/+2