aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster2-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5765 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with ↵kpfleming1-1/+37
API mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5750 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ↵russell1-0/+1
#4320) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5723 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-18Add optional call limitmarkster2-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5712 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15add ast_build_string library function (from bug #3644)kpfleming1-1/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5684 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming2-10/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5669 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15add functions to register/unregister multiple CLI commands in a single ↵kpfleming1-6/+19
operation (bug #4255, with minor mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5662 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15various fixes:kpfleming1-9/+59
use linked list macros for managing backend list (inspired by bug #4258) use ast_copy_string instead of strncpy when appropriate minor fixes and formatting cleanup add AST_LIST_HEAD_STATIC and AST_LIST_REMOVE_CURRENT macros git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5659 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5654 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-14minor fix for refcount/flags to be unsignedkpfleming1-3/+3
explicitly test refcount as a logical value for builtin_expect (thanks to rizzo for the cluebat!) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5651 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-12fixes for the new jitter buffer (bug #4249)russell1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5639 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-07fix header descriptionrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5594 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05expose function execution routines and warn about trying to set a read-only ↵anthm1-0/+23
cdr var git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5589 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05major re-work of dialplan functions, including:kpfleming1-6/+8
- locking of functions list during registration/unregistration/searching - rename of function description structure to be consistent with the rest of the API - addition of 'desc' element to description structure, for detailed description (like applications) - addition of 'show function' CLI command to show function details - conversion of existing functions to use uppercase names to match policy - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04Fix minor doc issue (bug #4145)markster1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5580 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04add doxygen docs for astobj.h (bug #4145, with minor mods)kpfleming1-7/+435
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5575 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of ↵kpfleming1-2/+0
already-implemented CDR() function make SetVar() options actually work as documented remove SetVar() 'c' and 'r' options, since the CDR() function can provide this functionality add 'r' option to CDR() function to control recursive retrieval/storage (inspired by bug #4143, but without the SetVar syntax changes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5574 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that ↵kpfleming1-1/+12
doesn't fail with certain combinations of array size and delimiter count add doxygen docs for ast_separate_app_args git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5566 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03correct documentation for ast_sched_add (bug #4136)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5556 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ↵kpfleming1-4/+29
(see discussion on asterisk-dev) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5547 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01add direct object unlink macro to ASTOBJ apikpfleming1-0/+20
various minor cleanups in chan_sip git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5539 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when ↵kpfleming1-6/+10
to set the requested priority or one priority lower git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5529 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming27-42/+133
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5467 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13Add sched_when function (bug #4022)markster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5466 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-12formatting fixes (bug #4009)russell1-26/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5451 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06preliminary "managed DNS lookup" supportkpfleming1-0/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5432 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06Fix ADSI 'B' issue (bug #3833)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5422 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06correct error in doxygen docskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5417 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5416 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05don't define a functioning returning an int inside of a do{...}while(0) (bug ↵russell1-5/+5
#3865) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5409 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04optimize codec selection and format changing codekpfleming1-0/+1
force all transcode paths to use AST_FORMAT_SLINEAR as the frames pass through the bridge (can be disabled using the 'transcode_via_sln' setting in th 'options' setting in asteris.conf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5376 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5375 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-1/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5373 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-03remaining endian.h fixes for FreeBSD (bug #3867)kpfleming1-22/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5368 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01Merging in xylome's beaerer capabilty patch (bug 3547)mattf2-1/+47
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5342 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29Allow functions to be written to (bug #2278, with mods)markster2-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5296 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster3-39/+146
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5295 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" ↵markster2-6/+6
DTMF mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5293 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-26Implement fax detect within i4l (bug #3827)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5265 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-23Merge API changes for chanspymarkster1-2/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5238 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-22Fix OpenBSD compile (bug #3824)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5230 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-22Fix manager declarationsmarkster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5227 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-21Add README for jitter buffer (bug #3812), make src char *src a constmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5223 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-21Fix channel variables on cloned channels (bug #3804)markster1-24/+25
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5222 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-20Fix PLC for BSD (bug #2532)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5211 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add support for Solaris/x86 (bug #3064)markster4-11/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5199 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add missing plc.hmarkster1-0/+160
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5194 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster2-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5192 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-12Create experimental new options API, various cleanupsmarkster1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5171 f38db490-d61c-443f-a65b-d21fe96a405b