aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-19Merged revisions 21597 via svnmerge from tilghman1-20/+18
2006-04-19Oops, wasn't revised the way I thought it wastilghman0-0/+0
2006-04-19Blocked revisions 21597 via svnmergetilghman0-0/+0
2006-04-19move a replicated block of code in the one place where it belongs.rizzo1-48/+13
2006-04-19merge two nested 'if' which are really a single block.rizzo1-8/+4
2006-04-19fix indentation of a large blockrizzo1-162/+162
2006-04-19start sorting out the duplicated code in the privacy handlerrizzo1-14/+33
2006-04-19merge two nested 'if' which are really a single block.rizzo1-5/+3
2006-04-19more localization and variable removalrizzo1-21/+19
2006-04-19more localization of variablesrizzo1-17/+19
2006-04-19localize one more variable;rizzo1-18/+18
2006-04-19localize some variablesrizzo1-13/+12
2006-04-19extract a common condition.rizzo1-15/+15
2006-04-19fix indentation of some large blocks after previous changesrizzo1-172/+172
2006-04-19more simplifications - use a local variable c instead of o->chan,rizzo1-78/+56
2006-04-19more simplificationsrizzo1-18/+5
2006-04-19start cleaning up this code so we can split the 900 lines functionrizzo1-145/+105
2006-04-19support 'languageprefix' in asterisk.conf to modify the algorithmrizzo1-0/+4
2006-04-19add experimental code for new-style "say" application.rizzo1-3/+323
2006-04-19add example syntax for new-style number and date spellingrizzo1-0/+129
2006-04-19one more client for find_context_locked(),rizzo1-33/+18
2006-04-19use a function, set_ext_pri(), to assign extension and priority.rizzo1-24/+26
2006-04-19replace repeated code to walk contexts with a function,rizzo1-109/+69
2006-04-19move to a different file (channel.c for the time being) therizzo3-56/+86
2006-04-19- use ast_calloc instead of ast_mallocrizzo1-11/+6
2006-04-19Add reference to RFC for mailbox notificationoej1-1/+1
2006-04-19Cosmetic fixes to code...oej1-2/+3
2006-04-18fix obvious breakagekpfleming1-2/+2
2006-04-18doh! don't double-increment the bracket count for embedded referenceskpfleming1-1/+0
2006-04-18don't ignore left-curly-braces when searching for the end of a variable/funct...kpfleming1-1/+3
2006-04-18correct array index calculation (thanks mtaht3!)kpfleming2-2/+9
2006-04-18update res_odbc to support pooled connectionsrussell4-408/+576
2006-04-18- call parking improvements (part of the siptransfer branch)oej1-53/+98
2006-04-18Implement somewhat improved support for 481 Call leg does not exist responses...oej1-3/+32
2006-04-18Do not depend on having an end sound for stopping the bridge when time runs o...file1-3/+3
2006-04-18Clean up handle_response_peerpokeoej1-4/+3
2006-04-18Change sip show channels to include refer statusoej1-2/+10
2006-04-18- Deallocate refer structure at sip_destroy timeoej1-10/+28
2006-04-18simplify logic in iax2_bridge()rizzo1-38/+16
2006-04-18simplify logic in various functions, remove unnecessary variablesrizzo1-60/+31
2006-04-18remove a line that was added by mistakerizzo1-2/+0
2006-04-18simplify the flow of builtin_atxfer().rizzo1-111/+106
2006-04-18It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get t...oej1-2/+2
2006-04-18use XMIT_RELIABLE ...oej1-1/+1
2006-04-18- Move subscribeuri away from refer-to, since refer-to is moving away from si...oej1-2/+3
2006-04-18Merged revisions 21037 via svnmerge from tilghman1-2/+2
2006-04-17Merged revisions 20966 via svnmerge from tilghman1-0/+21
2006-04-17actually return the number steps... not the number of steps minus 1kpfleming2-3/+5
2006-04-17more module loader related fixeskpfleming7-164/+143
2006-04-17add an API so that the number of steps required for a translation path can be...kpfleming3-9/+30