]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2008-07-23  Jason Parkerinbandrelease is gone - it's now inbanddisconnect
2008-07-23  Kevin P. Flemingrevert an optimization that broke ABI... thanks russell!
2008-07-23  Kevin P. Flemingmake some more changes to the dahdi/zap channel name...
2008-07-23  Mark MichelsonAs suggested by seanbright, the PSEUDO_CHAN_LEN in
2008-07-23  Mark MichelsonZap/pseudo is ten characters, but DAHDI/pseudo is
2008-07-23  Mark MichelsonUpdate the "last" channel in next_channel in app_chanspy so
2008-07-23  Mark MichelsonSmall cleanup. Move the declaration of the DAHDI_SPANINFO
2008-07-23  Mark MichelsonFix building of chan_dahdi when HAVE_PRI is not
2008-07-23  Kevin P. Flemingensure that after a channel is created, if it happened...
2008-07-23  Kevin P. Flemingminor optimization for stringfields: when a field is...
2008-07-23  Christian Richteranother Fix because of r119585, this commit has broken...
2008-07-22  Mark MichelsonAllow Spiraled INVITEs to work correctly within Asterisk.
2008-07-22  Kevin P. Flemingfix up namespace pollution for dahdi_chan_mode enum
2008-07-22  Kevin P. Flemingadd rules to create preprocessor output... useful for...
2008-07-22  Tilghman LesherMerged revisions 132711 via svnmerge from
2008-07-22  Kevin P. Flemingensure that if any alarms exist at channel creation...
2008-07-22  Kevin P. Flemingmake AST_C_COMPILE_CHECK able to print a 'pretty' descr...
2008-07-22  Olle JohanssonThe most common question on the #asterisk iRC channel...
2008-07-22  Kevin P. Flemingcorrect wording in comment
2008-07-22  Kevin P. Fleminguse renamed libpri API call for controlling this featur...
2008-07-21  Kevin P. Flemingteach chan_dahdi how to find the D-channel on BRI spans...
2008-07-21  Brett BryantFix a bug where SENDTEXTSTATUS isn't set properly when...
2008-07-21  Brett BryantFix a bug in 1.4 branch with iax2 channels not being...
2008-07-19  Kevin P. Fleminggrant a license exception to allow distribution of...
2008-07-18  Tilghman LesherFix for Taiwanese number syntax
2008-07-18  Tilghman LesherTextual clarification
2008-07-18  Tilghman LesherSpinlock within the destroy, to allow a scheduled job...
2008-07-18  Tilghman LesherOops
2008-07-18  Tilghman LesherPreserve ABI compatibility with last change
2008-07-18  Tilghman LesherMake the ast_assert call within ast_sched_del report...
2008-07-18  Kevin P. Flemingremove the dlfcn compatibility stuff, because no platfo...
2008-07-18  Brett BryantFix a bug in blind transfers where the BLINDTRANSFER...
2008-07-17  Tilghman LesherRevert part of issue #5620 (revision 6965) as it appear...
2008-07-16  Brett BryantFix a bug in iax2 registration that allowed peers to...
2008-07-16  Tilghman LesherApparently, in certain cases, a callno is already destr...
2008-07-16  Russell BryantAlways ensure that the channel's tech_pvt reference...
2008-07-16  Mark MichelsonMove the init_queue call back to where it used to be...
2008-07-16  Mark MichelsonApparently, "thread safety" is important, whatever
2008-07-16  Mark MichelsonMake absolutely certain that the transfer datastore
2008-07-16  Steve Murphy(closes issue #13090)
2008-07-15  Michiel van... remove 4 lines of redundant code.
2008-07-15  Tilghman Lesherastman_send_error does not need a newline appended...
2008-07-14  Tilghman LesherOverride the callerid in all cases when the callerid...
2008-07-14  Mark MichelsonAdd a check to the CAN_EARLY_BRIDGE macro in app_dial to
2008-07-14  Michiel van... notify the user that dnsmgr refresh wont work when...
2008-07-14  Russell BryantBump up the debug level for a message.
2008-07-13  Michiel van... fix memory leak when originate from manager cannot...
2008-07-13  Tilghman LesherReverting 2 changesets, as it breaks incoming IAX2...
2008-07-12  Michiel van... in 1.4 the functions still have | as argument seperator.
2008-07-11  Kevin P. Flemingforcibly remove the modules that are changing names
2008-07-11  Kevin P. Fleminga whole pile of Zaptel/DAHDI compatibility work, with...
2008-07-11  Mark MichelsonRemove redundant logic
2008-07-11  Mark MichelsonFix a typo in audiohook_read_frame_both.
2008-07-11  Tilghman LesherEnsure that a destination callno of 0 will not match...
2008-07-11  Tilghman LesherPass the devicestate from an underlying channel up...
2008-07-11  Kevin P. Flemingnew installations should be using DAHDI instead of...
2008-07-11  Kevin P. Flemingadd support for a configuration parameter for 'inband...
2008-07-11  Russell Bryantadd a simple ASTOBJ_TRYWRLOCK macro ...
2008-07-11  Kevin P. Flemingsimplify calculation
2008-07-11  Kevin P. Flemingfix a flaw found while experimenting with structure...
2008-07-11  Kevin P. Flemingdon't attempt to set user/group ownership of extracted...
2008-07-10  Tilghman LesherCorrectly deal with duplicate NEW frames (due to retran...
2008-07-10  Tilghman LesherOops
2008-07-10  Russell BryantNote that pbx_spool.so is the module used for call...
2008-07-10  Sean BrightUpdate svn:ignore
2008-07-09  Mark MichelsonFix a problem where inbound rfc2833 audio would be...
2008-07-09  Sean BrightLook for the system installed awk instead of assuming...
2008-07-08  Mark MichelsonUpdate documentation to have the correct option name
2008-07-08  Mark MichelsonBackport TCP-related timeouts to IMAP voicemail in 1.4
2008-07-08  Tilghman LesherCause SIP to return a 480 instead of a 404 when a sip...
2008-07-08  Tilghman LesherTimestamp decoding for video mini-frames is bogus,...
2008-07-08  Olle JohanssonDon't hangup the call if we can't resolve the Contact...
2008-07-08  Olle JohanssonFix issues where repeated messages where ignored, but...
2008-07-08  Tilghman LesherCheck for non-NULL before stripping characters.
2008-07-07  Tilghman LesherStop using deprecated method, as requested by Kevin.
2008-07-07  Russell BryantFix handling of when a pvt disappears. Properly return...
2008-07-07  Sean BrightRemove spurious trailing whitespace from log messages...
2008-07-07  Mark MichelsonBy using the iaxdynamicthreadcount to identify a thread...
2008-07-07  Kevin P. Fleminguse tzafrir's patch to fix this problem properly.....
2008-07-04  Tilghman LesherMove the free down one
2008-07-04  Tilghman LesherFix the 'dialplan remove extension' logic, so that...
2008-07-03  Kevin P. Flemingremove this, it has been moved to the main Makefile
2008-07-03  Kevin P. Fleminga couple of small Solaris-related fixes
2008-07-03  Kevin P. Flemingensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added...
2008-07-03  Steve MurphyThe CDRfix4/5/6 omnibus cdr fixes.
2008-07-02  Mark MichelsonFix thread-safety of some of the pbx_builtin_getvar_hel...
2008-07-02  Tilghman LesherMerged revisions 127466 via svnmerge from
2008-07-01  Mark MichelsonAdd error message to failed open(2) calls inside the...
2008-07-01  Tilghman LesherDisable the old, slow search for matching callno in...
2008-07-01  Tilghman LesherOops
2008-07-01  Tilghman LesherChange around how we schedule pings and lagrqs, and...
2008-07-01  Tilghman LesherSuppress annoying warning by finding the remaining...
2008-07-01  Olle JohanssonUse domain part of SIP uri in register= configuration...
2008-07-01  Olle JohanssonHandle escaped URI's in call pickups. Patch by oej...
2008-07-01  Olle JohanssonClear up documentation on "domain=" setting in sip...
2008-07-01  Olle JohanssonReport 200 OK to all in-dialog OPTIONs requests (to...
2008-07-01  Olle JohanssonFix bad XML for hold notification.
2008-06-30  Jeff PeelerLoad the proper channel configuration file based on...
2008-06-30  Tilghman LesherAdd note about other names for EuroISDN
2008-06-30  Russell BryantFix a typo in the non-DEBUG_THREADS version of the...
next