Joshua Colp
36a9656234
Merged revisions 43697 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43697 | file | 2006-09-26 16:19:33 -0400 (Tue, 26 Sep 2006) | 2 lines
Strip options off the argument passed for devicestate in chan_local. (issue #8034 reported by pcardozo)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43698 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Jason Parker
8b42bb0f3a
Merged revisions 43650 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43650 | qwell | 2006-09-26 08:33:47 -0700 (Tue, 26 Sep 2006) | 11 lines
Add proper codec support to chan_skinny. Works with at least ulaw, alaw, 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: https://origsvn.digium.com/svn/asterisk/trunk@43651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
c479c25182
Support for negotiation and receiption of Cisco's RTP DTMF
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
66e1d206f5
Disable fastStart if requested by remote side
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
1af96a0b21
Specify RFC2833 payload on dtmfmode option rather than dtmfcodec option (deprecated)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
d62390a65c
DTMF mode is bitmask, not valued field
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
aec46b99f5
Define Cisco RTP capability
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43573 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
ecdfdb6ecb
Specify non-standard data independedly on OpenH323's codec name (it can be easily changed)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
258f1082ec
Define DTMF payload types
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43571 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
2fa3574c57
Merged revisions 43564 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43564 | russell | 2006-09-24 10:58:10 -0400 (Sun, 24 Sep 2006) | 5 lines
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/trunk@43565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
c8b90b75c9
Merged revisions 43553 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r43553 | russell | 2006-09-24 09:53:35 -0400 (Sun, 24 Sep 2006) | 12 lines
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/trunk@43554 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
56fb349222
Avoid possible deadlock on channel destruction
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43540 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Jason Parker
cb8065e5c3
Merged revisions 43518 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43518 | qwell | 2006-09-22 15:12:12 -0700 (Fri, 22 Sep 2006) | 4 lines
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/trunk@43519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
23db39367c
Move from h.323 to h323 command prefix
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
2ccf0b434a
Fix compilation warnings
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
747f091a77
Use own factory for our OpalMediaFormats too
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
50ed891da2
Fix our capability's factory
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43495 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
34da4819c1
Merged revisions 43482 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43482 | russell | 2006-09-22 11:42:44 -0400 (Fri, 22 Sep 2006) | 3 lines
return AST_MODULE_LOAD_DECLIDE if mISDN could not be configured
(issue #8006 , Mithraen)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Luigi Rizzo
4d188126d9
style fix:
...
move variable declaration at the beginning of the block.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
ccdbf69318
Add missing include
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43472 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Jason Parker
81bfa44bb8
Merged revisions 43469 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43469 | qwell | 2006-09-21 20:01:16 -0700 (Thu, 21 Sep 2006) | 4 lines
First shot at unload_module in chan_skinny..
More to come.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43470 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matt O'Gorman
08368f00ab
Merged revisions 43466 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines
updates for better compontent support
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
323527b4f3
Oh look more changes, but these are my own! (Clean up module load functions)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43461 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Jason Parker
57504cf0f1
Suppress compiler warnings
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43460 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
f2e34318f8
Clean up chan_alsa load module function (issue #8000 reported by Mithraen)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Tilghman Lesher
f14dc5fab4
And some deprecated APIs and modifications to documentation
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43458 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
794d34f90c
Merged revisions 43456 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43456 | file | 2006-09-21 18:21:40 -0400 (Thu, 21 Sep 2006) | 2 lines
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/trunk@43457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
a5e4e31654
Merged revisions 43454 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r43454 | file | 2006-09-21 18:12:09 -0400 (Thu, 21 Sep 2006) | 2 lines
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/trunk@43455 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Tilghman Lesher
6ae8741518
Lots more removal of deprecated things
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
1c764935f2
SS7 marked the start of an open season for trunk again but here's something minor - abstract early bridging into the technology so that we don't always assume they use RTP and try it.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
d2b0446c90
Declare our own media formats to not rely on OpenH323 configuration
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
5acd11f180
Introduce Cisco G.726-32 capability (g726aal2 form)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43429 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson
bd76cda68d
Merge in SS7 changes.... need to still cleanup zapata.conf
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43427 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Mark Spencer
c58ae729cd
Fix agent parsing of users.conf
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43382 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
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
19 years ago
Tilghman Lesher
d70fe791c2
A few misses from constification
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
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
19 years ago
Paul Cadach
e57d521462
Split capability definitions into own source file
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
aa92ebffea
Remove unnecessary (long time ago commented out) code
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
a704e298e7
Fix missed extension replacement
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Paul Cadach
84946195e9
Change file naming to be conform OpenH323 rules
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
86421e3a7d
Do clean for h323 directory too
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
1ce4a427d3
Merge in latest round of chan_h323 changes. These are all isolated to chan_h323 so meh.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
0964265657
Merged revisions 43314 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r43314 | kpfleming | 2006-09-20 00:08:05 -0500 (Wed, 20 Sep 2006) | 2 lines
make some more functions static
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
e8606d9c57
Merged revisions 42133 via svnmerge from
...
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r42133 | bweschke | 2006-09-06 14:16:41 -0400 (Wed, 06 Sep 2006) | 6 lines
Look ma! No more deadlocks! <sic>
As posted from #7458 and others similar to it in Mantis:
p->app_lock was a mutex really designed for use with agents not in callback mode. That being the case, I've tried to code it so that when callback mode is used, the app_lock mutex will not be locked/unlocked at all. Please let me know how you make out - and if you continue to deadlock now, please reproduce the deadlock logging information and post to Mantis.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
1485fa4c24
move this header to include where it belongs
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson
81b6e171bd
Get rid of zero size old config file
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson
33ddb53663
Various updates from PCadach's chan_h323-live branch
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43294 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson
1dfc281c40
Work!!!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Joshua Colp
44821e39f8
While this is experimental I don't think it should be experimental enough to be printed out in big capital letters, and Kenny tends to agree too so you know it's right.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago