]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2007-05-23  Kevin P. Flemingensure that variables are set on a newly created channe...
2007-05-23  Kevin P. Flemingif we are going to set variables on a newly created...
2007-05-23  Russell BryantRevert revision 62417 as someone reported problems...
2007-05-22  Russell BryantFix a memory leak that I just noticed in the device...
2007-05-22  Christian Richterwe stop the tones only when we're in the pre-call phase...
2007-05-18  Steve MurphyThis update will fix the situation that occurs as descr...
2007-05-18  Olle JohanssonNot getting an ACK to a 200 OK in the initial invite...
2007-05-18  Olle JohanssonIssue 9235 - part of the problem, maybe not all. Please...
2007-05-18  Christian Richterfixed a warning regarding Keypad encoding. encode the...
2007-05-18  Christian Richterwe *need* to send a PROCEEDING when sending_complete...
2007-05-17  Tilghman LesherHow is it that we never caught that this is returning...
2007-05-17  Jason ParkerIf we have a negative current message, we shouldn't...
2007-05-16  Olle JohanssonFixing possible bug in auth of BYE
2007-05-16  Olle JohanssonSupport SIP uri's starting with SIP: and sip: (reported...
2007-05-16  Olle JohanssonIssue #9726 - rlister - Better logging for ACL denials
2007-05-16  Christian Richterin the case immediate=yes, we directly jump into the...
2007-05-14  Joshua ColpOnly perform stripping of - strings from the channel...
2007-05-11  Tilghman LesherIssue 9121 - fixups for safe_asterisk script
2007-05-10  Jason ParkerFix an issue with trying to kill a thread before it...
2007-05-10  Olle JohanssonDo not allocate SIP pvt's for PEERs we can not reach.
2007-05-09  Matthew FredricksonMake sure we only create a DSP if it's requested on...
2007-05-09  Joshua ColpProperly handle hints that point to multiple devices...
2007-05-09  Tilghman LesherReplicate fix from 51158 (app_voicemail) to app_directo...
2007-05-09  Christian Richterrelease_chan frees ch, so we should never touch ch...
2007-05-08  Tilghman LesherIssue 9602 - segfault in app_macro
2007-05-08  Christian Richteradded application misdn_check_l2l1 which tries to pull...
2007-05-08  Tilghman LesherIssue 9527 - upon entering a folder, no message is...
2007-05-07  Joshua ColpProperly handle what happens during a masquerade in...
2007-05-07  Olle JohanssonReleasing the whole in-memory configuration while you...
2007-05-03  Joshua ColpWhen a peer is seeded or built tell the devicestate...
2007-05-03  Christian Richterwhen we're in state WAITING4DIGS, we use the asterisk...
2007-05-03  Christian Richterfixed the problem that misdn_write did not return ...
2007-05-03  Kevin P. Flemingdoh... initializing the pointer variable will work...
2007-05-02  Kevin P. Flemingincrease reliability and efficiency of static Realtime...
2007-05-02  Steve MurphySome tweaks to satisfy CDR bug 8796, where being in...
2007-05-02  Tilghman LesherIssue 9638 - if a text frame is sent with no terminatin...
2007-05-01  Russell BryantRemove an unnecessary check that makes it so if you...
2007-05-01  Russell BryantAdd indications.conf information for the Philippines.
2007-04-30  Russell BryantThis patch fixes an issue where depending on the cause...
2007-04-30  Joshua ColpUpdate copyright notice. It's now the year 2007!
2007-04-27  Jason ParkerThis transcoder message needn't be a NOTICE.
2007-04-27  Olle JohanssonIssue #7351 - SIP Cancel fails due to the wrong contact...
2007-04-26  Joshua ColpRevert previous fix for when the IAX2 channel goes...
2007-04-26  Joshua ColpDon't count failed include attempts against the configu...
2007-04-25  Kevin P. Fleminghandle a very bizarre race condition with channels...
2007-04-25  Russell BryantIf the callerid= option is specified, but empty, clear...
2007-04-25  Russell BryantEnsure that callerid settings are reset on a reload.
2007-04-25  Joshua ColpMerge rewritten group counting support. No more storing...
2007-04-25  Russell BryantFix a typo where cid_num got copied instead of cid_ani.
2007-04-24  Russell BryantDon't crash if a manager connection provides a username...
2007-04-24  Dwayne M. Hubbardremoved #if 0 block from chan_phone, chan_zap, and...
2007-04-24  Dwayne M. Hubbardremoved pthread_join in restart_monitor() to make it...
2007-04-24  Joshua ColpAllow RFC2833 to be sent in the response SDP when an...
2007-04-24  Christian Richteradded lock for sending messages to avoid double sending...
2007-04-20  Jason ParkerFix an issue that I noticed while looking over issue...
2007-04-20  Jason ParkerIf the '* to hangup' option is not enabled, we don...
2007-04-19  Olle JohanssonSend NOTIFY to Contact: in SUBSCRIBE
2007-04-19  Tilghman LesherBug 9557 - Specifying the GetVar AMI action without...
2007-04-16  Olle JohanssonDon't stop RTP on errors on INFO messages.
2007-04-13  Joshua ColpAdd OUTBOUND_GROUP_ONCE variable to app_dial. This...
2007-04-11  Russell BryantIf someone sets the "useragent" option in sip.conf...
2007-04-11  Russell BryantFix a bug with switching between host=dynamic and using...
2007-04-11  Russell BryantRemove the attempt at reporting configuration errors...
2007-04-11  Christian Richtersome fixes for PMP Hold/Retrieve, it should work now...
2007-04-10  Nadi Sarrarmsns config parameter defaults to '*'
2007-04-09  Olle Johansson- Don't send ActionID before Response: header.
2007-04-09  Jason ParkerAllow matching on names shorter than 3 chars.
2007-04-09  Tilghman LesherDon't check for error when lowering priority (according...
2007-04-09  Tilghman LesherBug 9505 - If the return value for local_queue_frame...
2007-04-09  Joshua ColpWhen calling a device that then forwards us elsewhere...
2007-04-08  Tilghman LesherGosub called within a Macro resets the arguments improp...
2007-04-08  Tilghman LesherBug 9486 - memory leak when opening a filestream
2007-04-06  Matthew FredricksonThere should only be one code path for doing DTMF condi...
2007-04-06  Kevin P. Flemingremove undocumented 'cardsmode' parameter and stop...
2007-04-05  Jason ParkerJust because we can't find the voicemail configuration...
2007-04-05  Joshua ColpOnly unlock our pvt and net locks if we are actually...
2007-04-04  Russell BryantIt is valid to redirect channels via the manager interf...
2007-04-04  Russell BryantFix the return value of handle_common_options() so...
2007-04-03  Russell BryantAdd a missing "\r\n" in the body of the NOTIFY that...
2007-04-03  Russell BryantUse the more generic check for "sed -r" support that...
2007-04-03  Russell BryantOn Darwin, the -r argument to sed is not valid. It...
2007-04-03  Russell BryantDon't attempt to report configuration errors in build_u...
2007-04-03  Russell BryantMake chan_sip report when it encounters an unknown...
2007-04-03  Russell BryantWhen doing a built-in blind or attended transfer, resto...
2007-04-03  Nadi Sarrarptp is the 5th bit, not the 4th.
2007-04-03  Nadi SarrarUse the new sysfs way of mISDN 1.2 to check if a port...
2007-04-02  Joshua ColpIncrease the maximum size for a string of mailboxes...
2007-04-02  Christian Richteradded option which allows us to accept incoming SETUP...
2007-04-02  Christian Richterdon't be verbose if no need
2007-04-02  Christian Richterwe can now make 30 channels on a PRI (before we forgot...
2007-04-01  Russell BryantAdd the SO_REUSEADDR flag to sockets handled by netsock...
2007-03-29  Joshua ColpKeep a global array of variables indicating whether...
2007-03-29  Russell BryantIf an error occurs when reading from an RTP socket...
2007-03-29  Russell BryantBackport the change to chan_iax2 to return NULL instead...
2007-03-29  Tilghman LesherIssue 9415 - No point to getting a diagnostic field...
2007-03-29  Tilghman LesherChange ENV section to use setenv, instead of putenv...
2007-03-27  Tilghman LesherOops
2007-03-27  Tilghman LesherFix a few remaining bad mmap(2) return values
2007-03-27  Russell BryantFix the check of the return value from mmap(). Thanks...
2007-03-27  Russell BryantFix the use of the "sourceaddress" option when "bindadd...
next