aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-03Fix a crash when attempting to spy on an unbridged channel.mmichelson1-6/+9
2008-07-03Merged revisions 127663 via svnmerge from murf7-215/+137
2008-07-03Make sure we stop session timers as soon as we start hanging up an active call.oej1-0/+4
2008-07-03Revert some logic for session timers. We do send in-dialog requests that shou...oej1-5/+7
2008-07-03some minor fixes found while working on issue #12911 (and block the rev from ...kpfleming3-107/+99
2008-07-03Added a new option, "timeoutpriority" to queues.conf. A detailedmmichelson3-6/+59
2008-07-03Fix bad formatting in a very confusing function. Who added the sipdb sql output?oej1-78/+80
2008-07-02Oopstilghman1-1/+1
2008-07-02Update transport= in sip so that the option is not broken from a recent commit.bbryant1-9/+19
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman7-49/+104
2008-07-02Add a janitor project to use ARRAY_LEN instead of in-linemmichelson1-0/+8
2008-07-02Fix some crashlike bugs because flag could be NULL in play_record_review().tilghman1-8/+14
2008-07-02Merged revisions 127560 via svnmerge from mmichelson1-0/+9
2008-07-02The ackcall and endcall options in agents.conf now have supplemental optionsmmichelson3-12/+49
2008-07-02Expose the prefix variable so that it can be used by modules depending on htt...twilson2-0/+10
2008-07-02Blocked revisions 127501 via svnmergetilghman0-0/+0
2008-07-02Solaris fixtilghman1-1/+1
2008-07-02Fix to sip_parse_host so that it passes the correct information to sip_registry.bbryant1-2/+7
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argrussell10-80/+75
2008-07-02Fix a bug I noticed while doing the previous mergeseanbright1-1/+1
2008-07-02Add a locking section to the coding guidelines document.russell1-0/+226
2008-07-02plug another panic when the gui cannot be started.rizzo1-1/+3
2008-07-02prevent a segfault when trying to start the gui without anyrizzo1-1/+1
2008-07-02Change the global timer B to be dependent on the value of the T1 timer, astilghman1-0/+18
2008-07-01Merged revisions 127244 via svnmerge from mmichelson1-2/+2
2008-07-01Add a \todorussell1-0/+2
2008-07-01Add AMI events for start/stop of MOHtilghman1-0/+13
2008-07-01Place the delay in __ast_answer prior to the channel-specific answermmichelson1-1/+1
2008-07-01Add a configuration option so the global outboundproxy can use tcptls without...bbryant2-54/+93
2008-07-01Fix a typo that caused this asterisk.conf to not get correctly generated.qwell1-1/+1
2008-07-01Merged revisions 127133 via svnmerge from tilghman2-0/+15
2008-07-01change the process of inserting a delay into the ast_answer() path so that we...kpfleming1-7/+23
2008-07-01Blocked revisions 127069 via svnmergetilghman0-0/+0
2008-07-01Merged revisions 127068 via svnmerge from tilghman1-24/+22
2008-07-01make the AIS checking a little more generic, and have a more useful configure...kpfleming8-894/+118
2008-07-01Merged revisions 126999 via svnmerge from tilghman1-0/+9
2008-07-01even uglier gui with more buttonsrizzo1-0/+0
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...kpfleming3-11/+5
2008-07-01add documentation on video console supportrizzo2-0/+160
2008-07-01Merged revisions 126902 via svnmerge from oej1-1/+9
2008-07-01Merged revisions 126899 via svnmerge from oej1-7/+11
2008-07-01Merged revisions 126844 via svnmerge from oej1-4/+3
2008-07-01use %p to print a pointerrizzo1-5/+1
2008-07-01Merged revisions 126789 via svnmerge from oej1-2/+8
2008-07-01Merged revisions 126735 via svnmerge from oej1-1/+1
2008-06-30Blocked revisions 126680 via svnmergejpeeler0-0/+0
2008-06-30rename zapata.conf.sample to chan_dahdi.conf.samplejpeeler1-0/+0
2008-06-30Add support to see MTP2 down events when the link layer drops in SS7mattf1-1/+4
2008-06-30Merged revisions 126573 via svnmerge from russell1-4/+4
2008-06-30implement the 'freeze' function for incoming frames;rizzo4-23/+56