aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Backport part of revision 136715 to fix callerid in voicemail text files (IMA...tilghman1-2/+3
2010-06-22Decrease the module ref count in sip_hangup when SIP_DEFER_BYE_ON_TRANSFER is...mnicholson1-0/+1
2010-06-22Allow users to specify a port for dundi peers.mnicholson1-5/+8
2010-06-22Modify chan_sip's packet generation api to automatically calculate the Conten...mnicholson2-75/+61
2010-06-21Do not use sizeof to calculate size of a heap allocated character array.jpeeler1-60/+62
2010-06-18Check for newly added memory allocation failures gracefully during AEL2 parsing.jpeeler1-25/+69
2010-06-18Fix crash when parsing some heavily nested statements in AEL on reload.jpeeler1-3/+6
2010-06-18Remove an unnecessary assignment that causes a DEBUG_THREADS build failure on...russell1-4/+0
2010-06-18Fix a build problem on Mac OS X with DEBUG_THREADS enabled.russell4-19536/+6433
2010-06-18Eliminate deadlock potential in dahdi_fixup().jpeeler1-2/+2
2010-06-17Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the as...mnicholson2-6/+3
2010-06-16Need to lock the agent chan before access its internal bits.qwell1-0/+2
2010-06-16Fixed typo in macro-pagepabelanger1-1/+1
2010-06-16fixes chan_iax2 race conditiondvossel1-6/+4
2010-06-15Merged revisions 270658 via svnmerge from twilson1-18/+20
2010-06-15Variables have always been case-sensitive, so we should not be removing case-...tilghman1-1/+1
2010-06-15Move information about zonemessages into the [zonemessages] section.lmadsen1-33/+32
2010-06-15fixes FXS port still ringing when answered, as reported by Tzafrir on dev-list.alecdavis1-0/+1
2010-06-14Properly play first file in sort list.pabelanger1-4/+9
2010-06-12Fix typo in examplepabelanger1-1/+1
2010-06-11For SpeeX, 0 bits remaining is valid and does not need an emitted warning.tilghman1-1/+3
2010-06-10Fix potential crash when writing raw SLIN audio on a PLC-enabled channel.mmichelson1-3/+22
2010-06-10Add text version of PLC doc to 1.4mmichelson1-0/+131
2010-06-10Ensure restartable system calls can restart (BSD signal semantics)tilghman2-0/+5
2010-06-09Don't stop Asterisk if chan_oss fails to register 'Console' (due to another c...russell1-1/+1
2010-06-09Let systems without a working fork() use res_musiconhold.qwell1-1/+10
2010-06-09Fix Debian init script to not use -c.pabelanger2-19/+27
2010-06-08Reduce startup time for cdr_tds with large CDR tables.seanbright1-1/+1
2010-06-07Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson.russell1-1/+1
2010-06-05Rest In Peacetilghman1-1/+1
2010-06-04Get rid of a warning that gets printed out when the console is configured wit...russell1-1/+4
2010-06-04AC_CONFIG_SUBDIRS has a bad side-effect on cross-compiles.tilghman2-195/+6
2010-06-04Comment out a rule that likes to break the chan_h323 build randomly.russell1-2/+6
2010-06-04Build menuselect with the build environment's compiler, not the host (target)...tilghman2-1/+3
2010-06-04As-fixiate the build processtilghman2-4/+8
2010-06-04Make the default install path appear to be /usr on Linux, instead of /usr/local.tilghman3-825/+1067
2010-06-031.4 version of the dead PLC code fix.mmichelson9-217/+8
2010-06-02Add CLI command that blocks until Asterisk has fully booted.russell1-0/+19
2010-06-02Cleanup error/warning messages in AEL2 parserpabelanger1-2/+2
2010-06-02Backport live_ast script from 1.6.2 branchpabelanger1-0/+261
2010-06-01Prevent CLI prompt from distorting output of lines shorter than the prompt.tilghman1-1/+1
2010-06-01Fix formatting issue with previous patch.pabelanger1-4/+3
2010-06-01Missing fallback to audio fax feature when T.38 re-INVITE failedpabelanger1-14/+26
2010-05-30Reverting patch and reopening issue #16784, as patch breaks color display.tilghman1-1/+1
2010-05-26Use sigaction for signals which should persist past the initial trigger, not ...tilghman2-20/+38
2010-05-26add dahdi_func_write to zap_tech structuredvossel1-0/+1
2010-05-26Make AgentComplete message more consistent.mmichelson1-1/+2
2010-05-26Not finding rows in the DB does not rise to the level of a warning.tilghman1-1/+1
2010-05-25fixes build issue with zapteldvossel1-0/+2
2010-05-25Don't mark the cdr records of unanswered queue calls with "NOANSWER". This r...mnicholson1-9/+0