Commit Graph

1594 Commits (8cca4ed8d859659ef68f6cf2500a1f725008d892)

Author SHA1 Message Date
David Vossel 0f8eaa6299 Merged revisions 282269 via svnmerge from
15 years ago
Matthew Nicholson f02c4ff527 Merged revisions 281358 via svnmerge from
15 years ago
Matthew Nicholson 1862c1b4cf Merged revisions 280909 via svnmerge from
15 years ago
Matthew Nicholson 680c3e1883 Merged revisions 280557 via svnmerge from
15 years ago
Terry Wilson 0d4a91f062 Merged revisions 280225 via svnmerge from
15 years ago
Russell Bryant 0bac4255db Merged revisions 280058 via svnmerge from
15 years ago
Tilghman Lesher 12a0639429 Merged revisions 279601 via svnmerge from
15 years ago
Tilghman Lesher 84873a8e95 Merged revisions 279113 via svnmerge from
15 years ago
Tilghman Lesher 3ab0041118 Merge the realtime failover branch
15 years ago
Olle Johansson 98ad48e5d4 Minor corrections to the LDAP realtime driver
15 years ago
Terry Wilson d6e1c724e5 Remove built-in AES code and use optional_api instead
15 years ago
Russell Bryant 765b275976 Use poll() instead of select() in res_timing_pthread to avoid stack corruption.
15 years ago
Matthew Nicholson 3b5d63fd2b Properly show the current page being transfered for 'fax show session'
15 years ago
Matthew Nicholson 180846d2e7 Don't print failure status when the remote end hangs up, it may not be an actual failure.
15 years ago
Tilghman Lesher 82448ad7d2 Separate queue_log arguments into separate fields, and allow the text file to be used, even when realtime is used.
15 years ago
Matthew Nicholson c149b851b3 This commit contains several changes to the way output channel variables are handled.
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tilghman Lesher a7c92fad28 Merged revisions 277568 via svnmerge from
16 years ago
Bradley Latus c0607e02b5 Update res_fax.c to be a good xml citizen.
16 years ago
Tilghman Lesher f12afaaebc Add documentation for MOH realtime fields
16 years ago
Tilghman Lesher 7515e03c8b And yet one more
16 years ago
Tilghman Lesher be7fbdf25d "Item may be used uninitialized in this function."
16 years ago
Mark Michelson 1e8c66e749 Fix errors where incorrect address information was printed.
16 years ago
Tilghman Lesher 832d1296c6 Remove the old stub files, preferring the optional_api method.
16 years ago
Richard Mudgett cf7bbcc4c6 Expand the caller ANI field to an ast_party_id
16 years ago
Richard Mudgett 2cf60bb09d Make compile again.
16 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
16 years ago
Tilghman Lesher da8450323f Kill some startup warnings and errors and make some messages more helpful in tracking down the source.
16 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
16 years ago
Eliel C. Sardanons a1b89a6a50 Implement AstData API data providers as part of the GSOC 2010 project,
16 years ago
Matthew Nicholson f03b3691ea Set proper FAXOPT(status), FAXOPT(statusstr), and FAXOPT(error) values where possible. Previously some failure cases did not result in proper FAXOPT values.
16 years ago
Matthew Nicholson 390d5781cf Properly detect and report invalid maxrate and maxrate values in the FAXOPT dialplan function. Also make fax_rate_str_to_int() return an unsigned int and return 0 instead of -1 in the event of an error.
16 years ago
Mark Michelson 41cdf6a720 Merged revisions 274157 via svnmerge from
16 years ago
Tzafrir Cohen c613897d1c Fix various typos reported by Lintian
16 years ago
Matthew Nicholson 6acfd9f20a Properly handle failures of fax->start_session()
16 years ago
Paul Belanger 6012128a48 Fix rt(c)p set debug ip taking wrong argument
16 years ago
Matthew Nicholson 480b7e43ca Implemement support for handling multiple documents when sending.
16 years ago
Tilghman Lesher 621a86db18 If there is realtime configuration, it does not get re-read on reload unless the config file also changes.
16 years ago
Tilghman Lesher 9ec4987d3b Ensure a NULL file while debugging cannot crash AEL.
16 years ago
Russell Bryant 294c78a27e Resolve some errors that occur on a graceful shutdown.
16 years ago
Russell Bryant 9cc7c55578 Change the method of retrieving the Asterisk version string.
16 years ago
Tilghman Lesher e3873889b8 Conflict kqueue on OS X, since it doesn't work there yet, anyway.
16 years ago
Jeff Peeler b3281ac725 Merged revisions 271552 via svnmerge from
16 years ago
David Vossel 1a7e1aee5e fixes logic error introduced by slin16 sip support
16 years ago
Jeff Peeler 54f2dfc91c Merged revisions 271399 via svnmerge from
16 years ago
David Vossel ba3d1ad680 adds support for slin16 in sip
16 years ago
David Vossel b00f58da25 adds speex 16khz audio support
16 years ago
David Vossel fcb055fb4e addition of G.719 pass-through support
16 years ago
Paul Belanger 0bf94685fd MSG_OOB flag on HANGUP packet removed.
16 years ago
Terry Wilson fb71a38a41 Don't send files twice and remove extra \r\n from header
16 years ago
Tilghman Lesher a0d8a35659 Argh, mixed declarations and code.
16 years ago
Tilghman Lesher 81c15adfa2 Add distributed devicestate via the XMPP protocol.
16 years ago
Paul Belanger 41d7b51bf7 Merged revisions 270331 via svnmerge from
16 years ago
David Vossel e98835e437 fixes crash in moh when cachertclasses flag is used
16 years ago
Leif Madsen c672763af8 Fix some doxygen warnings.
16 years ago
Tilghman Lesher 523e4e50bf Release list lock before returning on error.
16 years ago
Terry Wilson 857814f435 Add SRTP support for Asterisk
16 years ago
Tilghman Lesher 6279bf10c4 Avoid unloading res_smdi twice.
16 years ago
Terry Wilson a55820a26d Use the correct ical.h file
16 years ago
Tilghman Lesher 464e44e325 Don't register functions until the last possible point, so they're not unloaded unnecessarily.
16 years ago
Terry Wilson 9a2f04ce26 Fix ical library handling (again)
16 years ago
Mark Michelson 529a87ce7d Remove unrelated MOH change from previous commit.
16 years ago
Mark Michelson 8999372c33 Fix misspelling of macro args.
16 years ago
Tilghman Lesher 35025c16d0 Merged revisions 265910 via svnmerge from
16 years ago
Tilghman Lesher 5c9fdd8666 Construct socket name, according to the Postgres docs, and document as such.
16 years ago
Terry Wilson f1503b9e1d Ensure that libneon > 0.29.0 is installed for res_calendar_ews
16 years ago
Tilghman Lesher a7498ae02e Use configure to determine the prefixes and include directories properly.
16 years ago
Terry Wilson 880cde12ac Calendaring support for Exchange Server 2007+ via EWS
16 years ago
Mark Michelson 0a63e3fa10 Log spandsp's fax debug output to the FAX logger level.
16 years ago
David Vossel 51e7ee235b fixes crash during dtmf
16 years ago
Tilghman Lesher a21192f4a7 Make happy green color come back
16 years ago
Tilghman Lesher 113c677257 For FreeBSD
16 years ago
Tilghman Lesher 88a8703c37 Hmmm, probably should have read the manpage more thoroughly.
16 years ago
Tilghman Lesher 8d6ee962c7 Add kqueue(2) implementation to Asterisk in various places.
16 years ago
Leif Madsen c17cda109a Revert previous WARNING message removal.
16 years ago
Leif Madsen 881450ec82 Remove unnecessary WARNING message in ael/pval.c
16 years ago
Jason Parker d8dea9e76a Merged revisions 262421 via svnmerge from
16 years ago
Mark Michelson a554e00fed Merged revisions 260345 via svnmerge from
16 years ago
Jason Parker 7f5a3370ad Fix compile on systems without HAVE_NULLSAFE_PRINTF defined.
16 years ago
Matthew Nicholson 13f523731a Update res_fax and res_fax_spandsp to be compatible with Fax For Asterisk 1.2.
16 years ago
Tilghman Lesher 56a6994310 Merged revisions 258775 via svnmerge from
16 years ago
Jason Parker 9e3f5fa6fb Remove ABI differences that occured when compiling with DEBUG_THREADS.
16 years ago
Leif Madsen f905bb1c0f Fix the \brief description in the res_calendar_*.c files.
16 years ago
Julian Lyndon-Smith d85650e4aa Added MixMonitorMute manager command
16 years ago
Richard Mudgett a5a0a5f867 Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.
16 years ago
Kevin P. Fleming 2be88e05c0 Allow symbol export filtering to work properly on platforms that have symbol prefixes.
16 years ago
Mark Michelson bd716c50fd Recorded merge of revisions 254452 via svnmerge from
16 years ago
Kevin P. Fleming 42577406fd Improve handling of T.38 re-INVITEs that arrive before a T.38-capable
16 years ago
Leif Madsen 0eb71bccf1 handle_speechset has 4 arguments.
16 years ago
Jeff Peeler 5990fe07b8 Merged revisions 254235 via svnmerge from
16 years ago
Kevin P. Fleming ae6008ef3a Change per-file debug and verbose levels to be per-module, the way
16 years ago
Philippe Sultan 5200b6e81e Prevent a crash when a buddy gets offline.
16 years ago
Sean Bright 5f3730df4c Include an extra newline after "Aliased CLI command" to get back the prompt.
16 years ago
Kevin P. Fleming 43d922b5a6 Improve handling of values supplied to FAXOPT(ecm).
16 years ago
Terry Wilson 68d1ded8dd Only change the RTP ssrc when we see that it has changed
16 years ago
Jeff Peeler 7f29269d68 Merged revisions 250786 via svnmerge from
16 years ago
Matthew Nicholson 8ef8706944 Updated CHANGES file to mention res_fax and res_fax_spandsp.
16 years ago
Matthew Nicholson 06dc8bc123 Merge res_fax and res_fax_spandsp.
16 years ago
Leif Madsen 06041ea28d Fix several XML documentation validate errors.
16 years ago
Jeff Peeler 406bb18127 Merged revisions 248860 via svnmerge from
16 years ago