aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-09-26Issue #8015, patch by Dan Austin.qwell2-12/+12
Maximum values were incorrect, which is why this is being put in 1.4 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26Add proper codec support to chan_skinny. Works with at least ulaw, alaw, ↵qwell1-15/+96
and g729a. This is technically a "new feature", but there are justifications for it. I found a bug with the recent rtp packetization changes, which caused the media setup to fail under certain circumstances, particularly when using allow=all, or having no allow= statements (globally or on the device). I could have either removed the rtp packetization features, or I could add proper codec support (which, without, I think most people would consider to be a bug anyways). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43650 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Should have moved these lines up in the merge, instead of removing themtilghman1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43642 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Merged revisions 43634 via svnmerge from tilghman1-79/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43634 | tilghman | 2006-09-25 16:14:41 -0500 (Mon, 25 Sep 2006) | 4 lines Two bugs when forwarding voicemail (Issue 7824): 1) delete=yes was ignored 2) maxmessages was ignored ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43640 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Fix ASN1 description of non-standard Cisco extensionspcadach3-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43635 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Backport changes of trunk:pcadach2-19/+30
1) r43540: Avoid possible deadlock on channel destruction 2) r43590: Disable fastStart if requested by remote side git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43626 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25One more fix for sounds installation - this time for portability.qwell1-7/+8
Reported to asterisk-dev mailing list. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43616 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.murf1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43605 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Merged revisions 43472,43495 from trunkpcadach3-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-24Fix a CLI command registration issue where an erroneous message claiming thatrussell1-6/+1
"iax2 show provisioning" was already registered. This was because this command was registering itself as both the command, as well as the command it is deprecating. (issue #8022, reported by bjweeks, fixed by myself) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-24Merged revisions 43552 via svnmerge from russell1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43552 | russell | 2006-09-24 09:50:30 -0400 (Sun, 24 Sep 2006) | 4 lines Check to see if the channel that is activating the IAXPEER function is actually an IAX2 channel before proceeding to process it to avoid crashing. (issue #8017, reported by admott, fixed by myself) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22don't output the 'build complete' message when the target being run is ↵kpfleming1-5/+7
already going to do an installation git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22Allow chan_skinny.so to be unloaded properly.qwell1-18/+55
Remove reload support, since it doesn't actually...work. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43518 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22Blocked revisions 43509 via svnmergefile0-0/+0
........ r43509 | file | 2006-09-22 17:53:51 -0400 (Fri, 22 Sep 2006) | 2 lines Yay another 'round of spy fixes! This fixes a small logic flaw with the cleanup function and a memory allocation issue. (issue #7960 reported by jojo & issue #7999 reported by aster1) Special thanks to csum77 for letting me into a box where this issue was happening. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43510 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS ↵murf1-1/+3
(instead of 0) when all goes well for bug 8004 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22If the extensions.ael file not found, or unreadable, we return ↵murf1-0/+6
AST_MODULE_LOAD_DECLINE, as per bug # 8004. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43505 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22Make sure we explicitly set the CLI command to not be deprecated, if it isn't.qwell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22use rebuilt extra soundskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22all the Linux systems I have don't use '__m_count' for this field, so I ↵kpfleming1-6/+6
don't know where this came from... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43486 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22backport the compatability fix to use attribute_malloc instaed of russell1-1/+1
__attribute__ ((malloc)) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43484 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22return AST_MODULE_LOAD_DECLIDE if mISDN could not be configuredrussell1-1/+1
(issue #8006, Mithraen) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43482 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22Suppress a compiler warning about the use of a potentially uninitializedrussell1-1/+1
variable. It couldn't actually happen, though. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43477 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22First shot at unload_module in chan_skinny..qwell1-37/+25
More to come. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43469 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21updates for better compontent supportmogorman3-48/+69
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43466 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Twould help if we actually documented how the new features in res_odbc ↵tilghman2-2/+13
actually work. (Oops) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Some more clean up in the load function for chan_oss (issue #8002 reported ↵file1-20/+20
by Mithraen with minor mods by moi) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43456 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Clean up chan_mgcp's module load function (issue #8001 reported by Mithraen ↵file1-21/+22
with mods by moi) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43454 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21add another attempt to strip non-API symbols from the final binary... script ↵kpfleming2-1/+30
will need to be extended to work on non-Linux systems git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43450 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Fix documentation to reflect how Url() really workstilghman1-9/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43445 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Oops, missed the merge breakagetilghman1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43441 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Merged revisions 43420 via svnmerge from tilghman1-48/+47
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43420 | tilghman | 2006-09-21 12:01:48 -0500 (Thu, 21 Sep 2006) | 2 lines Whitespace change... really just an excuse to test repotools ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43422 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21Merged revisions 43409 via svnmerge from tilghman3-3/+13
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43409 | tilghman | 2006-09-21 11:18:19 -0500 (Thu, 21 Sep 2006) | 2 lines TDS 0.64 updates ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21remove this change... it requires binutils 2.17kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43405 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-21remove extraneous propertykpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43404 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20fix minor typo in the way version is handledqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20merge down mark's users.conf fixeskpfleming1-0/+26
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43392 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20make the sounds Makefile actually work againkpfleming1-46/+43
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43388 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Go back to the old(ish) way of installing sound files.qwell1-20/+54
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43386 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Fix the total allocation count and total byte count in the memory summaryrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43383 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20it's time :-)kpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43376 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Fix the memory summary so that it doesn't print the first file in the list overrussell1-2/+2
and over again. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43375 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Fix some chan_zap warning messages, when HAVE_PRI is not defined.qwell1-7/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43374 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20One last forgotten constified filetilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43373 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20fix some breakage from the CLI command changesrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Warning be gone.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43371 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20resolve compiler warnings from constificationrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43370 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Magical eightball says warnings be gone.file2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20A few misses from constificationtilghman3-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43366 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Minor fixes to sounds installation.qwell1-16/+7
Use latest version number for core-sounds. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43365 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Constify the result of a config retrieval function, to avoid mutilation ↵tilghman21-126/+141
(issue 7983). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43364 f38db490-d61c-443f-a65b-d21fe96a405b