Commit Graph

7412 Commits (d0bc6c20a70c0da3dee48a2ad1a9acb25fc668fc)
 

Author SHA1 Message Date
Tilghman Lesher 61d4406b69 Move CURL function from apps/ to funcs/
20 years ago
Christian Richter df6e9dbd4e removed the misdn Makefile target from channels/misdn/Makefile in favour of a short howto install mISDN/mISDNuser in the doc/misdn.txt file. This helps to make asterisk completely compileable by non-root users
20 years ago
Tilghman Lesher 516d690aca Some sick individuals use SQL queries longer than 512 bytes in the dialplan. ;-)
20 years ago
Kevin P. Fleming 98dbc95533 silence some more compiler warnings
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Mark Spencer c3447c7cce Fix a few compile warnings (turned errors) and disable -Werror on the
20 years ago
Kevin P. Fleming 850397b334 revert change to ENUM functionality (go back to supplying a default zone)
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Christian Richter fdd33866b4 * changed some strncpys to ast_copy_str
20 years ago
Kevin P. Fleming a3580ffdeb use a symbolic constant instead of a magic number (tholo!)
20 years ago
Matt O'Gorman 3ae4285d17 Solved problem where talker hears himself when
20 years ago
Tilghman Lesher 9a55cf9bc1 Typo: should have been changed to a constant
20 years ago
Matt O'Gorman cff3864fa5 bug in the linkedlists macros where the prev node
20 years ago
Kevin P. Fleming 7092b4475c Merged revisions 10511,10535,10736 via svnmerge from
20 years ago
Christian Richter c7e0abdfed fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network side) one needs to upgread mISDNuser for that fix as well. also fixed the reload issue #6547
20 years ago
Tilghman Lesher 800c3982df Updating skel application to use current parsing constructs
20 years ago
Russell Bryant 97d748b235 converstions to allocation wrappers, use calloc instead of malloc+memset,
20 years ago
Russell Bryant 3b215d0df7 suppress some compiler warnings due to recent format changes to use off_t
20 years ago
Kevin P. Fleming bb7325ade8 set keywords property correctly
20 years ago
Tilghman Lesher f2be8b518d Bug 6554 - Show all spans statuses with a single command
20 years ago
Tilghman Lesher 159711c838 Bug 6552 - Be a little more descriptive about which span has the PRI error
20 years ago
Tilghman Lesher aa20c556f7 Bug 5984 - Convert file offsets to 64 bit
20 years ago
Tilghman Lesher 67e55d4d67 Merged revisions 10577 via svnmerge from
20 years ago
Matt O'Gorman fecae4f64e Changing syntax once again slightly and standardizing
20 years ago
Mark Spencer 894c8401d8 Remove gratuitous -1 (bug #6426)
20 years ago
Mark Spencer 72465ade16 Remove several uses of freed memory
20 years ago
Tilghman Lesher 206883d12f Merged revisions 10487 via svnmerge from
20 years ago
Tilghman Lesher 55b1d07a97 Merged revisions 10464 via svnmerge from
20 years ago
Tilghman Lesher 5ef84a55a0 Merged revisions 10462 via svnmerge from
20 years ago
Russell Bryant d4480e9c59 remove unused variable
20 years ago
Russell Bryant df05e39e84 fix up some doxygen formatted comments
20 years ago
Tilghman Lesher 08132bdf00 Merged revisions 10409 via svnmerge from
20 years ago
Russell Bryant f369bbdac3 fix up the summary and help text for the mixmonitor cli command
20 years ago
Russell Bryant 9bf4f16408 Merged revisions 10368 via svnmerge from
20 years ago
Matt O'Gorman d442f57537 add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug note 6407
20 years ago
Tilghman Lesher 92679bc761 Bug 6503 - Change wording from mailbox to folder when referring to the subfolders of a mailbox (less confusing)
20 years ago
Tilghman Lesher 697d3208dd Bug 6516 - u->chan not defined
20 years ago
Tilghman Lesher e8877446f6 Bug 6515 - extra semicolon
20 years ago
Russell Bryant 938f7ddc0f remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
20 years ago
Russell Bryant 39fbbe1c25 Merged revisions 10301 via svnmerge from
20 years ago
Russell Bryant 118b277ab1 add StopMixMonitor application (issue #6122, with mods)
20 years ago
Russell Bryant 2b357881a7 suppress compiler warning
20 years ago
Olle Johansson 98d0d296fb Whitespace cleanup
20 years ago
Tilghman Lesher 6f8cdb5c03 Define the initial values separate from the STATIC definitions
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Christian Richter afaf8e4c04 adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it
20 years ago
Christian Richter f6bd1b8559 added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
20 years ago
Russell Bryant 5f3af13a97 now that there are no modules that define their own version of
20 years ago
Russell Bryant 5c95b9955c Fix the retrieval of the new SYSTEMNAME variable. Also, clarify some
20 years ago
Matt O'Gorman 3d394586da changed LOG_WARNING to LOG_DEBUG for backtrace
20 years ago