aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Another little one.seanbright1-1/+1
2008-11-02fix a typo (thanks sean)russell1-1/+1
2008-11-02Fix various spelling and grammatical issues in documentationrussell8-9/+9
2008-11-02 - Use a for loop instead of a while looprussell1-24/+21
2008-11-02Instead of doing a couple of strlen() calls each iteration of the loop, only ...russell1-5/+12
2008-11-01Merge changes from team/group/appdocsxmlrussell54-1327/+2924
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsmmichelson1-10/+35
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson3-21/+56
2008-10-30fix a few small things found by using sparsekpfleming1-1/+1
2008-10-30Pay attention to the searchcontexts entry in voicemail.conf (related to AST-125)tilghman1-58/+92
2008-10-29If there was no named defined in a voicemail.conf mailboxmmichelson1-0/+4
2008-10-29Merged revisions 152538 via svnmerge from murf2-19/+40
2008-10-29Merged revisions 152535 via svnmerge from murf2-47/+59
2008-10-28Merged revisions 152463 via svnmerge from tilghman1-1/+1
2008-10-28Merged revisions 152368 via svnmerge from tilghman1-0/+7
2008-10-27Set ARGC in subroutines with the number of arguments passed.tilghman1-2/+2
2008-10-27Oops, only delete the ARG variables once upon release. The following sectiontilghman1-8/+0
2008-10-27Remove options argument parsing/syntax (it isn't used any longer)qwell1-6/+2
2008-10-21Default file modes should always be full read and write, to allow the systemtilghman1-1/+1
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-4/+5
2008-10-18 Give app_authenticate the ability to select a prompt other than the default. bweschke1-1/+10
2008-10-18 The QueueEntry event now has the uniqueid of the channel included.bweschke1-1/+2
2008-10-17Fix option handling code.tilghman1-13/+26
2008-10-17Initialize character arrays as they are not guaranteed to be set.jpeeler1-2/+2
2008-10-16Answer the channel prior to checking for the 'a'mmichelson1-4/+4
2008-10-16Updating app_skel.c to follow coding guidelinesmmichelson1-5/+13
2008-10-15Minor spacing changetilghman1-1/+2
2008-10-15building this module depends on res_agi being built as wellkpfleming1-0/+4
2008-10-14When specifying an invalid timeout to Dial, take itmmichelson1-2/+4
2008-10-14Merged revisions 149200 via svnmerge from mmichelson1-3/+8
2008-10-14Merged revisions 149061 via svnmerge from tilghman1-22/+15
2008-10-14Merged revisions 148987 via svnmerge from tilghman1-1/+1
2008-10-14App is ignoring 'p' parameter -- initial pause.tilghman1-394/+495
2008-10-14Merged revisions 148916 via svnmerge from tilghman1-20/+134
2008-10-14API differences in spandsp 0.0.6pre1 and highertilghman1-19/+42
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedtilghman1-10/+5
2008-10-10Merged revisions 148257 via svnmerge from tilghman1-1/+6
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...seanbright1-8/+3
2008-10-09Read the callerid in the correct order and make sure tommichelson1-2/+4
2008-10-09Reverting format addition for nowtilghman2-20/+5
2008-10-09Fudges for wav16, just like wav49tilghman2-5/+20
2008-10-09Merged revisions 147997 via svnmerge from tilghman1-1/+2
2008-10-08Some small tweaks regarding realtime conference announcements.mmichelson1-3/+3
2008-10-08Correct a typo in the help; also, ensure that the date and time are correctlytilghman1-1/+4
2008-10-08Merged revisions 147517 via svnmerge from file1-0/+1
2008-10-08Keep up with shadow warnings. One day I'll actually enable this in the Makef...seanbright1-6/+6
2008-10-07Move the DAHDI-to-DAHDI operator mode check from app_dial into chan_dahdiseanbright1-5/+1
2008-10-07This was flawed. The issue that I was trying to address was addressed byseanbright1-2/+0
2008-10-07Merged revisions 147193 via svnmerge from seanbright1-6/+2
2008-10-07Or not.seanbright1-2/+0