aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-11-30Comment out LD_ASSUME_KERNEL by default.russell2-9/+34
Print error messages if the asterisk executable or the asterisk configuration directory are not found. (issue #5785, #5708) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7242 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30fix DIALEDTIME when call has not been answered (issue #5862)russell1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7234 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30do not allow an rtp message with zero type (issue #5749)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7233 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30fix hint case sensitivity (issue #5856)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7231 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30add description of the "fromdomain" option (issue #5874)russell1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7228 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30backport fix from trunktwisted3-2/+14
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7227 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30remove remaining CVS referenceskpfleming4-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7226 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30port memory leak fix from rev 7223 in trunkkpfleming1-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7224 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1117-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29do the multiple-lock check for cond_wait properly...kpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7219 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29print an error message if invalid arguments are specifiedrussell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7218 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29fix a couple of typos and a bugletrussell1-3/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7216 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29if the lock protected a pthread_cond is held recursively, warn before ↵kpfleming1-0/+8
waiting onthe condition git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7213 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29remove CVS ignore lists, set SVN ignore listskpfleming19-82/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7212 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-28port version string computation from trunkkpfleming2-9/+63
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7208 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-27branch renameskpfleming0-0/+0
remove unneeded branches git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7199 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-25issue #5850russell2-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7196 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23fix typo - thanks twisted :)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7194 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23fix the daterussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7193 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23issue #5828russell2-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7191 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23issue #5826russell5-39/+44
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7190 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-23issue #5829russell2-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7189 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21backport fix from HEAD branchkpfleming2-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7186 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21backport fix from HEAD branchkpfleming3-1/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7184 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21backport fix from HEAD branchkpfleming3-3/+13
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7183 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21revert previous change for Darwinrussell2-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7174 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5789russell2-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7170 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21don't hardcode poll.o for Darwinrussell3-3/+4
fix incorrect portion of yesterday's Solaris fixes git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7169 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5815russell2-1/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7167 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5775russell3-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7165 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5787russell3-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7163 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5794russell3-5/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7157 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21issue #5806russell2-4/+10
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7155 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5773russell2-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7154 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5774russell2-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7153 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20fix logic for n+101 jumpsrussell3-3/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7152 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5795russell2-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7151 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5792russell3-3/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7150 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5799russell2-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7149 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20fix issue number for previous commitrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7148 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20issue #5791russell2-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7147 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-20Shorten the module description (issue #5791)russell2-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7146 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-18fix the output of Makefile generated variables to doxygenrussell2-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7133 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-17Add missing carriage return and line feed to the SDP line indicating that we ↵russell2-1/+5
don't support VAD (issue #5780) git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7131 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-17fix remaining breakage related to chan_modem moduleskpfleming3-6/+16
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7127 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16This commit was manufactured by cvs2svn to create branch 'v1-2'.(no author)0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/v1-2@7126 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16Finish removing chan_modem* by default.twisted1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7125 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16don't register channel type until we are ready, coding format updatesjeremy2-366/+330
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7124 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16Make voicemail not terminate asterisk if no config filejeremy2-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7123 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16don't build chan_modem by defaultkpfleming2-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7122 f38db490-d61c-443f-a65b-d21fe96a405b