summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-19use a function, set_ext_pri(), to assign extension and priority.Luigi Rizzo
2006-04-19replace repeated code to walk contexts with a function,Luigi Rizzo
2006-04-19move to a different file (channel.c for the time being) theLuigi Rizzo
2006-04-19- use ast_calloc instead of ast_mallocLuigi Rizzo
2006-04-19Add reference to RFC for mailbox notificationOlle Johansson
2006-04-19Cosmetic fixes to code...Olle Johansson
2006-04-18fix obvious breakageKevin P. Fleming
2006-04-18doh! don't double-increment the bracket count for embedded referencesKevin P. Fleming
2006-04-18don't ignore left-curly-braces when searching for the end of a variable/funct...Kevin P. Fleming
2006-04-18correct array index calculation (thanks mtaht3!)Kevin P. Fleming
2006-04-18update res_odbc to support pooled connectionsRussell Bryant
2006-04-18- call parking improvements (part of the siptransfer branch)Olle Johansson
2006-04-18Implement somewhat improved support for 481 Call leg does not exist responses...Olle Johansson
2006-04-18Do not depend on having an end sound for stopping the bridge when time runs o...Joshua Colp
2006-04-18Clean up handle_response_peerpokeOlle Johansson
2006-04-18Change sip show channels to include refer statusOlle Johansson
2006-04-18- Deallocate refer structure at sip_destroy timeOlle Johansson
2006-04-18simplify logic in iax2_bridge()Luigi Rizzo
2006-04-18simplify logic in various functions, remove unnecessary variablesLuigi Rizzo
2006-04-18remove a line that was added by mistakeLuigi Rizzo
2006-04-18simplify the flow of builtin_atxfer().Luigi Rizzo
2006-04-18It's critical that we get an ACK on a 200 OK to an INVITE. If we do not get t...Olle Johansson
2006-04-18use XMIT_RELIABLE ...Olle Johansson
2006-04-18- Move subscribeuri away from refer-to, since refer-to is moving away from si...Olle Johansson
2006-04-18Merged revisions 21037 via svnmerge from Tilghman Lesher
2006-04-17Merged revisions 20966 via svnmerge from Tilghman Lesher
2006-04-17actually return the number steps... not the number of steps minus 1Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-17add an API so that the number of steps required for a translation path can be...Kevin P. Fleming
2006-04-17Set timeout timers to Timer A and F in rfc 3261, section 17Olle Johansson
2006-04-17Change transmit_invite(). SIP Transfers are now broken officially, whileOlle Johansson
2006-04-17- Add supported headerOlle Johansson
2006-04-17Add more history on masqsOlle Johansson
2006-04-17- Implementing the new SIP transfer data structureOlle Johansson
2006-04-17- Documentation updateOlle Johansson
2006-04-17Documentation updateOlle Johansson
2006-04-17Remove ignore from handle_respons_referOlle Johansson
2006-04-17Clean up handle_response_inviteOlle Johansson
2006-04-17- Drop too bad SIP requests in order to avoid some UDP misuse (hello Edwin)Olle Johansson
2006-04-17- Doxygen formattingOlle Johansson
2006-04-17whitespace and spelling (recieve instead of receive) fixes North Antara
2006-04-16preparation for reduction of the nesting of a large functionLuigi Rizzo
2006-04-16more usages of stream_and_waitLuigi Rizzo
2006-04-16more usages of function 'finishup()'Luigi Rizzo
2006-04-16one more instance of stream_and_wait, and remove an extraLuigi Rizzo
2006-04-16simplify a couple of functions.Luigi Rizzo
2006-04-16more replaceemnt of dup code with functions.Luigi Rizzo
2006-04-16localize several variables, and simplify the last part of park_exec()Luigi Rizzo
2006-04-16more formatting cleanup including removal of a useless checkLuigi Rizzo
2006-04-16rename a variable same as used in a very similar function,Luigi Rizzo