aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-07-11Merged revisions 129966 via svnmerge from kpfleming1-1/+19
2008-07-10Remove deprecated 'show parkedcalls' CLI commandmvanbaak1-11/+1
2008-07-09Merged revisions 129436 via svnmerge from mmichelson1-4/+5
2008-07-09Add Proceeding() application (#13025)mattf1-2/+18
2008-07-09Merged revisions 129343 via svnmerge from seanbright4-55/+95
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman3-36/+5
2008-07-08Fix a bug in SRV lookups where dnsmgr would discard everything but the bbryant3-6/+5
2008-07-08Reduce length of time that 'asterisk -rx' waits.tilghman1-2/+10
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant8-29/+29
2008-07-06Changing name of global api call to ast_* oej2-3/+3
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej3-5/+36
2008-07-05Make this actually evaluate how it was intended to be.file1-2/+2
2008-07-05Add new SIP cli command "sip show channelstats" that displays some QoS data (...oej1-0/+31
2008-07-04Merged revisions 127973 via svnmerge from tilghman1-61/+54
2008-07-03Merged revisions 127892,127895 via svnmerge from kpfleming1-2/+3
2008-07-03Merged revisions 127663 via svnmerge from murf4-173/+95
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.tilghman2-9/+38
2008-07-02Expose the prefix variable so that it can be used by modules depending on htt...twilson1-0/+7
2008-07-02Solaris fixtilghman1-1/+1
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argrussell1-14/+14
2008-07-01Place the delay in __ast_answer prior to the channel-specific answermmichelson1-1/+1
2008-07-01change the process of inserting a delay into the ast_answer() path so that we...kpfleming1-7/+23
2008-07-01use %p to print a pointerrizzo1-5/+1
2008-06-27Pretty up the 'cdr show status' output.seanbright1-11/+23
2008-06-27Merged revisions 125793 via svnmerge from tilghman1-4/+4
2008-06-26Merged revisions 125587 via svnmerge from qwell1-0/+3
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-3/+3
2008-06-26- add get_max_rate timing API callrussell2-2/+21
2008-06-26Merged revisions 125276 via svnmerge from tilghman1-1/+3
2008-06-25Merged revisions 125132 via svnmerge from kpfleming3-7/+0
2008-06-23make solaris happy...pointed out by snuff-home on IRCdhubbard1-8/+8
2008-06-20Merged revisions 124395 via svnmerge from tilghman1-2/+6
2008-06-20Change references to doc/channelvariables.txt tommichelson2-2/+2
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-1/+1
2008-06-19Make OpenBSD compile againtilghman1-0/+6
2008-06-19Add errors that report any locks held by threads when they are being closed.bbryant1-0/+14
2008-06-19- Make res_timing_pthread allow a max rate of 100/sec instead of 50/secrussell1-3/+19
2008-06-19Merged revisions 123930 via svnmerge from tilghman1-5/+7
2008-06-19Merged revisions 123869 via svnmerge from tilghman1-1/+4
2008-06-18Merged revisions 123769 via svnmerge from tilghman1-143/+429
2008-06-18Fix a crash in tcp and tls connections related to reference counts.bbryant1-1/+2
2008-06-17Revert a previous regression in astobj2.c from merging a branch.bbryant1-0/+6
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant4-17/+31
2008-06-17Put quotes around "test"mmichelson1-1/+1
2008-06-17_ys pointed out in #asterisk-bugs that he was experiencingmmichelson1-0/+6
2008-06-17Add the same fix from revision 123271 to container_destruct_debug.mmichelson1-0/+9
2008-06-17If we don't match registrar when destroying a context, it can cause a crash.tilghman1-2/+2
2008-06-17Merged revisions 123271 via svnmerge from russell1-0/+9
2008-06-16Clean up code that handles fsk mwi message generation by pulling it from do_m...dbailey1-5/+30
2008-06-16(closes issue #12689)murf2-11/+15