summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
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-21whoops... was setting needdestroy on the wrong dialog.Luigi Rizzo
2007-07-21more two more flags to proper variables: ALREADYGONE and NEEDDESTROY.Luigi Rizzo
2007-07-21use explicit variables for things that don't need toLuigi Rizzo
2007-07-21Use ast_str_append() instead of ast_build_string() to constructLuigi Rizzo
2007-07-21We have two 'technology' descriptors for a SIP channel, soLuigi Rizzo
2007-07-21Enhance NAT support as discussed on the -dev list, i.e.:Luigi Rizzo
2007-07-20Merged revisions 76087 via svnmerge from Joshua Colp
2007-07-20It is impossible for the externhost variable to not exist, it is however poss...Joshua Colp
2007-07-20Don't use a field size for the last argument of printf format,Luigi Rizzo
2007-07-20Extend the 'network settings' section with indication on theLuigi Rizzo
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-19print more of the network settings (externip, externhost etc.)Luigi Rizzo
2007-07-19document the use of externip, externhost and other nat-related options,Luigi Rizzo
2007-07-19ast_sip_ouraddrfor() never fails, so make it voidLuigi Rizzo
2007-07-19portability fix: use %f instead of %lf when printing double.Luigi Rizzo
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-18Merged revisions 75623 via svnmerge from Joshua Colp
2007-07-18Merged revisions 75621 via svnmerge from Joshua Colp
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...Steve Murphy
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...Joshua Colp
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-07-12Merged revisions 74955 via svnmerge from Steve Murphy
2007-07-09Implementation of a feature that will disable "missed calls" counters on SIP ...Olle Johansson
2007-07-09Merged revisions 73985 via svnmerge from Tilghman Lesher
2007-07-08Merged revisions 73849 via svnmerge from Olle Johansson
2007-07-06Merged revisions 73769 via svnmerge from Russell Bryant