Commit Graph

3496 Commits (ca2bdd54c7d5d9d70819e2bb472cb0a048312c17)

Author SHA1 Message Date
Kevin P. Fleming ca2bdd54c7 Merged revisions 44432 via svnmerge from
19 years ago
Kevin P. Fleming 0ee719e52f Merged revisions 44392 via svnmerge from
19 years ago
Kevin P. Fleming ff05bf15c8 update thread creation code a bit
19 years ago
Matt O'Gorman 592cbc0452 fix issue with dialing client without resource.
19 years ago
Paul Cadach bc3dee9d86 Change default presentation indicator to "user provided not screened" if octet 3a missed in CallingPartyNumber IE
19 years ago
Joshua Colp d241bab733 Use VideoSupport instead so it is considered a valid XML attribute name. (issue #8075 reported by renemendoza)
19 years ago
Paul Cadach 70dfcccd66 Fix preparation of type and presentation of calling number
19 years ago
Matt O'Gorman 5058b9e13f updated res_jabber for even better component support, soon will be jep-0100 compliant.
19 years ago
Joshua Colp d56d4a3f7f Merged revisions 44213 via svnmerge from
19 years ago
Paul Cadach f76b7ab4a9 Optimization of oh323_indicate(): less locks - less problems, plus single exit point
19 years ago
Mark Spencer 43b8d09b81 Don't use Channel when you're not talking about a channel :)
19 years ago
Paul Cadach 5ec38a80bf Do not simulate any audio tones if we got PROGRESS message
19 years ago
Luigi Rizzo c88b87f6ed sync with trunk - move variable declarations to the beginning of a block.
19 years ago
Paul Cadach ffd8a2576b Fix issue #7928 correctly. Next is a comment of previous fix:
19 years ago
Paul Cadach 7a7c5011a1 Found some buggy SIP clients (phones Planet VIP-153T firmware
19 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
19 years ago
Paul Cadach e4ff1716d5 Compile first, please
19 years ago
Paul Cadach 8a107b3a16 Set TON/PRESENTATION information more carefully when no CallingNumber IE available
19 years ago
Paul Cadach 4ecb66c6b4 Fake display name by called number on incoming calls (until passing connected number/connected name is not implemented)
19 years ago
Paul Cadach 5d8c027883 Ported code refers to H.450 - add includes
19 years ago
Paul Cadach 6f72c19b74 Properly pass TON/PRESENTATION information - original
19 years ago
Paul Cadach b05cb6d46b Pass TON/PRESENTATION information too
19 years ago
Kevin P. Fleming 704397dc3c don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they are also then used for non-Asterisk components (like menuselect); use our own variables instead
19 years ago
Joshua Colp d2d4833b79 Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
19 years ago
Paul Cadach 13b9f34966 Extend call establishment timeout
19 years ago
Joshua Colp 24b723af44 Make sure the pvt exists before accessing it again as it may have gone away (issue #7562 reported by Seb7 and issue #7939 reported by sorg)
19 years ago
Paul Cadach f1ebcc8e34 Fix compiler warning
19 years ago
Paul Cadach 89e23aa040 Force remote side to start media on outgoing PROGRESS message
19 years ago
Christian Richter a3f43a7dfe Merged revisions 43764 via svnmerge from
19 years ago
Paul Cadach e2d1986cec Do not open transmit channel until TCS is received
19 years ago
Joshua Colp 0929a218f3 Get rid of two functions from a time now past (we THINK these are from pre-recursive lock time) that may be contributing to two open issues on the bug tracker (7562/7939) and that has the potential to just make bad things happen if the timing is right.
19 years ago
Christian Richter cf7b068f58 removed the chan_misdn versioning, since asterisk has it's own
19 years ago
Joshua Colp 8459e9a7ac Make rfc2833compensate a global option.
19 years ago
Joshua Colp 2862b777fe Merged revisions 43705 via svnmerge from
19 years ago
Russell Bryant 6a4c92a630 Add missing newline character in the warning message about deprecated TOS values
19 years ago
Joshua Colp 6dc8b23feb Strip options off the argument passed for devicestate in chan_local. (issue #8034 reported by pcardozo)
19 years ago
Jason Parker 955cb53b6b Add proper codec support to chan_skinny. Works with at least ulaw, alaw, and g729a.
19 years ago
Paul Cadach f1018ee8bb Fix ASN1 description of non-standard Cisco extensions
19 years ago
Paul Cadach b2b256eeef Backport changes of trunk:
19 years ago
Paul Cadach 4b81fe1d28 Merged revisions 43472,43495 from trunk
19 years ago
Russell Bryant 4a8a46a162 Fix a CLI command registration issue where an erroneous message claiming that
19 years ago
Russell Bryant c259876748 Merged revisions 43552 via svnmerge from
19 years ago
Jason Parker e2365e0f0f Allow chan_skinny.so to be unloaded properly.
19 years ago
Russell Bryant 0b2dcac484 return AST_MODULE_LOAD_DECLIDE if mISDN could not be configured
19 years ago
Jason Parker d940da0acf First shot at unload_module in chan_skinny..
19 years ago
Matt O'Gorman ff11e64e67 updates for better compontent support
19 years ago
Joshua Colp 928c5f7bbc Some more clean up in the load function for chan_oss (issue #8002 reported by Mithraen with minor mods by moi)
19 years ago
Joshua Colp e02f0bda8f Clean up chan_mgcp's module load function (issue #8001 reported by Mithraen with mods by moi)
19 years ago
Kevin P. Fleming 9cf9c1373b merge down mark's users.conf fixes
19 years ago
Jason Parker 0cfaffac96 Fix some chan_zap warning messages, when HAVE_PRI is not defined.
19 years ago