]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2011-06-09  Richard MudgettRemove potential deadlock in call pickup race.
2011-06-09  Jonathan RoseAdds ast_escape_encoded utility to properly handle...
2011-06-08  Richard MudgettRing all queue with more than 255 agents will cause...
2011-06-08  Richard MudgettSRV lookup attempted for SIP peers listed as an IP...
2011-06-08  Gregory Nietsky Make handle_request_publish do dialog expiration...
2011-06-07  Paul BelangerUse correct syntax for 'sip notify snom-reboot'
2011-06-06  Jonathan RoseFixes level toggling for logger set levels since it...
2011-06-03  Richard MudgettAsterisk crash when unloading cdr_radius/cel_radius.
2011-06-03  Richard MudgettBe more explicit for CCSS generic device state event...
2011-06-03  Richard MudgettEvent subscription fixes.
2011-06-03  Richard MudgettConstify subscription description parameter string.
2011-06-03  Richard MudgettCorrect IAX2 and SIP event subscription description...
2011-06-03  Russell BryantBackport an astobj2 unit test so that it runs on 1...
2011-06-03  Leif MadsenAlso document the 'queue-minute' option.
2011-06-01  Richard MudgettCDR comment tweaks.
2011-06-01  Brett BryantThis patch fixes an issue with using the wrong voicemai...
2011-06-01  Alexandr AnikinFix double alerting, add forced alerting before answer
2011-05-31  Richard MudgettUpdate some comments.
2011-05-31  David VosselChan_local locking cleanup.
2011-05-31  Leif MadsenEnhance NOTICE message to know who couldn't access...
2011-05-28  Richard MudgettSome hagi launch cleanup.
2011-05-27  Richard MudgettCrash when using hagi and no servers are available.
2011-05-27  Richard MudgettThe app_privacy args have undocumented "options" positi...
2011-05-27  Leif MadsenFix issue with playback of H.261 video.
2011-05-27  Leif MadsenAllow parking lot hints and musicclass to be set.
2011-05-27  Richard MudgettThe app_privacy args have undocumented "options" positi...
2011-05-27  Jonathan Rosemarkm committed a patch I was working on yesterday...
2011-05-27  Alec L DavisFix *8 directed pickup locks system during pickupsound...
2011-05-26  Mark MurawkiFixed build problem with dev mode enabled, which was...
2011-05-26  Mark Murawkiast_sockaddr_resolve() in netsock2.c may deref a null...
2011-05-26  Richard MudgettUpdate ast_sockaddr comment with an important note.
2011-05-26  Terry WilsonInitialize stack-allocated ast_sockaddrs before use
2011-05-26  Russell BryantRemove some variables that were set but unused.
2011-05-25  Richard MudgettNative SIP CCSS sends bad CC cancel SUBSCRIBE message.
2011-05-25  Richard MudgettThe AMI Newstate event contains different information...
2011-05-25  Richard MudgettGive zombies a safe channel driver to use.
2011-05-25  Terry WilsonCast data as char * before using S_OR
2011-05-23  Richard MudgettAdd ConnectedLineNum/Name headers to output of AMI...
2011-05-23  Tilghman LesherGNU libiconv uses symbol "libiconv_open" instead of...
2011-05-23  David VosselMerged revisions 320562 via svnmerge from
2011-05-23  Kevin P. FlemingDon't generate spurious "No: command not found" message...
2011-05-23  David VosselBlocked revisions 320506 via svnmerge
2011-05-23  Jonathan RoseFixes segfault occuring in chan_sip.c at __set_address_...
2011-05-22  Tilghman LesherMerged revisions 320444 via svnmerge from
2011-05-20  David VosselMerged revisions 320271 via svnmerge from
2011-05-20  Richard MudgettMerged revisions 320236 via svnmerge from
2011-05-20  Matthew NicholsonThis commit modifies the way polling is done on TLS...
2011-05-20  Jonathan RoseFixes an imapfolder related crash
2011-05-20  Richard MudgettMisc comment cleanup in features.c.
2011-05-20  Richard MudgettCrash while transferring a call during DTMF feature...
2011-05-20  Richard MudgettChange some variable names to make pickup code easier...
2011-05-20  Richard MudgettCrash when using directed pickup applications.
2011-05-20  Jonathan RoseAdds legacy_useroption_parsing to address interoperabil...
2011-05-19  Terry WilsonRevert part of a change to the bridging API code
2011-05-19  Jonathan RoseFix Randomize option on Park()
2011-05-19  Mark MurawkiIn cel_odbc, an uninitialized RWLIST is attempted to...
2011-05-19  Richard MudgettCCSS generic agent with POTS and ISDN phones fail calle...
2011-05-18  Terry WilsonMerged revisions 319653 via svnmerge from
2011-05-18  Terry WilsonUnbreak the storing of registrations for restart
2011-05-18  Terry WilsonMerged revisions 319528 via svnmerge from
2011-05-17  Richard MudgettMerged revision 319468 from
2011-05-17  Leif MadsenDon't create [general] voicemail context when using...
2011-05-17  Leif MadsenMake Debian init script lsb compliant
2011-05-16  Jonathan RoseMakes busy detection in dsp.c always allow for at least...
2011-05-16  Richard MudgettDeadlock between generic CCSS agent and native ISDN...
2011-05-16  Terry WilsonMerged revisions 319202 via svnmerge from
2011-05-16  David VosselMerged revisions 319144 via svnmerge from
2011-05-16  Matthew NicholsonMake sure tcptls_session exists before dereferencing it.
2011-05-16  Paul BelangerSupport gmime-2.4
2011-05-16  David VosselFixes Big Endian build issue.
2011-05-13  Brett BryantFixes a segmentation fault in dynamic hints when a...
2011-05-13  Brett BryantThis patch fixes an issue with SRTP which makes HOLD...
2011-05-13  Brett BryantThis patch allows TCP peers into the ast_db where they...
2011-05-13  Richard MudgettCDR's are being written immediately on caller hangup.
2011-05-13  Richard MudgettPRI early media won't ring.
2011-05-12  Matthew NicholsonHandle ipv6 addresses in the sent-by Via: field.
2011-05-12  Alec L DavisFix directed group pickup feature code *8 with pickupso...
2011-05-11  Terry WilsonComment out the REF_DEBUG that slipped in during debugging
2011-05-11  Terry WilsonMerged revisions 318548 via svnmerge from
2011-05-10  Richard MudgettUnable to pickup DAHDI/PRI call because call state...
2011-05-10  Leif MadsenFilter out blacklisted manager events when using eventf...
2011-05-10  Russell Bryantchan_iax2: change LOG_NOTICE to LOG_DEBUG in iax2_read().
2011-05-09  Richard MudgettRemove references to res_features and its export file.
2011-05-09  Terry WilsonMerged revisions 318331 via svnmerge from
2011-05-09  Richard MudgettHangup extension executed twice.
2011-05-09  David VosselMerged revisions 318230 via svnmerge from
2011-05-09  Richard MudgettDon't get early media for ISDN on outgoing calls.
2011-05-09  Jonathan RoseDocumenting an observed behavior of features in feature...
2011-05-09  Matthew NicholsonMake indicate/control frames WRITE events on framehooks...
2011-05-07  Russell Bryantres_config_curl: fix a crash with static realtime.
2011-05-07  Russell Bryantchan_iax2: Don't overwrite port found with an SRV lookup.
2011-05-06  Russell BryantUse the right variable to print the time in a debug...
2011-05-06  Russell BryantFix some more "set but unused" compiler warnings.
2011-05-06  David VosselFixes missing colon from To/From headers in RTCP manage...
2011-05-06  Russell BryantFix calculation of free RAM to make minmemfree option...
2011-05-06  Russell Bryantchan_sip: Destroy variables on a sip_pvt before copying...
2011-05-06  Russell Bryantchan_sip: fix a deadlock in check_rtp_timeout.
2011-05-06  Russell BryantURI encode less characters in the RPID and Contact...
2011-05-06  Matthew Nicholsonpbx_lua autoservice fixes
2011-05-06  Russell BryantFix a crash in the MySQL() application.
next