aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.24@212958 f38db490-d6...v1.4.24kpfleming8-20/+19
2009-03-16importing release summary for 1.4.24 releaselmadsen2-64/+1476
2009-03-16importing release summary for 1.4.24 releaselmadsen2-0/+389
2009-03-16Update .version and ChangeLoglmadsen2-1/+5
2009-03-16Create 1.4.24 taglmadsen0-0/+0
2009-03-06Use autotagged externalslmadsen0-0/+0
2009-03-06Importing files for 1.4.24-rc1 releaselmadsen3-0/+23226
2009-03-06Creating tag for the release of asterisk-1.4.24-rc1lmadsen0-0/+0
2009-03-06Make compilation succeed in dev-mode when IMAP storage is enabled.mmichelson1-1/+1
2009-03-06Fix handling of backreferences for ENUM lookupsdvossel1-34/+53
2009-03-05[IMAP] Fix message retrieval issues when identical mailbox names were defined...mmichelson1-0/+2
2009-03-05Fix broken mailbox parsing when searchcontexts option is enabled.mmichelson2-10/+21
2009-03-05Fix problems when RTP packet frame size is changedkpfleming3-37/+113
2009-03-04Look for the number in a callerid string starting from the end. This way a va...file1-1/+1
2009-03-03Make sure we still support zapchan in users.conf, in addition to dahdichan.qwell1-3/+1
2009-03-03Clarify some documentation of queues.conf.samplemmichelson2-0/+11
2009-03-03Do not assume that the bridge_cdr is still attached to the channel when the '...file1-2/+7
2009-03-03These changes allow AEL to better check ${} constructs within $[...], that ar...murf7-150/+211
2009-03-03Ensure chan->fdno always gets reset to -1 after handling a channel fd event.russell1-1/+4
2009-03-03Move where fdno is set to the default value to *after* the read callback of t...file1-6/+6
2009-03-03Make it easier to detect an improper call to ast_read().russell1-0/+12
2009-03-02Fix bridging regression from commit 176701jpeeler1-1/+1
2009-03-02Move ast_waitfor() down to avoid the results of the API call becoming stale.russell1-4/+3
2009-03-02When ending a recording with silence detection, remember to reduce the duration.tilghman1-1/+9
2009-03-02Ensure that only one thread is calling ast_settimeout() on a channel at a time.russell1-0/+2
2009-03-02Remove several silly warnings in editline. One about a broken preprocessor d...qwell4-5/+129
2009-02-27Update documentation for DIALEDTIME and ANSWEREDTIME variables.qwell1-2/+2
2009-02-26This change moves the default feature digit timeout to 1000 ms from the previ...murf2-4/+4
2009-02-26IAX2 prune realtime fixdvossel1-14/+44
2009-02-26This patch prevents the feature detection timeout from being cut in half.murf1-2/+9
2009-02-25This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions...murf2-75/+80
2009-02-25Update the copyright year for the main page of the doxygen documentation.russell1-1/+1
2009-02-24Add section about the #exec command in configuration files.tilghman1-0/+8
2009-02-24Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.russell1-3/+3
2009-02-24Change include order to make compile on Centos 5 with DAHDItwilson2-3/+7
2009-02-24Skip check for extension when subscribing for MWI.file1-3/+5
2009-02-23Fix infinite DTMF when a BEGIN is received without an END.russell1-10/+3
2009-02-20Don't print the CR-NL combination when we aren't outputting to the manager.tilghman1-1/+1
2009-02-20This exception does not appear to still be true for Solaris 10, and OpenSolar...tilghman1-17/+11
2009-02-20Fixes issue with undefined audio codecs in chan_iax2dvossel2-1/+3
2009-02-19This patch fixes a problem with 8-bit input to the ast_expr2 scanner.murf3-1018/+198
2009-02-19Fix up potential crashes, by reducing the sharing between interactive and non...tilghman1-3/+42
2009-02-19Force a MWI notification after subscribe request. Reported by the Resiprocate...oej1-6/+5
2009-02-19If we are able to create a speech structure unset the ERROR variable in case ...file1-0/+2
2009-02-18This patch fixes a regression of sorts that was introduced in murf2-220/+225
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler14-168/+191
2009-02-18Document the return value of the update method (as requested on -dev list)tilghman1-1/+1
2009-02-18Merged revisions 177035 manually from dbailey1-1/+1
2009-02-18Need to take into account the \0 terminator of the old string to determine th...dbailey1-1/+1
2009-02-18Several changes to codec_dahdi to play nice with G723.sruffell1-78/+314