]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2011-06-23  Terry WilsonRemove tests for parsing address with invalid port
2011-06-22  Richard MudgettUse correct variable for text SRTP media.
2011-06-22  Terry WilsonStop sending IPv6 link-local scope-ids in SIP messages
2011-06-22  Richard MudgettTimout or error on INFO or MESSAGE transaction causes...
2011-06-22  Richard MudgettComments and whitespace in chan_sip.c
2011-06-21  David VosselFixes locking inversion issue in ast_async_goto()
2011-06-21  Kinsey MooreConfBridge does not handle hangup properly
2011-06-20  Leif MadsenRemove extra 'the'.
2011-06-20  Leif MadsenRevert previous merge which had extra changes.
2011-06-20  Leif MadsenRemove extra 'the'.
2011-06-20  Terry WilsonIgnore media offers with a port of 0
2011-06-17  Leif MadsenAdd Username and Secret fields to manager Login action.
2011-06-17  Leif MadsenFix typo in documentation.
2011-06-17  Richard MudgettAdd header string to libpri debug output.
2011-06-17  Leif MadsenFix grammar in documentation for Goto() and GotoIf()
2011-06-16  Terry WilsonShame on me
2011-06-16  Terry WilsonLock the channel before calling the setoption callback
2011-06-16  Richard MudgettThe test_event unit test is occasionally failing.
2011-06-16  Terry WilsonDon't assume ASTDBDIR exists
2011-06-15  Terry WilsonRemove now-useless cast of ARRAY_LEN
2011-06-15  Terry WilsonMake ARRAY_LEN() return the same type on x86 and x86_64...
2011-06-15  Terry WilsonFix more ARRAY_LEN format string issues
2011-06-15  Terry WilsonMerged revisions 323733 via svnmerge from
2011-06-15  Jonathan RoseAdds locking to find_table in res_configure_pgsql to...
2011-06-15  Terry WilsonCast ARRAY_LEN to size_t for ast_logging
2011-06-15  Richard MudgettAdd a test to the event unit tests to catch ASTERISK...
2011-06-15  Richard Mudgett[regression] Voicemail MWI is no longer sent.
2011-06-15  Jonathan RoseAdds PQclear calls on result to various parts of res_co...
2011-06-15  Sean BrightMerged revisions 323579 via svnmerge from
2011-06-15  Richard MudgettAdd missing break in ast_event_get_cached().
2011-06-14  Richard MudgettMade ast_sockaddr_split_hostport() port warning msgs...
2011-06-14  Richard MudgettAdd more strict hostname checking to ast_dnsmgr_lookup().
2011-06-14  Jonathan RoseChanges contact use in build_peer to use the FORCE_RPOR...
2011-06-14  Terry WilsonAdd rtpkeepalives back to 1.8
2011-06-13  Leif MadsenAdditional documentation for bindaddr.
2011-06-13  Leif MadsenAvoid dividing by zero with L() option to Dial()
2011-06-13  Leif MadsenTweak documentation for AGI Hangup command.
2011-06-10  Matthew NicholsonUnlock the sip channel during fax detection like chan_d...
2011-06-10  Terry WilsonAvoid a DB1 infinite loop bug
2011-06-10  Terry WilsonAdd some astdb unit tests
2011-06-09  Terry WilsonCorrect ast_db_deltree documentation
2011-06-09  Matthew Nicholsondon't drop any voice frames when checking for T.38...
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
next