aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-06Fixing a compiler warning which warns that a variable may be used unitialized...mmichelson1-1/+1
2007-08-06Merged revisions 78103 via svnmerge from mmichelson1-36/+131
2007-08-06Merged revisions 78182 via svnmerge from file1-1/+1
2007-08-05Merged revisions 78139 via svnmerge from tilghman1-3/+5
2007-07-31thanks to Russel, for pointing out that the dialoglist_lock/unlock routines a...murf1-0/+7
2007-07-31Merged revisions 77824 via svnmerge from mmichelson1-0/+2
2007-07-31there is no use in having functions that have no code in them, and hide the l...kpfleming1-16/+0
2007-07-31use a different method for overriding the send_digit_begin pointer, as the ol...kpfleming1-2/+2
2007-07-31Discovered in experiments on core files: if you wrap the lock and unlock call...murf1-0/+7
2007-07-30minor code rearrangements:rizzo1-11/+10
2007-07-30rename handle_request() to handle_incoming(), as the formerrizzo1-9/+9
2007-07-29move some dialog-only flags to proper variables, namelyrizzo1-17/+19
2007-07-29use a function, cli_yesno(), to produce the output Yes or No forrizzo1-61/+71
2007-07-29move the two remaining peer flags to proper variables.rizzo1-19/+19
2007-07-29move RT_FROMCONTACT to a proper sip_peer field.rizzo1-5/+5
2007-07-29Move some global 'flags' to individual variables.rizzo1-14/+20
2007-07-29minor simplification of a conditional statementrizzo1-4/+1
2007-07-29build the version of sip_tech with no send_digit_beginrizzo1-25/+13
2007-07-29remove bit position from description of SIP_* flags. rizzo1-15/+27
2007-07-29back on cleaning up the usage of flags.rizzo1-28/+28
2007-07-29more documentation on internal representation of incoming SIP messages.rizzo1-32/+31
2007-07-29make register_unref() return NULL so it is easy to cleanuprizzo1-8/+10
2007-07-28add some documentation to auto_congest(), and somerizzo1-24/+18
2007-07-28more dialog_ref()/dialog_unref() callsrizzo1-6/+16
2007-07-28more dialog_ref()/dialog_unref() callsrizzo1-5/+5
2007-07-28start introducing hooks for reference counts on dialog descriptors.rizzo1-8/+34
2007-07-28remove an unused stringrizzo1-4/+0
2007-07-28simplify a conditional expression using S_ORrizzo1-4/+1
2007-07-28make use of received= and rport= fields in sip replies.rizzo1-0/+41
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() macrorussell1-19/+12
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-24two small fixes when using stun (reported by Marta Carbone):rizzo1-8/+9
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-23move "sip prunte realtime ..." and "sip set debug ... " to NEW_CLI style.rizzo1-181/+128
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