aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2006-05-23 Fix a potential leak and correct (hopefully) a segfault under certain ↵bweschke1-3/+4
conditions. #6784 (vovan and perry testing) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29696 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22Use the correct language when playing the transfer sound (issue #7109 ↵file1-1/+1
reported by casper) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29512 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-21 When an application that is executed via applicationmap and exits non-zero, ↵bweschke1-3/+10
make sure that we pass through the correct return value from the application to make sure a segfault doesn't occur by a bridge trying to continue when it should not. Also, when executing applications via applicationmap, make sure that the application is executed against the channel whose DTMF caused it to be fired off in the first place. (part 1/2 of #7090 - this is the only fix that will be applied to both 1.2 and /trunk) acunningham and blitzrage on testing... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29196 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported ↵file1-2/+2
and fixed by nathan) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25442 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@24019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-17Bug 6544 - when we remove a music class, the thread servicing it should dietilghman1-0/+21
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@20966 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-10 Don't say that we can pass an 'exten' argument in the documentation of ↵bweschke1-1/+1
Park() when we really cannot. #6902 (opsys) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@18866 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Do not exceed the array size for maximum allowed moh files. (issue #6842)file1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16534 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30Set initial value on adsiparkoej1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@16346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23Issue #6764 - Return BUSY signal when other party is busy at Attended ↵file1-0/+3
Transfer (Reported by mnachev) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@14523 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21fix crash when using the ParkAndAnnounce application. When using this ↵russell1-1/+1
application, there will be no peer channel to play the parking announcement to. (issue #6756) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@13961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-02fix inaccurate ack message to ChangeMonitor action (issue #6630)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11503 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-28add a missing newline in the agi app description (thanks wunderkin!)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15ensure that FastAGI launcher can handle system call interruption (issue #6449)kpfleming1-9/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@10108 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02Fix for (#6309), potential (highly unlikely) memory leak in res_odbcmattf1-19/+21
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9073 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17Backport of fix for #6094mattf1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@8134 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Bug 6081 - fix for memory leak, formatting fixestilghman1-5/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7823 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Fix copyright of changed fileoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7812 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04Issue #5980: Removing extra CR+LF in manager events - needs port to trunkoej1-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7795 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7634 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20check array bounds when parsing arguments to AGI (issue #5868)russell1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7557 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming11-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23issue #5826russell1-10/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7190 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5791russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7147 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16small improvement :-)kpfleming1-11/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7121 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16issue #5766kpfleming1-11/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7116 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14fix bsd compile issue (bug #5731)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7094 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-10issue #5703kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7054 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09issue #5563kpfleming1-6/+71
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7040 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-09issue #5601kpfleming1-5/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7035 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5650kpfleming2-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7030 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
add missing includes of stdio.h remove some unused and duplicate headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08more header include simplificationkpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7023 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5648kpfleming5-22/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7011 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08issue #5634 and a little ChangeLog cleanupkpfleming1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7003 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-3/+3
Change ast_cdr_reset to take a pointer to an ast_flags structure instead of an integer for flags. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6987 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03minor cleanupkpfleming1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6956 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-03issue #5589russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6954 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #4678kpfleming1-6/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #5499kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6931 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-31don't use 'rowcount' after SELECT statements, since the ODBC API does not ↵kpfleming2-57/+36
say it is allowed (issue #5083) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6904 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-29Do not look for libosp since that name is not used anymore and conflicts ↵markster1-10/+0
with opensp (bug #5542) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6891 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28find OSP toolkit library properlykpfleming1-4/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6887 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell10-22/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-19Fix res_musiconhold lockmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6831 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16More utility cleanupsmarkster1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6798 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16Make crypto loading optionalmarkster1-8/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6797 f38db490-d61c-443f-a65b-d21fe96a405b