summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2007-07-31thanks to Russel, for pointing out that the dialoglist_lock/unlock routines a...Steve Murphy
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-31Discovered in experiments on core files: if you wrap the lock and unlock call...Steve Murphy
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
2007-07-28make use of received= and rport= fields in sip replies.Luigi Rizzo
2007-07-27Turn 4 lines of code into 1 line that does the same thing.Joshua Colp
2007-07-27Merged revisions 77536 via svnmerge from Joshua Colp
2007-07-27Merged revisions 77490 via svnmerge from Mark Michelson
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-26Revert some changes to call abs() on the result of ast_random().Russell Bryant
2007-07-26Things expecting a positive result from ast_random() should not be surprised ...Tilghman Lesher
2007-07-24two small fixes when using stun (reported by Marta Carbone):Luigi Rizzo
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-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-23move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.Luigi Rizzo
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