aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-07-27Turn 4 lines of code into 1 line that does the same thing.file1-4/+1
2007-07-27Merged revisions 77536 via svnmerge from file1-1/+3
2007-07-27Merged revisions 77490 via svnmerge from mmichelson1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell13-709/+378
2007-07-26Revert some changes to call abs() on the result of ast_random().russell1-3/+3
2007-07-26Things expecting a positive result from ast_random() should not be surprised ...tilghman1-3/+3
2007-07-25silence a warning in ast-devmode on a potentially uninitialized var.rizzo1-1/+1
2007-07-25Merged revisions 76983 via svnmerge from murf1-1/+1
2007-07-24Revert trivial whitespace change (for testing)qwell1-1/+1
2007-07-24Trivial whitespace change to test comitting...qwell1-1/+1
2007-07-24Merged revisions 76803 via svnmerge from tilghman1-50/+80
2007-07-24The chan_skinny Dial() syntax was funky. You had to do Dial(Skinny/line@device)qwell1-15/+27
2007-07-24two small fixes when using stun (reported by Marta Carbone):rizzo1-8/+9
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-2/+2
2007-07-23Merged revisions 76656 via svnmerge from qwell1-8/+3
2007-07-23Merged revisions 76654 via svnmerge from file1-2/+2
2007-07-23Merged revisions 76620 via svnmerge from qwell1-0/+8
2007-07-23add two missing entries in the replica of the sip_tech thatrizzo1-0/+2
2007-07-23Merged revisions 76561 via svnmerge from file1-2/+3
2007-07-23Mark str2dtmfmode() as currently unused to resolve a compiler warning andrussell1-0/+1
2007-07-23(closes issue #10271)russell1-1/+1
2007-07-23introduce two functions, map_x_s() and map_s_x(), to maprizzo1-79/+110
2007-07-23Remove an unused function to resolve a compiler warningrussell1-10/+0
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...file1-4/+20
2007-07-23move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.rizzo1-181/+128
2007-07-23Merged revisions 76519 via svnmerge from file1-1/+1
2007-07-23Merged revisions 76485 via svnmerge from russell1-1/+1
2007-07-23Add some documentation on the sipregistry states and therizzo1-2/+37
2007-07-23add a bit of comments on internal functions.rizzo1-9/+40
2007-07-22rewrite "sip show {channels|subscriptions}" CLI handlerrizzo1-61/+78
2007-07-22Make sip_destroy() return NULL so the caller can do things likerizzo1-11/+14
2007-07-22add two comment blocks, one on reusing nonces, and one on the handlingrizzo1-2/+11
2007-07-22comment and slightly restructure handle_request() in the part that handlesrizzo1-10/+18
2007-07-22remove unused argument from handle_invite_replaces(), and also leftoverrizzo1-7/+3
2007-07-22Cleanup of flags used in struct sip_request, moving them torizzo1-75/+83
2007-07-22move two per-packet flags to proper variables.rizzo1-18/+18
2007-07-22minor clarification on the usage of SIP_* flags.rizzo1-8/+9
2007-07-22document the way sipdebug works, and implement it throughrizzo1-21/+34
2007-07-21move the SIP_REALTIME flag to a field in the user/peer structure.rizzo1-13/+21
2007-07-21Add a note to document how the temporary 'pvt' should be initializedrizzo1-0/+7
2007-07-21whoops... was setting needdestroy on the wrong dialog.rizzo1-1/+1
2007-07-21more two more flags to proper variables: ALREADYGONE and NEEDDESTROY.rizzo1-72/+73
2007-07-21use explicit variables for things that don't need torizzo1-19/+23
2007-07-21Use ast_str_append() instead of ast_build_string() to constructrizzo1-189/+150
2007-07-21We have two 'technology' descriptors for a SIP channel, sorizzo1-25/+25
2007-07-21Enhance NAT support as discussed on the -dev list, i.e.:rizzo1-84/+122
2007-07-20Merged revisions 76174 via svnmerge from qwell1-1/+1
2007-07-20Merged revisions 76087 via svnmerge from file1-0/+5
2007-07-20It is impossible for the externhost variable to not exist, it is however poss...file1-1/+1
2007-07-20Don't use a field size for the last argument of printf format,rizzo1-2/+3