aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-08Bug 9486 - memory leak when opening a filestreamtilghman1-2/+7
2007-04-06There should only be one code path for doing DTMF conditionals on channels. ...mattf1-65/+75
2007-04-06remove undocumented 'cardsmode' parameter and stop searching for transcoders ...kpfleming1-21/+4
2007-04-05Just because we can't find the voicemail configuration file, doesn'tqwell1-1/+1
2007-04-05Only unlock our pvt and net locks if we are actually going to try to lock the...file1-6/+9
2007-04-04It is valid to redirect channels via the manager interface that are not in therussell1-4/+4
2007-04-04Fix the return value of handle_common_options() so that it always properlyrussell1-6/+3
2007-04-03Add a missing "\r\n" in the body of the NOTIFY that is sent to indicate therussell1-1/+1
2007-04-03Use the more generic check for "sed -r" support that was already present in 1.4.russell1-13/+12
2007-04-03On Darwin, the -r argument to sed is not valid. It has to be -E.russell1-3/+10
2007-04-03Don't attempt to report configuration errors in build_user(). oej pointed outrussell1-2/+4
2007-04-03Make chan_sip report when it encounters an unknown option.russell1-14/+9
2007-04-03When doing a built-in blind or attended transfer, restore the ability to use '#'russell1-6/+3
2007-04-03ptp is the 5th bit, not the 4th.nadi1-1/+1
2007-04-03Use the new sysfs way of mISDN 1.2 to check if a port is NT or not.nadi2-0/+25
2007-04-02Increase the maximum size for a string of mailboxes to 1024. (issue #9270 rep...file1-1/+1
2007-04-02added option which allows us to accept incoming SETUP Messages without automa...crichter3-16/+37
2007-04-02don't be verbose if no needcrichter1-2/+2
2007-04-02we can now make 30 channels on a PRI (before we forgot chan 31..)crichter1-2/+4
2007-04-01Add the SO_REUSEADDR flag to sockets handled by netsock. This is needed byrussell1-0/+3
2007-03-29Keep a global array of variables indicating whether certain conference rooms ...file1-21/+16
2007-03-29If an error occurs when reading from an RTP socket, and the error code does notrussell1-4/+8
2007-03-29Backport the change to chan_iax2 to return NULL instead of a "null frame"russell1-3/+2
2007-03-29Issue 9415 - No point to getting a diagnostic field if we aren't doing anythi...tilghman1-1/+0
2007-03-29Change ENV section to use setenv, instead of putenv (Alexandru Pirvulescu <si...tilghman1-9/+2
2007-03-27Oopstilghman1-1/+1
2007-03-27Fix a few remaining bad mmap(2) return valuestilghman1-5/+5
2007-03-27Fix the check of the return value from mmap(). Thanks to Corydon for catchingrussell1-3/+3
2007-03-27Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0russell1-3/+42
2007-03-27fixed #9355crichter1-1/+2
2007-03-26mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make...nadi7-15/+90
2007-03-24Only try to handle a response if it has a response code. (ASA-2007-011)file1-10/+10
2007-03-23Ugh. that was dumb. Fixed an error.murf1-1/+1
2007-03-23Added a few words in the Macro doc strings about the behavior of macros with ...murf1-0/+5
2007-03-21Indicate the filename changed when it is changed. (issue #9311 reported by js...file1-0/+1
2007-03-20modified a loglevelcrichter1-1/+1
2007-03-20avoid sending a disconnect when we already received one.crichter1-0/+9
2007-03-14Add a note to the security file that the Asterisk CLI and log files may containrussell1-0/+6
2007-03-13fixed the crypt_keys stuffcrichter1-7/+13
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter5-37/+74
2007-03-13Issue #9229 - No port in request URI on register to non default SIP ports (ne...oej1-4/+11
2007-03-12We can't use the assembler version of fetchadd_int under Intel Macs. (issue #...file1-1/+1
2007-03-09If we are unable to lookup the host in a c line we have to abort, otherwise t...file1-0/+2
2007-03-09we can free channel 31 as well, since we can occupy itcrichter1-1/+1
2007-03-08Only print out debug message if the definition that makes the variables shows...file1-0/+2
2007-03-07Fix a problem where the Asterisk channel name could be that of the wrong IAX2russell1-11/+19
2007-03-07Fix a misplaced block of code in the 1.2 version of the patch to fix issue #8977russell1-5/+5
2007-03-07If the channels acquired using the manager Redirect action are not up, thenrussell1-0/+11
2007-03-06Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: r...murf1-2/+15
2007-03-06Change error message to proper messageoej1-1/+1