aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-08-06Merged revisions 78242 via svnmerge from russell1-7/+24
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-06Implement setvar functionality in chan_skinnyqwell1-0/+28
2007-08-05Merged revisions 78139 via svnmerge from tilghman1-3/+5
2007-08-03Merged revisions 78063 via svnmerge from russell1-10/+11
2007-08-03Merged revisions 78028 via svnmerge from russell1-5/+2
2007-08-02Merged revisions 77996 via svnmerge from qwell1-2/+2
2007-08-02Merged revisions 77993 via svnmerge from qwell1-0/+5
2007-08-02Merged revisions 77949 via svnmerge from russell1-1/+10
2007-08-02Merged revisions 77947 via svnmerge from qwell1-42/+45
2007-08-02Merged revisions 77943 via svnmerge from russell1-2/+8
2007-08-02Fix an issue that Simon pointed out to me on IRC. There were cases in therussell1-2/+6
2007-08-02Merged revisions 77939 via svnmerge from russell1-1/+2
2007-08-02Merged revisions 77894 via svnmerge from qwell1-4/+10
2007-08-01Merged revisions 77890 via svnmerge from qwell1-43/+44
2007-08-01Merged revisions 77887 via svnmerge from russell1-7/+19
2007-08-01Merged revisions 77883 via svnmerge from qwell1-59/+70
2007-08-01Merged revisions 77869 via svnmerge from file2-6/+6
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell2-6/+6
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-30Change another unnecessary use of the increment operator to explicitly set th...russell1-1/+1
2007-07-30Explicitly set a variable to 1 instead of using the increment operator.russell1-3/+3
2007-07-30Merged revisions 77794 via svnmerge from russell1-1/+1
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