Commit Graph

328 Commits (7bc2345fb16fb0ae616d4573cef6f08db54a2ba3)

Author SHA1 Message Date
Gregory Nietsky 3845299e46 mISDN Round Robin break when no channel is available
14 years ago
Gregory Nietsky b5a641d1fe Merged revisions 336167 via svnmerge from
14 years ago
Matthew Jordan 8b5ba33fe0 Merged revisions 335078 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
15 years ago
Richard Mudgett 6826b083ec Merged revisions 312509 via svnmerge from
15 years ago
Richard Mudgett ee44bf7257 Merged revisions 312022 via svnmerge from
15 years ago
Paul Belanger 3556e4c2d4 Replace ast_log(LOG_DEBUG, ...) with ast_debug()
15 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
15 years ago
Russell Bryant 9ae2d8024d Fix chan_misdn build after sched API changes.
15 years ago
Richard Mudgett 267cf27744 Merged revisions 296582 via svnmerge from
15 years ago
Richard Mudgett 3adb425b25 Merged revisions 294349 via svnmerge from
15 years ago
Richard Mudgett 18553bb804 Merged revisions 294125 via svnmerge from
15 years ago
Richard Mudgett 64845d73c7 Merged revisions 292704 via svnmerge from
15 years ago
Richard Mudgett 5077d4aae0 Merged revisions 291507 via svnmerge from
15 years ago
Richard Mudgett 8f725c6cb5 Merged revisions 291469 via svnmerge from
15 years ago
Richard Mudgett 8193e24e1a Merged revisions 289549 via svnmerge from
15 years ago
Richard Mudgett c1af98603b Merged revisions 287017 via svnmerge from
15 years ago
Richard Mudgett 6c5e3d5966 Merged revisions 285195 via svnmerge from
15 years ago
Tilghman Lesher 5eae9f44f7 Merged revisions 284597 via svnmerge from
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
16 years ago
Richard Mudgett cf7bbcc4c6 Expand the caller ANI field to an ast_party_id
16 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
16 years ago
Tzafrir Cohen c613897d1c Fix various typos reported by Lintian
16 years ago
Mark Michelson b5d5cc565f Enhancements to connected line and redirecting work.
16 years ago
Richard Mudgett e2336b73ef Merged revisions 262657,262660 from
16 years ago
Richard Mudgett a5a0a5f867 Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.
16 years ago
Richard Mudgett 57ee669d9f Merged revisions 247910 via svnmerge from
16 years ago
Kevin P. Fleming ef9be94b35 Change all refererences to 1.6.3 to be 1.8, since that will be the next feature release
16 years ago
David Brooks 45ad82fda3 Merged revisions 228078 via svnmerge from
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
David Vossel 9456ab2724 Deadlock in channel masquerade handling
16 years ago
Richard Mudgett 49b90d5e61 Merged revisions 222691 via svnmerge from
16 years ago
Richard Mudgett a305b52fc8 Send a generic return result when we receive a CallDeflection facility message in chan_misdn.
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Kevin P. Fleming ed2a3cedd1 Merged revisions 209759 via svnmerge from
16 years ago
Richard Mudgett bcff592839 Merged 207316 from
17 years ago
Richard Mudgett 58b440bc29 Merged revisions 206487 via svnmerge from
17 years ago
Richard Mudgett c90a8c0921 Merged revisions 206284 via svnmerge from
17 years ago
Richard Mudgett a894c33cb3 Merged revisions 204834 via svnmerge from
17 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
17 years ago
Richard Mudgett 2ce62b35cf Make outgoing_colp=2 misdn.conf port parameter not send redirecting or transfer messages.
17 years ago
Kevin P. Fleming 4379249674 Convert a number of global module variables to 'static'.
17 years ago
Richard Mudgett 63e4b99e79 Make chan_misdn compile.
17 years ago
Joshua Colp 678045fb43 Merged revisions 196116 via svnmerge from
17 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
17 years ago
Richard Mudgett 7872538b83 Add outgoing_colp misdn.conf port parameter.
17 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
17 years ago
Richard Mudgett 3b01ff719c Merged revisions 193613 via svnmerge from
17 years ago
Richard Mudgett 90f76fcfba Merged revisions 193050 via svnmerge from
17 years ago
Richard Mudgett d35fd35ae3 Outgoing PTP redirected calls did not wait for the COLR from the redirected-to party.
17 years ago
Richard Mudgett 89d06c7759 Make PTP DivertingLegInformation3 message behavior closer to the specifications.
17 years ago
Richard Mudgett c95c065903 There is no need to use the struct ast_party_connected_line.source update values.
17 years ago
Russell Bryant c878b21887 Fix a build error.
17 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
17 years ago
Richard Mudgett 6bb2b6c096 Added CCBS/CCNR Party A support and enhanced COLP support.
17 years ago
Richard Mudgett 13af9ed74c Merged revisions 188833,189134 via svnmerge from
17 years ago
Richard Mudgett b0cfe6e1f2 Miscellaneous minor changes to chan_misdn.
17 years ago
Richard Mudgett b89dce07b4 Make chan_misdn_log() avoid generating the log message if logging is disabled.
17 years ago
Mark Michelson 6f53ed4c67 This commit introduces COLP/CONP and Redirecting party information into Asterisk.
17 years ago
Richard Mudgett 9a6bf5f9c6 Removed trailing whitespace in chan_misdn files.
17 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
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
Russell Bryant de535452cd build in dev mode
17 years ago
Tilghman Lesher 9c10ccd9fd Mostly spacing changes; no functionality change at all.
17 years ago
Tilghman Lesher 55b4eedd5d Janitor patch for chan_misdn (make channel variable access safe)
17 years ago
Russell Bryant ef6ad2b53c Merged revisions 168561 via svnmerge from
17 years ago
Richard Mudgett 17d56d409b Spacing change
17 years ago
Richard Mudgett 4d1500edbd Merged revisions 168191 via svnmerge from
17 years ago
Joshua Colp 654ea55a65 Numerous documentation updates.
17 years ago
Kevin P. Fleming 887e28d7aa incorporates r159808 from branches/1.4:
17 years ago
Richard Mudgett 89a678df60 Merged revisions 154266 via svnmerge from
17 years ago
Richard Mudgett de9c5d4c42 Merged revisions 150124 via svnmerge from
17 years ago
Michiel van Baak 5232acb8c0 fix some CLI commands we borked during devcon2008
17 years ago
Richard Mudgett e3311c9875 * Miscellaneous formatting changes to make v1.4 and trunk
17 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch.
17 years ago
Christian Richter 1c2cbc926b Merged revisions 144238 via svnmerge from
17 years ago
Richard Mudgett 1678a005b6 channels/chan_misdn.c
17 years ago
Richard Mudgett b92df4dc1e Merged revisions 136241 via svnmerge from
17 years ago
Michiel van Baak 5ceec8b052 oops
18 years ago
Michiel van Baak dbcef163a2 forgot chan_misdn
18 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
18 years ago
Michiel van Baak 08e674bce0 Pass the hangup cause all the way to the calling app/channel.
18 years ago
Jason Parker f9d4fc2f34 Merged revisions 51989 via svnmerge from
18 years ago
Tilghman Lesher cbf80c1a3c Make MISDN generate channel rename events when the name changes.
18 years ago
Jason Parker 9e3603dac9 Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.
18 years ago
Kevin P. Fleming 3a8268bc29 fix up various warnings found via the addition of format string checking... some of these were really, really bad code
18 years ago
Terry Wilson b02bc230af Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not
18 years ago
Tilghman Lesher 8718878490 Merged revisions 106552 via svnmerge from
18 years ago
Christian Richter a3bdc0a77f Merged revisions 100793 via svnmerge from
18 years ago
Christian Richter 2753deb0db Merged revisions 96199 via svnmerge from
18 years ago
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
18 years ago
Christian Richter c9f70f995b Merged revisions 96198 via svnmerge from
18 years ago
Christian Richter b5bbf14556 Merged revisions 92934 via svnmerge from
18 years ago
Russell Bryant d15dfabe93 Bring in a small change from team/russell/chan_refcount
18 years ago
Luigi Rizzo 7e8835e0d7 remove another set of redundant #include "asterisk/options.h"
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo d82a631f9c more removal of duplicate #include lines
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Christian Richter c00d3374ff fixed #10631, about one way audio. thanks IgorG again.
18 years ago