summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-24Merged revisions 76937 via svnmerge from Tilghman Lesher
2007-07-24Add the flag to trigger an intentional crash on mutex errorsTilghman Lesher
2007-07-24Blocked revisions 76891 via svnmergeTilghman Lesher
2007-07-24Fix escaping and some of the formattting (closes issue #10285)Tilghman Lesher
2007-07-24Revert trivial whitespace change (for testing)Jason Parker
2007-07-24Trivial whitespace change to test comitting...Jason Parker
2007-07-24Merged revisions 76803 via svnmerge from Tilghman Lesher
2007-07-24Merged revisions 76801 via svnmerge from Mark Michelson
2007-07-24Don't download/install the sound packages if already installed.Joshua Colp
2007-07-24The chan_skinny Dial() syntax was funky. You had to do Dial(Skinny/line@device)Jason Parker
2007-07-24two small fixes when using stun (reported by Marta Carbone):Luigi Rizzo
2007-07-24add documentation on nat/stun support in chan_sipLuigi Rizzo
2007-07-24Move manager users list over to an rwlist.Joshua Colp
2007-07-23You need to put static in front of a static RWLIST declaration to make it rea...Joshua Colp
2007-07-23Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, i...Joshua Colp
2007-07-23Merged revisions 76708 via svnmerge from Tilghman Lesher
2007-07-23Enhance AGI with several fixes:Tilghman Lesher
2007-07-23Clean up res_crypto module. It now uses an rwlist to keep the keys and it sho...Joshua Colp
2007-07-23Missed one conversion to comma delimiter (thanks, Juggie) and add documentati...Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-23Merged revisions 76656 via svnmerge from Jason Parker
2007-07-23Merged revisions 76654 via svnmerge from Joshua Colp
2007-07-23Merged revisions 76620 via svnmerge from Jason Parker
2007-07-23Merged revisions 76618 via svnmerge from Joshua Colp
2007-07-23add two missing entries in the replica of the sip_tech thatLuigi Rizzo
2007-07-23Merged revisions 76561 via svnmerge from Joshua Colp
2007-07-23Mark str2dtmfmode() as currently unused to resolve a compiler warning andRussell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-07-23note the debug and verbose changes in CHANGESRussell Bryant
2007-07-23(closes issue #10192)Russell Bryant
2007-07-23introduce two functions, map_x_s() and map_s_x(), to mapLuigi Rizzo
2007-07-23Remove an unused function to resolve a compiler warningRussell Bryant
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...Joshua Colp
2007-07-23move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.Luigi Rizzo
2007-07-23Merged revisions 76519 via svnmerge from Joshua Colp
2007-07-23Merged revisions 76485 via svnmerge from Russell Bryant
2007-07-23Add some documentation on the sipregistry states and theLuigi Rizzo
2007-07-23add a bit of comments on internal functions.Luigi Rizzo
2007-07-22rewrite "sip show {channels|subscriptions}" CLI handlerLuigi Rizzo
2007-07-22Make sip_destroy() return NULL so the caller can do things likeLuigi Rizzo
2007-07-22add two comment blocks, one on reusing nonces, and one on the handlingLuigi Rizzo
2007-07-22comment and slightly restructure handle_request() in the part that handlesLuigi Rizzo
2007-07-22remove unused argument from handle_invite_replaces(), and also leftoverLuigi Rizzo
2007-07-22Cleanup of flags used in struct sip_request, moving them toLuigi Rizzo
2007-07-22move two per-packet flags to proper variables.Luigi Rizzo
2007-07-22minor clarification on the usage of SIP_* flags.Luigi Rizzo
2007-07-22document the way sipdebug works, and implement it throughLuigi Rizzo
2007-07-21move the SIP_REALTIME flag to a field in the user/peer structure.Luigi Rizzo
2007-07-21Add a note to document how the temporary 'pvt' should be initializedLuigi Rizzo
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp