aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.2.18@212958 f38db490-d6...v1.2.18kpfleming11-9/+23
2007-04-24importing files for 1.2.18 releaserussell3-0/+5394
2007-04-24Creating tag for the release of asterisk-1.2.18russell0-0/+0
2007-04-24Don't crash if a manager connection provides a username that exists inrussell1-1/+2
2007-04-24removed #if 0 block from chan_phone, chan_zap, and chan_modem restart_monitor()dhubbard3-13/+3
2007-04-24removed pthread_join in restart_monitor() to make it like chan_zap and other ...dhubbard1-0/+2
2007-04-24Allow RFC2833 to be sent in the response SDP when an INVITE comes in without ...file1-0/+2
2007-04-24added lock for sending messages to avoid double sending. shuffled some empty_...crichter3-39/+66
2007-04-20Fix an issue that I noticed while looking over issue 9571.qwell1-1/+2
2007-04-20If the '* to hangup' option is not enabled, we don't need to disable * as a v...qwell1-1/+1
2007-04-19Send NOTIFY to Contact: in SUBSCRIBE oej1-0/+4
2007-04-19Bug 9557 - Specifying the GetVar AMI action without a Channel parameter cantilghman6-9/+22
2007-04-16Don't stop RTP on errors on INFO messages.oej1-8/+11
2007-04-13Add OUTBOUND_GROUP_ONCE variable to app_dial. This behaves the same as OUTBOU...file1-4/+12
2007-04-11If someone sets the "useragent" option in sip.conf to be empty, then don't addrussell1-4/+8
2007-04-11Fix a bug with switching between host=dynamic and using specific hosts forrussell1-5/+5
2007-04-11Remove the attempt at reporting configuration errors in sip.conf. This canrussell1-7/+4
2007-04-11some fixes for PMP Hold/Retrieve, it should work now, when briding=nocrichter2-7/+13
2007-04-10msns config parameter defaults to '*'nadi1-1/+1
2007-04-09- Don't send ActionID before Response: header. oej1-6/+7
2007-04-09Allow matching on names shorter than 3 chars.qwell1-1/+1
2007-04-09Don't check for error when lowering priority (according to the manpage, it sh...tilghman2-8/+8
2007-04-09Bug 9505 - If the return value for local_queue_frame is set, then p->lock is ...tilghman1-11/+14
2007-04-09When calling a device that then forwards us elsewhere... we have to make our ...file1-3/+5
2007-04-08Gosub called within a Macro resets the arguments improperly and causes genera...tilghman1-2/+108
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