aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.14@212958 f38db490-d6...v1.4.14kpfleming8-20/+19
2007-11-16use autotagged externalsrussell0-0/+0
2007-11-16importing files for 1.4.14 releaserussell3-0/+13375
2007-11-16Creating tag for the release of asterisk-1.4.14russell0-0/+0
2007-11-16Temporarily revert revision 89325, which added md5 magic for keeping track ofrussell3-18/+1
2007-11-16To help combat problems where people build external modules (asterisk-addons ...kpfleming3-1/+18
2007-11-16Make realtime queues accessible from the QUEUE_MEMBER_COUNT function.mmichelson1-10/+2
2007-11-15Start Asterisk in Debian at a more reasonable time (since zaptel is at level 20)tilghman1-2/+2
2007-11-15Fix an uninitialized memory read found by valgrindtilghman1-1/+1
2007-11-15Yet another memory corruption issue.tilghman1-0/+12
2007-11-15Update the SLAStation application to account for the case where the SLA threadrussell1-0/+23
2007-11-15Undoing previous commit since I realize it was wrongmmichelson1-1/+0
2007-11-15Adding a missing mutex unlock.mmichelson1-0/+1
2007-11-15Don't send re-invites during pending INVITE transactions.oej1-6/+19
2007-11-15Improve support for multipart messages. Code by gasparz, changesoej1-18/+25
2007-11-14When a recording ends with '#', we are improperly trimming an extra 200ms fro...tilghman1-3/+10
2007-11-14Return the proper value when the srv_callback function executes properly.file1-1/+1
2007-11-13Fix building on newer systems which require a third arg to open() when using ...qwell2-2/+2
2007-11-13Revert change from revision 67064.qwell1-1/+1
2007-11-13If we set a value for qualify, we should actually pay attention to it, instea...tilghman1-2/+2
2007-11-13Reverting commit made in revision 89205 since it is unnecessary.mmichelson1-2/+2
2007-11-13Debugging is running into the 16-lock limit. Increase to avoid.tilghman1-1/+1
2007-11-13Some sanity checking for MixMonitor. If only 1 argument is given, then the ar...mmichelson1-2/+2
2007-11-12Fix a typo pointed out by De_Mon on #asterisk-devqwell1-1/+1
2007-11-12If two config writes collide, file corruption could result. Use a mkstemp() ...tilghman1-9/+22
2007-11-12Fix two cases of memory corruption caused by background threads.tilghman2-0/+10
2007-11-12if we're NT and no number was dialed and overlapdial is set, we wait for the ...crichter2-0/+18
2007-11-12added restart all interfaces Restart_Indicator, to automatically send a RESTA...crichter4-29/+41
2007-11-12fixed a state/event issue with overlapdial=yes when no extension matched. rem...crichter2-32/+44
2007-11-12fixed the support for CW and therefore for the reject_cause option.crichter1-0/+5
2007-11-12aded ntkeepcalls option, to avoid droƃpping calls when the L2 goes down on a...crichter6-2/+34
2007-11-08Properly say the seconds here..qwell1-1/+1
2007-11-08Rework of the commit I made yesterday to use the already built-inmmichelson1-27/+14
2007-11-08Avoid warnings on load when using sample configuration files.qwell1-1/+1
2007-11-08I made this same adjustment in trunk to fix a bug, and it makes sense to do i...mmichelson1-1/+1
2007-11-08fix a glaring bug in the new SRV record handling that would cause incorrect w...kpfleming1-0/+1
2007-11-08Typotilghman1-1/+1
2007-11-08Do not add a sip: to the beginning of the To URI unless needed.file1-1/+1
2007-11-08Improve the devicestate logic for multiple devices. If any are available then...file1-6/+15
2007-11-08Add support for allowing one outgoing transaction. This means if a response c...file1-2/+5
2007-11-07If callerid is configured in sip.conf use that for checking the presence of a...file1-2/+2
2007-11-07The member refcount must be incremented, to avoid using it after deallocation.tilghman1-0/+6
2007-11-07This patch makes it possible for SIP phones to dial extensions defined with '...mmichelson1-2/+24
2007-11-07In response to 10578, I just ran 1.4 thru valgrind; some of the config leakag...murf3-4/+10
2007-11-07Fixing a segfault in the manager "core show channels concise" command.mmichelson1-1/+1
2007-11-07Suppress AEL warnings on load.tilghman1-1/+2
2007-11-06Fix init_classes() so that classes that actually do have files loaded aren'trussell1-1/+1
2007-11-06Correctly set the total number of channels from a zaptel transcoder board.qwell1-2/+1
2007-11-06We went to the trouble of creating a method of tracking failed trylocks, then...tilghman1-1/+1
2007-11-06Bug fixes to tdd support in zaptel. oej1-16/+24