aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-17whitespace and spelling (recieve instead of receive) fixes north1-82/+81
2006-04-16preparation for reduction of the nesting of a large functionrizzo1-21/+26
2006-04-16more usages of stream_and_waitrizzo1-28/+12
2006-04-16more usages of function 'finishup()'rizzo1-24/+18
2006-04-16one more instance of stream_and_wait, and remove an extrarizzo1-9/+2
2006-04-16simplify a couple of functions.rizzo1-22/+10
2006-04-16more replaceemnt of dup code with functions.rizzo1-51/+23
2006-04-16localize several variables, and simplify the last part of park_exec()rizzo1-58/+46
2006-04-16more formatting cleanup including removal of a useless checkrizzo1-7/+6
2006-04-16rename a variable same as used in a very similar function,rizzo1-10/+10
2006-04-16s/pu->chan/chan in a few places;rizzo1-37/+31
2006-04-16put some common code into functions (still more instances to be replaced)rizzo1-54/+69
2006-04-16properly reindent a large block.rizzo1-49/+48
2006-04-16more readability fixes - localize some variables and invertrizzo1-19/+25
2006-04-16introduce a function to set context, extension and priorityrizzo1-7/+11
2006-04-16minor readability fixes in preparation for more work on this file:rizzo1-32/+24
2006-04-16minor formatting fixesrizzo1-2/+2
2006-04-16move some duplicated code outside an if/then/else blockrizzo1-13/+14
2006-04-16make sure there is [almost] only a single exit point for a very longrizzo1-20/+22
2006-04-16simplify the ast_channel walking routines.rizzo1-37/+25
2006-04-16move common conditions to the outside block.rizzo1-11/+9
2006-04-16simplify logic in ast_generic_bridge()rizzo1-22/+17
2006-04-16move common code in one placerizzo1-4/+2
2006-04-16avoid returning in the middle of a switch() in ast_answer()rizzo1-3/+1
2006-04-16simplify function __ast_request_and_dial() as follows:rizzo1-79/+78
2006-04-16properly reindent a blockrizzo1-33/+32
2006-04-16add a missing ast_channel_unlock() evidenced by previous commits.rizzo1-1/+1
2006-04-16remove an extra lock.rizzo1-1/+0
2006-04-16- replace some nested 'if' with '&&'rizzo1-44/+34