aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-18revert commit that included extranous changeskpfleming33-508/+244
2009-03-18remove accidentally merged propertieskpfleming0-0/+0
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming33-244/+508
2009-03-17Allow dahdichanname to work as advertised.qwell2-2/+2
2009-03-17Fix race in astdbtilghman1-3/+6
2009-03-16Randomize IAX2 encryption paddingdvossel1-2/+18
2009-03-16Fixup glare detection, to fix a memory leak of a local pvt structure.tilghman1-11/+16
2009-03-13Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.mmichelson1-8/+19
2009-03-13Use the correct branch integrated property when generating the version string.rmudgett1-69/+65
2009-03-12Properly send a 487 on an INVITE we have not responded to if we receive a BYE.mmichelson1-1/+1
2009-03-12Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.file1-1/+1
2009-03-12Fix logic flaw in previous commit.file1-1/+1
2009-03-12Fix another scenario where depending on configuration the stream would not ge...file1-1/+1
2009-03-12Fix issue with streaming MOH failing if nobody is listening.file1-2/+2
2009-03-11Allow prefix to set localstatedir (when used and different from the default).qwell2-5/+9
2009-03-11Make code that updates BRIDGEPEER variable thread-safe.russell1-14/+30
2009-03-11encrypted IAX2 during packet loss causes decryption to fail on retransmitted ...dvossel2-31/+72
2009-03-11Fix issue where an attended transfer could not be completed under a rare scen...file1-1/+1
2009-03-11Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=...file1-1/+1
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler10-34/+58
2009-03-11Remove unused variables.mmichelson1-2/+0
2009-03-11Fix incorrect tag checking on transfers when pedantic=yes is enabled.mmichelson1-14/+23
2009-03-10Make things happier when using autoconf 2.62+qwell4-24/+22
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