summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-15handle longer ENUM lookup results (issue #6476)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10112 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15block func_enum fixKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10111 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15Merged revisions 10021,10108 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r10108 | kpfleming | 2006-02-14 18:36:57 -0600 (Tue, 14 Feb 2006) | 2 lines ensure that FastAGI launcher can handle system call interruption (issue #6449) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10109 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15force a cleanup due to today's ast_channel changeKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15update app to use args parserKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10106 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10105 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
convert chan->uniqueid to a stringfield from a fixed-size buffer git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10088 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Now Kevin will be really happy!Matt O'Gorman
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14changed naming scheme for variables so it matchesMatt O'Gorman
asterisk standard, changed it so it can take frames of sizes other than 20ms, allowed for the app to reload properly, and finalyl changed sample to general section as to follow standards. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14use a delimiter for 'show channels concise' that will not appear in the ↵Kevin P. Fleming
field contents (issue #6086, with UPGRADE.txt addition) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10084 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10067 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14more memory allocation wrapper conversion (issue #6365)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14warn people about ENUMLOOKUP counting changeKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10065 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14ensure that ENUM count requests that are invalid return zero, not blank ↵Kevin P. Fleming
(issue #6371) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14don't force a default zone for ENUM() lookups, use the configuration file ↵Kevin P. Fleming
(issue #6036, with update to UPGRADE.txt) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10047 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14don't use localuser structure for outbound calls (issue #6216)Kevin P. Fleming
various code cleanup and reorganization (issue #6216) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10046 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14list macro conversion (issue #6328, with bugfix)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Merged revisions 9961,9964,9990,10018 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10019 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14remove file for testingKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14test pre-commit scriptKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14set proper mime-type and eol-style on all filesKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9991 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Properly stopsteram on meetme (bug #6137)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Fix build issues...Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14#ifdef the include too.BJ Weschke
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9963 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks ↵BJ Weschke
rizzo for pointing this out, and credit to Armin for identifying a solution to the original problem. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9962 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14set properties for new files (i need to get this documented)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9960 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Merged revisions 9958 via svnmerge from Kevin P. Fleming
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r9958 | kpfleming | 2006-02-14 12:30:10 -0600 (Tue, 14 Feb 2006) | 2 lines when answering INVITE, don't send codecs the peer didn't offer (issue #6052) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9959 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14block meetme fixKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9957 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14block revs for core dump fixKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9956 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14use proper property name for blocked revsKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9955 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14block reversal of yesterday's blocked fix :-)Kevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9954 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14bug 6485 fixed.Matt O'Gorman
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14Commiting 5959 with minor formatting and typoMatt O'Gorman
fixes. Thanks to all those involved. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14fixed a certain 64bit segfaultChristian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9900 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14fixed the occasional no audio issue, still need deeper investigation .. ↵Christian Richter
echotraining is off by default git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump ↵BJ Weschke
core if Asterisk has setuid'd to run as non-root git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-14block issue 6052 fix, needs a better fix hereKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13Shouldn't have been a public functionTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13Bug 6477 - minor syntax error, plus a few other syntax fixesTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9783 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13Don't set the formats before we stop indications. (issue #6380)Josh Roberson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9759 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13declare function_sipppeer as static (issue #6466)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9758 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13remove unneeded var (issue #6466)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-13fix codec_ilbc.so build - it would build before, but libilbc.a was not linkedRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9732 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-12use the zone and options set by the arg parsing macrosRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-12set peername after recent function updatesRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9718 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-12fix a little typoRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-12ensure that dependencies are rebuilt after 'make update' so that builds ↵Kevin P. Fleming
don't break when files are removed/renamed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-12major dialplan functions updateKevin P. Fleming
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9674 65c4cc65-6c06-0410-ace0-fbb531ad65f3