Paul Cadach
f1018ee8bb
Fix ASN1 description of non-standard Cisco extensions
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-25 21:26:12 +00:00
Paul Cadach
b2b256eeef
Backport changes of trunk:
...
1) r43540: Avoid possible deadlock on channel destruction
2) r43590: Disable fastStart if requested by remote side
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43626 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-25 20:28:21 +00:00
Jason Parker
4238648bb6
One more fix for sounds installation - this time for portability.
...
Reported to asterisk-dev mailing list.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43616 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-25 15:23:31 +00:00
Steve Murphy
12ed099f07
This tiny fix prevents asterisk from crashing if trying to play an OGG moh file.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43605 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-25 14:52:28 +00:00
Paul Cadach
4b81fe1d28
Merged revisions 43472,43495 from trunk
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43582 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-25 06:15:24 +00:00
Russell Bryant
4a8a46a162
Fix a CLI command registration issue where an erroneous message claiming that
...
"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: https://origsvn.digium.com/svn/asterisk/branches/1.4@43564 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-24 14:58:10 +00:00
Russell Bryant
c259876748
Merged revisions 43552 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@43553 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-24 13:53:35 +00:00
Kevin P. Fleming
6a27cee242
don't output the 'build complete' message when the target being run is already going to do an installation
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 23:44:47 +00:00
Jason Parker
e2365e0f0f
Allow chan_skinny.so to be unloaded properly.
...
Remove reload support, since it doesn't actually...work.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 22:12:12 +00:00
Joshua Colp
2d6134db9c
Blocked revisions 43509 via svnmerge
...
........
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@43510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 21:59:50 +00:00
Steve Murphy
73b0ed54b9
This commits a change to return MODULE_LOAD_FAILURE on error, and SUCCESS (instead of 0) when all goes well for bug 8004
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 21:36:10 +00:00
Steve Murphy
3836bbd557
If the extensions.ael file not found, or unreadable, we return AST_MODULE_LOAD_DECLINE,
...
as per bug # 8004.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 21:08:36 +00:00
Jason Parker
408d4b978f
Make sure we explicitly set the CLI command to not be deprecated, if it isn't.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 17:25:05 +00:00
Kevin P. Fleming
b84f7b0518
use rebuilt extra sounds
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 16:42:46 +00:00
Kevin P. Fleming
53ff7ae7cd
all the Linux systems I have don't use '__m_count' for this field, so I don't know where this came from...
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 15:51:13 +00:00
Russell Bryant
eb89724010
backport the compatability fix to use attribute_malloc instaed of
...
__attribute__ ((malloc))
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 15:47:14 +00:00
Russell Bryant
0b2dcac484
return AST_MODULE_LOAD_DECLIDE if mISDN could not be configured
...
(issue #8006 , Mithraen)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 15:42:44 +00:00
Russell Bryant
33acd61f53
Suppress a compiler warning about the use of a potentially uninitialized
...
variable. It couldn't actually happen, though.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43477 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 14:02:58 +00:00
Jason Parker
d940da0acf
First shot at unload_module in chan_skinny..
...
More to come.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-22 03:01:16 +00:00
Matt O'Gorman
ff11e64e67
updates for better compontent support
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 23:50:56 +00:00
Tilghman Lesher
5ac0ca6af1
Twould help if we actually documented how the new features in res_odbc actually work. (Oops)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 23:24:41 +00:00
Joshua Colp
928c5f7bbc
Some more clean up in the load function for chan_oss (issue #8002 reported by Mithraen with minor mods by moi)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 22:21:40 +00:00
Joshua Colp
e02f0bda8f
Clean up chan_mgcp's module load function (issue #8001 reported by Mithraen with mods by moi)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43454 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 22:12:09 +00:00
Kevin P. Fleming
16a2f6e64f
add another attempt to strip non-API symbols from the final binary... script will need to be extended to work on non-Linux systems
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 21:21:29 +00:00
Tilghman Lesher
f0fdf0acf9
Fix documentation to reflect how Url() really works
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 20:22:43 +00:00
Tilghman Lesher
c708dee67a
Oops, missed the merge breakage
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43441 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 19:43:32 +00:00
Tilghman Lesher
b5902caa79
Merged revisions 43420 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@43422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 17:04:40 +00:00
Tilghman Lesher
b727a4bde3
Merged revisions 43409 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/branches/1.4@43410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 16:31:59 +00:00
Kevin P. Fleming
44983fae40
remove this change... it requires binutils 2.17
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43405 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 16:08:03 +00:00
Kevin P. Fleming
05b0e38f98
remove extraneous property
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43404 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-21 16:02:30 +00:00
Jason Parker
1ec9e85709
fix minor typo in the way version is handled
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43396 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 23:19:25 +00:00
Kevin P. Fleming
9cf9c1373b
merge down mark's users.conf fixes
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43392 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 23:01:50 +00:00
Kevin P. Fleming
1a68406874
make the sounds Makefile actually work again
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43388 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 22:54:55 +00:00
Jason Parker
0a0df5e171
Go back to the old(ish) way of installing sound files.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43386 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 22:27:54 +00:00
Russell Bryant
97502fdec0
Fix the total allocation count and total byte count in the memory summary
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43383 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 22:13:16 +00:00
Kevin P. Fleming
31a04cf56e
it's time :-)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43376 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:46:52 +00:00
Russell Bryant
28ffdcc783
Fix the memory summary so that it doesn't print the first file in the list over
...
and over again.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:42:57 +00:00
Jason Parker
0cfaffac96
Fix some chan_zap warning messages, when HAVE_PRI is not defined.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:42:45 +00:00
Tilghman Lesher
8e81e20658
One last forgotten constified file
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:14:33 +00:00
Russell Bryant
6f442c4a3c
fix some breakage from the CLI command changes
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43372 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:14:02 +00:00
Joshua Colp
0a28b21d01
Warning be gone.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:11:48 +00:00
Russell Bryant
cb268c0228
resolve compiler warnings from constification
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43370 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:08:32 +00:00
Joshua Colp
e8b820e743
Magical eightball says warnings be gone.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 21:03:37 +00:00
Tilghman Lesher
d70fe791c2
A few misses from constification
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:57:57 +00:00
Jason Parker
8c16600b0d
Minor fixes to sounds installation.
...
Use latest version number for core-sounds.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:43:41 +00:00
Tilghman Lesher
70af28270d
Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:40:39 +00:00
Kevin P. Fleming
cc99b22469
add a warning about name changes on some API calls
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43363 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:36:19 +00:00
Steve Murphy
9ebd2579c9
sounds/Makefile updated to handle the extra-sounds tarball; some optimizations
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43362 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:33:15 +00:00
Jason Parker
aefb5c269a
Fix a bug in the CLI reverbification, as pointed out by ZX81 in #asterisk-dev
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43361 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:18:25 +00:00
Kevin P. Fleming
9ae105df1d
don't let symbols from included static libraries (like codec/ilbc) pollute the global namespace when those modules are embedded
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20 20:13:42 +00:00