aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-17Set timeout timers to Timer A and F in rfc 3261, section 17oej1-15/+23
2006-04-17Change transmit_invite(). SIP Transfers are now broken officially, whileoej1-6/+17
2006-04-17- Add supported headeroej1-5/+12
2006-04-17Add more history on masqsoej1-1/+2
2006-04-17- Implementing the new SIP transfer data structureoej1-3/+50
2006-04-17- Documentation updateoej1-6/+4
2006-04-17Documentation updateoej1-5/+5
2006-04-17Remove ignore from handle_respons_referoej1-12/+14
2006-04-17Clean up handle_response_inviteoej1-28/+29
2006-04-17- Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)oej1-50/+51
2006-04-17- Doxygen formattingoej1-25/+34