aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2006-08-15use pbx_builtin_getvar_helper() so that GET VARIABLE can retrieve globalrussell1-5/+4
variables (issue #7609) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@39935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-03Treat the file as invalid if we have no valid formats for it (issue #7643 ↵file1-1/+1
reported by KNK) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38825 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-01ensure that the 'feature digit timeout' value is taken into account when ↵kpfleming1-0/+1
deciding how long the bridge should run (this fixes a problem report where a digit press that did not invoke a feature is never passed across the bridge) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38686 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-01Close the stream when file based MOH stop. This won't get rid of their ↵file1-0/+4
position in the file but it will cause the translation path to be setup again. (issue #7634 reported by asimpson) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-31Add missing code to bring transferee channel out of MOH/autoservice under ↵file1-0/+3
certain circumstance (issue #7611 reported by guillecabeza with minor mods by myself) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38585 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12remove some more bad examples of using printfkpfleming1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@37419 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-12fix a place where a frame would be free'd twicerussell1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@33693 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-12Move set priority up, because at this point in the code, stdout is no longertilghman1-3/+3
the console. If we're unable to set priority, the error goes to Asterisk as if it were an AGI command (issue 7335). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@33615 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-03when using moh files mode, don't look for a file past the number of filesrussell1-0/+2
that have been loaded, or worse, past the size of the files array git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@31775 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01remove pointless forcing of the channel into SLINEAR mode; the write format ↵kpfleming1-12/+2
will be set later based on the file that is chosen to be played to the channel git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@31555 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-31if the connection to a FastAGI server fails because of a timeout, log a morerussell1-2/+7
informative log message git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@31194 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-24support video recording via AGI 'RECORD FILE' command (issue #7068)kpfleming1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29732 f38db490-d61c-443f-a65b-d21fe96a405b
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