aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-09Temporarily change musicclass on channel to one specified in Dial so that the...file1-1/+11
2007-02-03Merged revisions 53133 via svnmerge from russell1-4/+9
2007-01-10Merged revisions 50295 via svnmerge from file1-5/+15
2006-12-19Merged revisions 48584 via svnmerge from file1-0/+3
2006-12-01Merged revisions 48192 via svnmerge from kpfleming1-0/+1
2006-11-20Use a separate variable in the channel structure to store the context that th...file1-3/+3
2006-11-16Fix a couple of typos. Initially pointed out by mrobinson.qwell1-1/+1
2006-10-16Backport of new directed pickup (BE-85).file1-0/+8
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-06These small app documentation changes to app_dial and app_read will hopefully...murf1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+10
2006-08-05Merged revisions 38928 via svnmerge from russell1-1/+8
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-5/+5