summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-31Merged revisions 77844 via svnmerge from Steve Murphy
2007-07-31Add some documentation detailing an aspect of dialplan functions, as requeste...Tilghman Lesher
2007-07-31Add func_lock, which creates dialplan mutexes, and note that the Macro apps a...Tilghman Lesher
2007-07-31Merged revisions 77831 via svnmerge from Joshua Colp
2007-07-31thanks to Russel, for pointing out that the dialoglist_lock/unlock routines a...Steve Murphy
2007-07-31Merged revisions 77827 via svnmerge from Kevin P. Fleming
2007-07-31Merged revisions 77824 via svnmerge from Mark Michelson
2007-07-31there is no use in having functions that have no code in them, and hide the l...Kevin P. Fleming
2007-07-31use a different method for overriding the send_digit_begin pointer, as the ol...Kevin P. Fleming
2007-07-31umm... let's build with --enable-dev-mode, mmkay?Kevin P. Fleming
2007-07-31Discovered in experiments on core files: if you wrap the lock and unlock call...Steve Murphy
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-30Add support for call forwarding and timeouts to the dialing API.Joshua Colp
2007-07-30Change another unnecessary use of the increment operator to explicitly set th...Russell Bryant
2007-07-30Explicitly set a variable to 1 instead of using the increment operator.Russell Bryant
2007-07-30Merged revisions 77794 via svnmerge from Russell Bryant
2007-07-30Merged revisions 77795 via svnmerge from Jason Parker
2007-07-30print formats as 0x%x instead of %d in a warning message.Luigi Rizzo
2007-07-30Fix the return value of ast_agi_fdprintf() to include the result from ast_car...Russell Bryant
2007-07-30Improve ast_agi_fdprintf() by using the ast_str() API.Russell Bryant
2007-07-30Remove an XXX comment noting that it would be nice for a declaration to beRussell Bryant
2007-07-30Merged revisions 77788 via svnmerge from Russell Bryant
2007-07-30Cleanup of res_agi, ensuring thread safety (closes issue #10288)Tilghman Lesher
2007-07-30Merged revisions 77785 via svnmerge from Russell Bryant
2007-07-30Merged revisions 77783 via svnmerge from Tilghman Lesher
2007-07-30Merged revisions 77780 via svnmerge from Russell Bryant
2007-07-30Merged revisions 77778 via svnmerge from Joshua Colp
2007-07-30Minor clean up of app_followme.Joshua Colp
2007-07-30Merged revisions 77771 via svnmerge from Joshua Colp
2007-07-30Resolve some compiler warnings so that I can build under dev modeRussell Bryant
2007-07-30Merged revisions 77768 via svnmerge from Joshua Colp
2007-07-30minor code rearrangements:Luigi Rizzo
2007-07-30rename handle_request() to handle_incoming(), as the formerLuigi Rizzo
2007-07-29move some dialog-only flags to proper variables, namelyLuigi Rizzo
2007-07-29use a function, cli_yesno(), to produce the output Yes or No forLuigi Rizzo
2007-07-29move the two remaining peer flags to proper variables.Luigi Rizzo
2007-07-29move RT_FROMCONTACT to a proper sip_peer field.Luigi Rizzo
2007-07-29Move some global 'flags' to individual variables.Luigi Rizzo
2007-07-29minor simplification of a conditional statementLuigi Rizzo
2007-07-29build the version of sip_tech with no send_digit_beginLuigi Rizzo
2007-07-29remove bit position from description of SIP_* flags. Luigi Rizzo
2007-07-29back on cleaning up the usage of flags.Luigi Rizzo
2007-07-29more documentation on internal representation of incoming SIP messages.Luigi Rizzo
2007-07-29make register_unref() return NULL so it is easy to cleanupLuigi Rizzo
2007-07-28add some documentation to auto_congest(), and someLuigi Rizzo
2007-07-28more dialog_ref()/dialog_unref() callsLuigi Rizzo
2007-07-28more dialog_ref()/dialog_unref() callsLuigi Rizzo
2007-07-28start introducing hooks for reference counts on dialog descriptors.Luigi Rizzo
2007-07-28remove an unused stringLuigi Rizzo
2007-07-28simplify a conditional expression using S_ORLuigi Rizzo