Commit Graph

5889 Commits (34080f9cbecd9094088821f1b287742103896079)

Author SHA1 Message Date
Jeff Peeler d22073161f Add some code removed by mistake from commit 182722 that works around a file
17 years ago
Kevin P. Fleming 4f390ec024 Merged revisions 182882 via svnmerge from
17 years ago
Russell Bryant 0bdd99ad64 Merged revisions 182810 via svnmerge from
17 years ago
Jeff Peeler 9dc40485f2 Allow H.323 Plus library to be used in addition to the OpenH323 library
17 years ago
Richard Mudgett 7cfc92cc32 OPENR2 uses an incorrect string value if the extension delimiter is not present.
17 years ago
Russell Bryant 77a6840fd3 Add MFC/R2 support for chan_dahdi.
17 years ago
David Vossel 18ac659dc6 Merged revisions 182281 via svnmerge from
17 years ago
Tilghman Lesher 0bf4624643 Merged revisions 182208 via svnmerge from
17 years ago
Joshua Colp a6734b5a95 Fix an issue with requesting a T38 reinvite before the call is answered.
17 years ago
Kevin P. Fleming 87a8295303 improve a bit of suboptimal code
17 years ago
Mark Michelson 593d643d24 Merged revisions 181768 via svnmerge from
17 years ago
David Vossel 5f476b6085 Merged revisions 181340 via svnmerge from
17 years ago
Joshua Colp 1fc574dbf7 Merged revisions 181328 via svnmerge from
17 years ago
Joshua Colp 60d58b8d15 Merged revisions 181295 via svnmerge from
17 years ago
Jeff Peeler 58cf8b69da Fix malloc debug macros to work properly with h323.
17 years ago
Mark Michelson c1e2636be7 Add missing comment that quotes RFC 3891
17 years ago
Mark Michelson 85a5f68fe1 Merged revisions 181029,181031 via svnmerge from
17 years ago
Joshua Colp 4c9ab0df8c Merge phase 1 support for the new bridging architecture.
17 years ago
Russell Bryant 6c9f6d33c7 Resolve object matching issues related to the removal of the sip_user object.
17 years ago
Mark Michelson 3a14487abf Allow for "magic" pickups to work when we wish to ignore the context
17 years ago
Olle Johansson f000d5bb0f Please prefix default values with DEFAULT
17 years ago
Joshua Colp 775b30307f Do not try to remove a registration scheduled item if the scheduler context has already been destroyed.
17 years ago
Mark Michelson c9252cbaf0 Properly free memory and remove scheduler entries when a transmission failure occurs.
17 years ago
Michiel van Baak 99ad18c4c5 Add reload support to chan_skinny.
17 years ago
David Vossel 3d0aac6cd8 IAX2 prune realtime, minor tweak to last fix
17 years ago
David Vossel a0ef434095 IAX2 prune realtime fix
17 years ago
David Vossel 641dd68c4d Allows manager command to see if IAX link is trunked and encrypted. Displays what kind of encryption is enabled as well.
17 years ago
Joshua Colp 9ccad1406b Merged revisions 178205 via svnmerge from
17 years ago
Michiel van Baak 25056db5d0 update the new manager commands in chan_skinny to match
17 years ago
David Vossel 7d1ac32af1 Changes the way keyrotation is enabled by default
17 years ago
Michiel van Baak c880aa936b Add a couple of manager commands to chan_skinny
17 years ago
Tilghman Lesher bafd3372cf On update, test against the existence of sipregs.
17 years ago
Michiel van Baak d9eb973a3d make chan_sip.c compile on OpenBSD again.
17 years ago
Jeff Peeler 138f3de410 Set sip_request ast_str data to NULL so ast_str_copy allocates space properly
17 years ago
Jeff Peeler c8fe75da36 Modify h323 to build against PTLib as well as the older PWLib
17 years ago
Joshua Colp 2ff89e817e Fix ordering of output for a ChannelUpdate manager event.
17 years ago
Dwayne M. Hubbard 8f8f4adf7d T38 faxdetect should jump to the 'fax' extension for incoming calls only
17 years ago
Dwayne M. Hubbard e28b2b52b2 create a UDPTL structure in create_addr_from_peer() if it does not already exist for T38
17 years ago
Tilghman Lesher 6f9e69adad Prior to masquerade, move the group definitions to the channel performing the
17 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
17 years ago
Tilghman Lesher ef94685d32 In this version, we can combine the queries, because we support dropping
17 years ago
Tilghman Lesher 274c71e6ae Merged revisions 176426 via svnmerge from
17 years ago
David Vossel 00b5dcfca4 Merged revisions 176354 via svnmerge from
17 years ago
Tilghman Lesher 808047d54b Use the correct list macros for deleting an item from the middle of a list.
17 years ago
David Vossel 0a792331bf Merged revisions 175597 via svnmerge from
17 years ago
Tilghman Lesher 6cc10eb351 Can't set debug level 2 (intense debugging) unless the syntax matches
17 years ago
Russell Bryant 0aa256715c Remove chan_features.
17 years ago
Joshua Colp 8d00e7a6ed Merged revisions 176029 via svnmerge from
17 years ago
Michiel van Baak 115c6abef4 Merged revisions 175921 via svnmerge from
17 years ago
Russell Bryant ca9d3b8ac9 Fix a number of problems with ast_sched_report().
17 years ago
Olle Johansson c9a8142e58 Merged revisions 175777 via svnmerge from
17 years ago
David Vossel 35ac1d7e1c Fixed iax2 key rotation backwards compatibility
17 years ago
Kevin P. Fleming 2a53f2ec98 Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1C (also known as Siren7 and Siren14)
17 years ago
Dwayne M. Hubbard d11e6f0591 Add dynamic fax buffer configuration option to chan_dahdi.conf
17 years ago
Russell Bryant a741658f58 Remove useless string copy, and make sscanf safe again
17 years ago
David Vossel 178e6f06df Adds force encryption option to iax.conf
17 years ago
Russell Bryant 768c73160e Avoid using ast_strdupa() in a loop.
17 years ago
Kevin P. Fleming 1448b5db6a correct warning message to not refer specifically to DAHDI
17 years ago
David Vossel 53f3ab973e Setting key rotation to be off by default
17 years ago
Philippe Sultan c873d72ca2 Issue a warning message if our candidate's IP is the loopback address.
17 years ago
Philippe Sultan 7bb5ef8399 Merged revisions 175029 via svnmerge from
17 years ago
Joshua Colp 6304c09149 Only decrease inringing count if above zero.
17 years ago
Joshua Colp 8e6780a5b1 Set the type for the peer structure to be a peer as the default.
17 years ago
Joshua Colp bb327036f1 Make the logic for inuse and inringing manipluation match that of 1.4. The old broken logic would reset the values back to 0 during certain scenarios causing the wrong state to be reported.
17 years ago
Mark Michelson e0b0ae07a3 Fix something I messed up in the merge I just did
17 years ago
Mark Michelson a02ef73b25 Merged revisions 174282 via svnmerge from
17 years ago
Dwayne M. Hubbard 0024ad62ab Merged revisions 174082 via svnmerge from
17 years ago
David Vossel c15b83e7e5 Adds immediate yes/no option to iax.conf
17 years ago
Joshua Colp fa389ab17a Don't subscribe to a mailbox on pseudo channels. It is futile. This solves an issue where duplicated pseudo channels would cause a crash because the first one would unsubscribe and the next one would also try to unsubscribe the same subscription.
17 years ago
Joshua Colp 550f7f1e65 Merged revisions 173967-173968 via svnmerge from
17 years ago
Matthew Nicholson 647b68ec23 Merged revisions 173917 via svnmerge from
17 years ago
Russell Bryant 0cbada4f96 Add a common implementation of a scheduler context with a dedicated thread.
17 years ago
David Vossel b605bdff0c Fixes issue with IAX2 transfer not handing off calls. Reverts changes in 116884
17 years ago
Richard Mudgett e70fc3d136 Broke up the large conditional blocks so it is easy to see if a function is compiled.
17 years ago
Russell Bryant 326587ebe3 Fix a spelling mistake.
17 years ago
Olle Johansson a9ee30da54 Add a todo. I do need to really check what's going on with this kill-the-user business ;-)
17 years ago
Olle Johansson 81a3d40c08 Small formatting change
17 years ago
Olle Johansson 9ea148b260 Add some well-needed improvements to the wishlist in the code, so that we can close
17 years ago
Sean Bright 2af8f59958 The CID lookup feature wasn't actually working properly with dialog-info+xml
17 years ago
Richard Mudgett 97b4e9cf2a channels/chan_dahdi.c
17 years ago
Olle Johansson efd6586546 Revert two lines that was extra, but only on fridays.
17 years ago
Olle Johansson 7ecda45482 Fix "cancel answered elsewhere" through app_queue with members in chan_local.
17 years ago
Olle Johansson b79a12e929 - Make sure we set setvar= variables on outbound calls too, not only inbound calls.
17 years ago
Olle Johansson 3e144e2a71 Make sure register= line supports both port and expiry at the same time.
17 years ago
Olle Johansson 55782a8dfa Merged revisions 172169 via svnmerge from
17 years ago
Steve Murphy f029e410ec A further correction: cast the sizeof to an int.
17 years ago
Steve Murphy 5918a38b98 my gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 didn't like the \%ld and issued a warning, breaking my dev-mode build. This fixes it.
17 years ago
Tilghman Lesher ca052f64d0 Merged revisions 171963 via svnmerge from
17 years ago
Matthew Fredrickson 7a69506727 Don't complain about lack of D-channels on PTMP connections
17 years ago
Mark Michelson 5f1a4ebe6d Merged revisions 171689 via svnmerge from
17 years ago
Doug Bailey 906d665477 Handle new VMWI ioctl structure (Now there are two VMWI ioctl calls.)
17 years ago
Olle Johansson a0a8a4d68e Solving the same issue, but a bit different in trunk...
17 years ago
Olle Johansson e9beff5969 Moving generic setting to friends
17 years ago
Olle Johansson f35874c3f5 Continue to move variables into the sip_cfg structure to make them easier to handle in the future as a group of settings for a group of devices.
17 years ago
Olle Johansson a6228ccaf3 Just moving around variable declarations so that we have all globals in the same place.
17 years ago
Olle Johansson 08640496d1 Merged revisions 171264 via svnmerge from
17 years ago
Tilghman Lesher b0a29390ec Merged revisions 171187 via svnmerge from
17 years ago
Michiel van Baak 630fe3ccb8 dont segfault when a MWI event occurs on a line without a registered device
17 years ago
Tilghman Lesher 0308c5b943 Merged revisions 170588 via svnmerge from
17 years ago
Joshua Colp a394fe3a7a Merged revisions 170504 via svnmerge from
17 years ago